Skip to content

Commit 93eeee7

Browse files
committed
Disable some concurrency tests
1 parent da0cf86 commit 93eeee7

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

test/Concurrency/Runtime/async_task_executor_structured_concurrency.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
// REQUIRES: concurrency_runtime
88
// UNSUPPORTED: back_deployment_runtime
9+
// rdar://126118749
10+
// UNSUPPORTED: CPU=arm64e
911

1012
import Dispatch
1113
import StdlibUnittest

test/Concurrency/isolation_macro_availability.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
// REQUIRES: swift_swift_parser
55
// REQUIRES: VENDOR=apple
66

7+
// rdar://126118470
8+
// UNSUPPORTED: CPU=arm64e
9+
710
@available(SwiftStdlib 5.1, *)
811
func isolatedFunc(isolation: isolated (any Actor)? = #isolation) {}
912

0 commit comments

Comments
 (0)