Skip to content

Commit 34b532a

Browse files
Merge pull request swiftlang#37274 from aschwaighofer/fix_some_concurrency_tests_for_os_stdlib
Fix some concurrency tests not to run on os stdlib bots
2 parents f5e672e + 1fc81fe commit 34b532a

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

test/Concurrency/Runtime/async_task_async_let_child_cancel.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
@available(macOS 9999, iOS 9999, watchOS 9999, tvOS 9999, *)
1011
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(macOS 9999, iOS 9999, watchOS 9999, tvOS 9999, *)
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)