Skip to content

Commit 6458571

Browse files
authored
Merge pull request #7572 from eeckstein/disable-tests
2 parents 5fb6bb2 + bdd8626 commit 6458571

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

validation-test/stdlib/Arrays.swift.gyb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
// RUN: %target-run-simple-swiftgyb
22
// REQUIRES: executable_test
33

4+
// Disabled for optimization until rdar://problem/30579713 is fixed.
5+
// REQUIRES: swift_test_mode_optimize_none
6+
47
import StdlibUnittest
58
import StdlibCollectionUnittest
69

validation-test/stdlib/Lazy.swift.gyb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
// RUN: %target-run-simple-swiftgyb
1313
// REQUIRES: executable_test
1414

15+
// Disabled for optimization until rdar://problem/30579713 is fixed.
16+
// REQUIRES: swift_test_mode_optimize_none
17+
1518
import StdlibUnittest
1619
import StdlibCollectionUnittest
1720

0 commit comments

Comments
 (0)