Skip to content

Commit b31a2c6

Browse files
authored
Merge pull request #78325 from xedin/restrict_simd_perf_test_to_macos
[Tests] NFC: Restrict SIMD related perf test to macOS to make it more…
2 parents 18d6068 + 443d011 commit b31a2c6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

validation-test/Sema/type_checker_perf/fast/simd_scalar_multiple.swift.gyb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
// RUN: %scale-test --begin 1 --end 5 --step 1 --select NumLeafScopes %s
22

3-
// REQUIRES: no_asan
3+
// REQUIRES: asserts,no_asan
4+
5+
// Flaky is some simulator configurations
6+
// REQUIRES: OS=macosx
47

58
func f(c: Float, a: SIMD2<Float>) -> SIMD2<Float> {
69
return (c * a)

0 commit comments

Comments
 (0)