Skip to content

Commit 19ebc9b

Browse files
authored
Merge pull request #42122 from xedin/rdar-90445018-x86_64-only
[TypeChecker] NFC: Restrict flaky perf test to x86_64 || arm64 macOS
2 parents e74aa68 + bac42d1 commit 19ebc9b

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)