Skip to content

Commit b93c0be

Browse files
authored
Merge pull request #73969 from ktoso/wip-disable-on-simulators
2 parents 625ac55 + aa27a04 commit b93c0be

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

test/Concurrency/Runtime/actor_assert_precondition_executor_checkIsolated_main_customExecutorOnMain_swift6_mode.swift

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,11 @@
1515
// UNSUPPORTED: use_os_stdlib
1616
// UNSUPPORTED: freestanding
1717

18-
// Temporarily disable for now rdar://128862814
19-
// REQUIRES: rdar128862814
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
2023

2124
import Dispatch
2225

0 commit comments

Comments
 (0)