Skip to content

Commit e3b0259

Browse files
authored
Merge pull request #63681 from mikeash/disable-async-task-locals-tests-arm64e
[Test] Disable failing async_task_locals tests on ARM64e.
2 parents 9888ffd + cd1e0d7 commit e3b0259

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)