We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bc6cfe commit 9700344Copy full SHA for 9700344
test/Concurrency/Runtime/executor_deinit1.swift
@@ -9,6 +9,10 @@
9
// https://bugs.swift.org/browse/SR-14461
10
// UNSUPPORTED: linux
11
12
+// rdar://77658743
13
+// UNSUPPORTED: swift_test_mode_optimize
14
+// UNSUPPORTED: swift_test_mode_optimize_size
15
+
16
17
// doesn't matter that it's bool identity function or not
18
func boolIdentityFn(_ x : Bool) -> Bool { return x }
0 commit comments