Skip to content

Commit 93d3eb6

Browse files
committed
[Concurrency] Limit futures test to x86_64 for now.
We have not yet implemented ptrauth support for the async calling convention, so this test is crashing on arm64e. Limit it to x86_64 until that comes online. Fixes rdar://71592154.
1 parent 546039f commit 93d3eb6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/Concurrency/Runtime/basic_future.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// REQUIRES: executable_test
44
// REQUIRES: concurrency
55
// REQUIRES: OS=macosx
6+
// REQUIRES: CPU=x86_64
67

78
import Dispatch
89

0 commit comments

Comments
 (0)