Skip to content

Commit 9700344

Browse files
committed
Disable executor_deinit1.swift test in optimized mode
It fails on some bots. rdar://77658743
1 parent 0bc6cfe commit 9700344

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/Concurrency/Runtime/executor_deinit1.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
// https://bugs.swift.org/browse/SR-14461
1010
// UNSUPPORTED: linux
1111

12+
// rdar://77658743
13+
// UNSUPPORTED: swift_test_mode_optimize
14+
// UNSUPPORTED: swift_test_mode_optimize_size
15+
1216

1317
// doesn't matter that it's bool identity function or not
1418
func boolIdentityFn(_ x : Bool) -> Bool { return x }

0 commit comments

Comments
 (0)