Skip to content

Commit fb692f5

Browse files
authored
Merge pull request #2251 from brentdax/xfail-xml-on-master
XFAIL TestXMLDocument.test_validation_failure() (on master)
2 parents ae4956c + e2c8057 commit fb692f5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

TestFoundation/TestXMLDocument.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ class TestXMLDocument : LoopbackServerTest {
2626
("test_prefixes", test_prefixes),
2727
/* ⚠️ */ ("test_validation_success", testExpectedToFail(test_validation_success,
2828
/* ⚠️ */ #"<https://bugs.swift.org/browse/SR-10643> Could not build URI for external subset "http://127.0.0.1:-2/DTDs/PropertyList-1.0.dtd""#)),
29-
("test_validation_failure", test_validation_failure),
29+
/* ⚠️ */ ("test_validation_failure", testExpectedToFail(test_validation_failure,
30+
/* ⚠️ */ "<https://bugs.swift.org/browse/SR-10643> XCTAssert in last catch block fails")),
3031
("test_dtd", test_dtd),
3132
("test_documentWithDTD", test_documentWithDTD),
3233
("test_dtd_attributes", test_dtd_attributes),

0 commit comments

Comments
 (0)