Skip to content

Commit 37b7890

Browse files
committed
Disable Dictionary/Set.swift tests that fail in optimize mode
Disable the tests in optimize mode until we have fix to unblock builders. rdar://27547957
1 parent 8cf6fc0 commit 37b7890

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Diff for: validation-test/stdlib/Dictionary.swift

+3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
// RUN: %line-directive %t/main.swift -- %target-run %t/Dictionary
1313
// REQUIRES: executable_test
1414

15+
// rdar://27547957
16+
// XFAIL: swift_test_mode_optimize
17+
1518
#if os(OSX) || os(iOS) || os(tvOS) || os(watchOS)
1619
import Darwin
1720
#else

Diff for: validation-test/stdlib/Set.swift

+3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
// RUN: %line-directive %t/main.swift -- %target-run %t/Set
1313
// REQUIRES: executable_test
1414

15+
// rdar://27547957
16+
// XFAIL: swift_test_mode_optimize
17+
1518
import StdlibUnittest
1619
import StdlibCollectionUnittest
1720

0 commit comments

Comments
 (0)