Skip to content

Commit 004c823

Browse files
author
Lance Parker
authored
Merge pull request #12145 from lancep/ArrayNewTestFailures
[stdlib] Skip inconsistent ArrayNew tests
2 parents 42541ee + 1c32c22 commit 004c823

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

validation-test/stdlib/ArrayNew.swift.gyb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -447,8 +447,8 @@ ArrayTestSuite.test("BridgedFromObjC.Verbatim.ImmutableArrayIsRetained") {
447447
}
448448

449449
ArrayTestSuite.test("BridgedFromObjC.Nonverbatim.ImmutableArrayIsCopied")
450-
.xfail(.iOSAny("<rdar://problem/33926468>"))
451-
.xfail(.tvOSAny("<rdar://problem/33926468>"))
450+
.skip(.iOSAny("<rdar://problem/33926468>"))
451+
.skip(.tvOSAny("<rdar://problem/33926468>"))
452452
.code {
453453
let nsa: NSArray = CustomImmutableNSArray(_privateInit: ())
454454

0 commit comments

Comments
 (0)