Skip to content

Commit 135213e

Browse files
committed
[Concurrency] Disable test on simulators; unexpected env behavior
1 parent 6b2e9b1 commit 135213e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test/Concurrency/Runtime/actor_assert_precondition_executor_checkIsolated_main_customExecutorOnMain_swift6_mode.swift

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@
1515
// UNSUPPORTED: use_os_stdlib
1616
// UNSUPPORTED: freestanding
1717

18+
// Disable this test on simulators
19+
// UNSUPPORTED: DARWIN_SIMULATOR=watchos
20+
// UNSUPPORTED: DARWIN_SIMULATOR=ios
21+
// UNSUPPORTED: DARWIN_SIMULATOR=tvos
22+
// UNSUPPORTED: single_threaded_concurrency
23+
1824
import Dispatch
1925

2026
@available(SwiftStdlib 6.0, *)

0 commit comments

Comments
 (0)