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 95b8e5c + 7de3353 commit 0c8dd8aCopy full SHA for 0c8dd8a
TestFoundation/TestXMLDocument.swift
@@ -24,7 +24,8 @@ class TestXMLDocument : LoopbackServerTest {
24
("test_processingInstruction", test_processingInstruction),
25
("test_parseXMLString", test_parseXMLString),
26
("test_prefixes", test_prefixes),
27
- ("test_validation_success", test_validation_success),
+ /* ⚠️ */ ("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),
30
("test_dtd", test_dtd),
31
("test_documentWithDTD", test_documentWithDTD),
0 commit comments