Skip to content

Commit 439555a

Browse files
committed
[Concurrency] Disable test in freestanding mode
1 parent f1b8d9d commit 439555a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

test/Concurrency/Runtime/async_taskgroup_discarding.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
// REQUIRES: executable_test
55
// REQUIRES: concurrency_runtime
66

7-
// rdar://78109470
87
// UNSUPPORTED: back_deployment_runtime
8+
// UNSUPPORTED: freestanding
99

1010
// FIXME: enable discarding taskgroup on windows; rdar://104762037
1111
// UNSUPPORTED: OS=windows-msvc

test/Concurrency/Runtime/async_taskgroup_discarding_neverConsumingTasks.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
// REQUIRES: concurrency_runtime
55

66
// UNSUPPORTED: back_deployment_runtime
7+
// UNSUPPORTED: freestanding
78

89
// FIXME: enable discarding taskgroup on windows; rdar://104762037
910
// UNSUPPORTED: OS=windows-msvc

0 commit comments

Comments
 (0)