Skip to content

Commit 91d2a1c

Browse files
authored
Merge pull request #64570 from al45tair/eng/PR-107132004
2 parents 837af34 + 88089ef commit 91d2a1c

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

test/Concurrency/Runtime/custom_executors_moveOnly_job.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +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
9+
// FIXME: rdar://107112715 test failing on iOS simulator, investigating
10+
// UNSUPPORTED: OS=ios
1011

1112
// UNSUPPORTED: back_deployment_runtime
1213
// REQUIRES: concurrency_runtime

test/Concurrency/Runtime/custom_executors_priority.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +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
9+
// FIXME: rdar://107112715 test failing on iOS simulator, investigating
10+
// UNSUPPORTED: OS=ios
1011

1112
// UNSUPPORTED: back_deployment_runtime
1213
// REQUIRES: concurrency_runtime

test/Concurrency/Runtime/custom_executors_protocol.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +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
10+
// FIXME: rdar://107112715 test failing on iOS simulator, investigating
11+
// UNSUPPORTED: OS=ios
1112

1213
// UNSUPPORTED: back_deployment_runtime
1314
// REQUIRES: concurrency_runtime

test/Concurrency/custom_executor_enqueue_impls.swift

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +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
10+
// FIXME: rdar://107112715 test failing on iOS simulator, investigating
11+
// UNSUPPORTED: OS=ios
1112

1213
// Such type may be encountered since Swift 5.5 (5.1 backdeployed) if someone implemented the
1314
// not documented, but public Executor types back then already.
@@ -52,4 +53,4 @@ final class NewExecutor: SerialExecutor {
5253
func asUnownedSerialExecutor() -> UnownedSerialExecutor {
5354
UnownedSerialExecutor(ordinary: self)
5455
}
55-
}
56+
}

0 commit comments

Comments
 (0)