Skip to content

Commit b63727d

Browse files
Merge pull request swiftlang#37316 from aschwaighofer/disable_executor_deinit1_optimize
Disable executor_deinit1.swift test in optimized mode
2 parents 0bc6cfe + 9700344 commit b63727d

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)