Skip to content

Commit b38bcd2

Browse files
committed
disable a few tests on iOS while we investigate
1 parent ac15cdf commit b38bcd2

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

test/Concurrency/Runtime/custom_executors_moveOnly_job.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
// FIXME(moveonly): rdar://106849189 move-only types should be supported in freestanding mode
77
// UNSUPPORTED: freestanding
88

9+
// UNSUPPORTED: OS=ios // FIXME: rdar://107112715 test failing on iOS simulator, investigating
10+
911
// UNSUPPORTED: back_deployment_runtime
1012
// REQUIRES: concurrency_runtime
1113

test/Concurrency/Runtime/custom_executors_priority.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
// rdar://106849189 move-only types should be supported in freestanding mode
77
// UNSUPPORTED: freestanding
88

9+
// UNSUPPORTED: OS=ios // FIXME: rdar://107112715 test failing on iOS simulator, investigating
10+
911
// UNSUPPORTED: back_deployment_runtime
1012
// REQUIRES: concurrency_runtime
1113

test/Concurrency/Runtime/custom_executors_protocol.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
// rdar://106849189 move-only types should be supported in freestanding mode
88
// UNSUPPORTED: freestanding
99

10+
// UNSUPPORTED: OS=ios // FIXME: rdar://107112715 test failing on iOS simulator, investigating
11+
1012
// UNSUPPORTED: back_deployment_runtime
1113
// REQUIRES: concurrency_runtime
1214

test/Concurrency/custom_executor_enqueue_impls.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
// FIXME(moveonly): rdar://107050387 Move-only types fail to be found sometimes, must fix or remove Job before shipping
88
// REQUIRES: radr107050387
99

10+
// UNSUPPORTED: OS=ios // FIXME: rdar://107112715 test failing on iOS simulator, investigating
11+
1012
// Such type may be encountered since Swift 5.5 (5.1 backdeployed) if someone implemented the
1113
// not documented, but public Executor types back then already.
1214
//

0 commit comments

Comments
 (0)