-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Closed
Labels
arch-wasmWebAssembly architectureWebAssembly architecturearea-VM-threading-monodisabled-testThe test is disabled in source code against the issueThe test is disabled in source code against the issue
Milestone
Description
The test fails processing the schB8.xsd
input file. This input differs from the other test inputs by including a schema with a HTTP location:
<xsd:include schemaLocation="http://foo/foo" />
This is likely related to #75123
Ref #74407
It's a timeout, test hangs and does not throw.
Stack trace collected in the investigation:
[InlineData("SCHEMA", "schB8.xsd", 1, 1, 1)]
AddValid_Import_Include_Redefine(string testDir, string testFile, int expCount, int expCountGT, int expCountGE)
-> ss.Add(Schema);
XmlSchemaSet.Add(XmlSchema schema)
-> return Add(schema.TargetNamespace, schema);
XmlSchemaSet.Add(string? targetNamespace, XmlReader schemaDocument) // - I cannot catch the test fail with this line commented out
Metadata
Metadata
Assignees
Labels
arch-wasmWebAssembly architectureWebAssembly architecturearea-VM-threading-monodisabled-testThe test is disabled in source code against the issueThe test is disabled in source code against the issue
Type
Projects
Status
Done