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.
2 parents ae4956c + e2c8057 commit fb692f5Copy full SHA for fb692f5
TestFoundation/TestXMLDocument.swift
@@ -26,7 +26,8 @@ class TestXMLDocument : LoopbackServerTest {
26
("test_prefixes", test_prefixes),
27
/* ⚠️ */ ("test_validation_success", testExpectedToFail(test_validation_success,
28
/* ⚠️ */ #"<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),
+ /* ⚠️ */ ("test_validation_failure", testExpectedToFail(test_validation_failure,
30
+ /* ⚠️ */ "<https://bugs.swift.org/browse/SR-10643> XCTAssert in last catch block fails")),
31
("test_dtd", test_dtd),
32
("test_documentWithDTD", test_documentWithDTD),
33
("test_dtd_attributes", test_dtd_attributes),
0 commit comments