Skip to content

Commit 35a9b32

Browse files
authored
Merge pull request #65304 from ktoso/wip-disable-test-on-freestanding-mode
[Concurrency] Disable test in freestanding mode
2 parents 4e1946a + 439555a commit 35a9b32

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)