Skip to content

Commit b598965

Browse files
aschwaighoferrjmccall
authored andcommitted
Fix some concurrency tests not to run on os stdlib bots
rdar://77564014
1 parent 46a75d9 commit b598965

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

test/Concurrency/Runtime/async_task_async_let_child_cancel.swift

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

66
// UNSUPPORTED: OS=windows-msvc
7+
// UNSUPPORTED: back_deployment_runtime
8+
// UNSUPPORTED: use_os_stdlib
79

810
@available(macOS 9999, iOS 9999, watchOS 9999, tvOS 9999, *)
911
func printWaitPrint(_ int: Int) async -> Int {

test/Concurrency/Runtime/async_task_locals_prevent_illegal_use.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
// REQUIRES: executable_test
99
// REQUIRES: concurrency
1010
// REQUIRES: libdispatch
11+
// UNSUPPORTED: use_os_stdlib
12+
// UNSUPPORTED: back_deployment_runtime
1113

1214
@available(SwiftStdlib 5.5, *)
1315
enum TL {

test/Concurrency/Runtime/custom_executors.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
// UNSUPPORTED: OS=windows-msvc
77
// UNSUPPORTED: back_deployment_runtime
8+
// UNSUPPORTED: use_os_stdlib
89

910
actor Simple {
1011
var count = 0

0 commit comments

Comments
 (0)