Skip to content

Commit 6b7c366

Browse files
kateinoigakukunMaxDesiatov
authored andcommitted
[test] disable async_task_locals_copy_to_sync.swift on single thread
1 parent 6c981c7 commit 6b7c366

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/Concurrency/Runtime/async_task_locals_copy_to_sync.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
// rdar://76038845
88
// REQUIRES: concurrency_runtime
99
// UNSUPPORTED: back_deployment_runtime
10+
// Disable on cooperative executor because it can't dispatch jobs before the end of main function
11+
// UNSUPPORTED: single_threaded_runtime
1012

1113
import Dispatch
1214

0 commit comments

Comments
 (0)