Skip to content

Commit 7733cf2

Browse files
committed
Switch swift-evolve XFAILs to UNSUPPORTEDs
These tests may not *reliably* fail with shuffled standard libraries, so we can’t use XFAIL, which fails if the test succeeds.
1 parent 57916e4 commit 7733cf2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/SIL/Parser/array_roundtrip.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
// Fails if the positions of the two Collection subscript requirements are
44
// reversed. rdar://problem/46650834
5-
// XFAIL: swift_evolve
5+
// UNSUPPORTED: swift_evolve
66

77
var W = [UInt32](repeating: 0, count: 16)

test/api-digester/stability-stdlib-abi.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
// order into the ABI. rdar://problem/46617463
1212
// The digester can incorrectly register a generic signature change when
1313
// declarations are shuffled. rdar://problem/46618883
14-
// XFAIL: swift_evolve
14+
// UNSUPPORTED: swift_evolve

0 commit comments

Comments
 (0)