Skip to content

Commit 6d4d693

Browse files
authored
Merge pull request #70594 from rintaro/disable-rdar119743909
[Test] Disable 2 concurrency tests in swift_test_mode_optimize
2 parents d6871ed + ac0a8de commit 6d4d693

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

test/Concurrency/Runtime/actor_assert_precondition_executor.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
// UNSUPPORTED: use_os_stdlib
1313
// UNSUPPORTED: freestanding
1414

15+
// rdar://119743909 fails in optimze tests.
16+
// UNSUPPORTED: swift_test_mode_optimize
17+
1518
import StdlibUnittest
1619

1720
func checkPreconditionMainActor() /* synchronous! */ {

test/Concurrency/Runtime/custom_executors_complex_equality_crash.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
// rdar://106849189 move-only types should be supported in freestanding mode
88
// UNSUPPORTED: freestanding
99

10+
// rdar://119743909 fails in optimze tests.
11+
// UNSUPPORTED: swift_test_mode_optimize
12+
1013
// UNSUPPORTED: back_deployment_runtime
1114
// REQUIRES: concurrency_runtime
1215

0 commit comments

Comments
 (0)