Skip to content

Commit bac42d1

Browse files
committed
[TypeChecker] NFC: Restrict flaky perf test to x86_64 || arm64 macOS
Resolves: rdar://90445018
1 parent 3e739f6 commit bac42d1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

validation-test/Sema/type_checker_perf/fast/multi_statement_closure_with_simd_variable.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
// RUN: %target-typecheck-verify-swift -solver-expression-time-threshold=1
22
// REQUIRES: objc_interop,no_asan
3+
34
// REQUIRES: OS=macosx
5+
// REQUIRES: CPU=x86_64 || CPU=arm64
46

57
import simd
68

0 commit comments

Comments
 (0)