Skip to content

Commit 347123c

Browse files
authored
Merge pull request #65040 from ktoso/pick-wip-unblock-ios-tests-moveonly-was-fixed
🍒[5.9][Concurrency] Unlock executor tests on iOS again, moveonly issue was …
2 parents 503dee4 + 9985fb8 commit 347123c

6 files changed

+0
-18
lines changed

test/Concurrency/Runtime/custom_executors_complex_equality.swift

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

10-
// FIXME: rdar://107112715 test failing on iOS simulator, investigating
11-
// UNSUPPORTED: OS=ios
12-
1310
// UNSUPPORTED: back_deployment_runtime
1411
// REQUIRES: concurrency_runtime
1512

test/Concurrency/Runtime/custom_executors_complex_equality_crash.swift

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

10-
// FIXME: rdar://107112715 test failing on iOS simulator
11-
// UNSUPPORTED: OS=ios
12-
1310
// UNSUPPORTED: back_deployment_runtime
1411
// REQUIRES: concurrency_runtime
1512

test/Concurrency/Runtime/custom_executors_complex_equality_subclass.swift

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

10-
// FIXME: rdar://107112715 test failing on iOS simulator, investigating
11-
// UNSUPPORTED: OS=ios
12-
1310
// UNSUPPORTED: back_deployment_runtime
1411
// REQUIRES: concurrency_runtime
1512

test/Concurrency/Runtime/custom_executors_moveOnly_job.swift

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

9-
// FIXME: rdar://107112715 test failing on iOS simulator, investigating
10-
// UNSUPPORTED: OS=ios
11-
129
// UNSUPPORTED: back_deployment_runtime
1310
// REQUIRES: concurrency_runtime
1411

test/Concurrency/Runtime/custom_executors_priority.swift

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

9-
// FIXME: rdar://107112715 test failing on iOS simulator, investigating
10-
// UNSUPPORTED: OS=ios
11-
129
// UNSUPPORTED: back_deployment_runtime
1310
// REQUIRES: concurrency_runtime
1411

test/Concurrency/Runtime/custom_executors_protocol.swift

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

10-
// FIXME: rdar://107112715 test failing on iOS simulator, investigating
11-
// UNSUPPORTED: OS=ios
12-
1310
// UNSUPPORTED: back_deployment_runtime
1411
// REQUIRES: concurrency_runtime
1512

0 commit comments

Comments
 (0)