Skip to content

Commit c3cd5a6

Browse files
committed
XFAIL remaining tests that pass -swift-version 3
1 parent 6e938f8 commit c3cd5a6

File tree

6 files changed

+18
-6
lines changed

6 files changed

+18
-6
lines changed

test/stdlib/NewStringAppending.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %target-run-stdlib-swift-swift3 | %FileCheck %s
1+
// RUN: %target-run-stdlib-swift | %FileCheck %s
22
// REQUIRES: executable_test
33
//
44
// Parts of this test depend on memory allocator specifics. The test
@@ -9,6 +9,8 @@
99
// Memory allocator specifics also vary across platforms.
1010
// REQUIRES: CPU=x86_64, OS=macosx
1111

12+
// XFAIL: rdar45749460
13+
1214
import Foundation
1315
import Swift
1416

validation-test/stdlib/CollectionOld.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
// RUN: %target-run-simple-swift-swift3 --stdlib-unittest-in-process | tee %t.txt
1+
// RUN: %target-run-simple-swift --stdlib-unittest-in-process | tee %t.txt
22
// RUN: %FileCheck %s < %t.txt
33
// note: remove the --stdlib-unittest-in-process once all the FileCheck tests
44
// have been converted to StdlibUnittest
55
// REQUIRES: executable_test
66

7+
// XFAIL: rdar45749460
8+
79
import StdlibUnittest
810
import StdlibCollectionUnittest
911

validation-test/stdlib/FixedPoint.swift.gyb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
// RUN: %target-run-stdlib-swiftgyb-swift3
1+
// RUN: %target-run-stdlib-swiftgyb
22
// REQUIRES: executable_test
33

4+
// XFAIL: rdar45749460
5+
46
import StdlibUnittest
57

68

validation-test/stdlib/HashedCollectionFilter3.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
// RUN: %target-run-stdlib-swift-swift3
1+
// RUN: %target-run-stdlib-swift
22
// REQUIRES: executable_test
33

4+
// XFAIL: rdar45749460
5+
46
import StdlibUnittest
57

68
var FilterTestSuite = TestSuite("HashedCollectionFilter")

validation-test/stdlib/HashedCollectionFilter4.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
// RUN: %target-run-stdlib-swift-swift3
1+
// RUN: %target-run-stdlib-swift
22
// REQUIRES: executable_test
33

4+
// XFAIL: rdar45749460
5+
46
import StdlibUnittest
57

68
var FilterTestSuite = TestSuite("HashedCollectionFilter")

validation-test/stdlib/HashingPrototype.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
// RUN: %target-run-simple-swift-swift3
1+
// RUN: %target-run-simple-swift
22
// REQUIRES: executable_test
33

44
// REQUIRES: objc_interop
55

6+
// XFAIL: rdar45749460
7+
68
/*
79

810
<rdar://problem/14196462> Hashing in the standard library

0 commit comments

Comments
 (0)