Skip to content

Commit bc62e30

Browse files
Merge pull request #63432 from nate-chandler/wrangle/20230204/1
[Test] Disabled three tests.
2 parents 090704f + d29359a commit bc62e30

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: rdar104762037
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: rdar104762037
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: rdar104762037
8+
79
// rdar://76038845
810
// REQUIRES: concurrency_runtime
911
// UNSUPPORTED: back_deployment_runtime

0 commit comments

Comments
 (0)