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 8cf6fc0 commit 37b7890Copy full SHA for 37b7890
validation-test/stdlib/Dictionary.swift
@@ -12,6 +12,9 @@
12
// RUN: %line-directive %t/main.swift -- %target-run %t/Dictionary
13
// REQUIRES: executable_test
14
15
+// rdar://27547957
16
+// XFAIL: swift_test_mode_optimize
17
+
18
#if os(OSX) || os(iOS) || os(tvOS) || os(watchOS)
19
import Darwin
20
#else
validation-test/stdlib/Set.swift
// RUN: %line-directive %t/main.swift -- %target-run %t/Set
import StdlibUnittest
import StdlibCollectionUnittest
0 commit comments