Skip to content

Commit cd1e0d7

Browse files
committed
[Test] Disable failing async_task_locals tests on ARM64e.
1 parent e851856 commit cd1e0d7

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

test/Concurrency/Runtime/async_task_locals_spawn_let.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
// REQUIRES: concurrency_runtime
99
// UNSUPPORTED: back_deployment_runtime
1010

11+
// rdar://105496007
12+
// UNSUPPORTED: CPU=arm64e
13+
1114
@available(SwiftStdlib 5.1, *)
1215
enum TL {
1316
@TaskLocal

test/Concurrency/Runtime/async_task_locals_wrapper.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
// REQUIRES: concurrency_runtime
99
// UNSUPPORTED: back_deployment_runtime
1010

11+
// rdar://105496007
12+
// UNSUPPORTED: CPU=arm64e
13+
1114
@available(SwiftStdlib 5.1, *)
1215
enum TL {
1316
@TaskLocal

0 commit comments

Comments
 (0)