Skip to content

Commit 4e134ca

Browse files
authored
Merge pull request #63273 from drexin/wip-104762037
[Concurrency] Disable unstable TaskGroup tests
2 parents 9dceb37 + 7c9f4aa commit 4e134ca

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

test/Concurrency/Runtime/async_taskgroup_discarding.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
// REQUIRES: executable_test
55
// REQUIRES: concurrency_runtime
66

7+
// REQUIRES: rdar://104762037
8+
79
// rdar://78109470
810
// UNSUPPORTED: back_deployment_runtime
911

test/Concurrency/Runtime/async_taskgroup_discarding_neverConsumingTasks.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
// REQUIRES: concurrency
44
// REQUIRES: concurrency_runtime
55

6+
// REQUIRES: rdar://104762037
7+
68
// UNSUPPORTED: back_deployment_runtime
79
// UNSUPPORTED: OS=linux-gnu
810

test/Concurrency/Runtime/async_taskgroup_throw_rethrow.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
// REQUIRES: concurrency
55
// REQUIRES: reflection
66

7+
// REQUIRES: rdar://104762037
8+
79
// rdar://76038845
810
// REQUIRES: concurrency_runtime
911
// UNSUPPORTED: back_deployment_runtime

0 commit comments

Comments
 (0)