Skip to content

[wasm][AOT] GetManifestResourceStream() failed in System.Private.XML #50229

Description

@kjpou1

When running the tests for System.Private.XML tests are failing when accessing the resource string: throw new PlatformNotSupportedException("SR.CompilingScriptsNotSupported");

To build the System.Private.XML library use the following:

./dotnet.sh build /p:TargetOS=Browser /p:TargetArchitecture=wasm /p:Configuration=Release src/libraries/System.Private.Xml/src/System.Private.Xml.csproj

From head.

dotnet.sh build /t:Test /p:EnableAggressiveTrimming=true /p:RunAOTCompilation=true /p:TargetOS=Browser /p:TargetArchitecture=wasm /p:Configuration=Release src/libraries/System.Private.Xml/tests/Xslt/XslCompiledTransformApi/System.Xml.Xsl.XslCompiledTransformApi.Tests.csproj

  Optimizing assemblies for size, which may change the behavior of the app. Be sure to test after publishing. See: https://aka.ms/dotnet-illink
  System.Xml.Xsl.XslCompiledTransformApi.Tests -> /Users/Jimmy/websharp/projects/runtime-release/artifacts/bin/System.Xml.Xsl.XslCompiledTransformApi.Tests/net6.0-Release/browser-wasm/publish/
  AOT'ing 34 assemblies
  Compiling native assets with emcc. This may take a while ...
  XHarness command issued: wasm test --app=. --engine=V8 --engine-arg=--stack-trace-limit=1000 --js-file=runtime.js --output-directory=/Users/Jimmy/websharp/projects/runtime-release/artifacts/bin/System.Xml.Xsl.XslCompiledTransformApi.Tests/net6.0-Release/browser-wasm/AppBundle/xharness-output -- --run WasmTestRunner.dll System.Xml.Xsl.XslCompiledTransformApi.Tests.dll -notrait category=OuterLoop -notrait category=failing
  info: 07:17:16.4324380 Running v8 --expose_wasm --stack-trace-limit=1000 runtime.js -- --run WasmTestRunner.dll System.Xml.Xsl.XslCompiledTransformApi.Tests.dll -notrait category=OuterLoop -notrait category=failing
        
        
  info: console.info: Arguments: --run,WasmTestRunner.dll,System.Xml.Xsl.XslCompiledTransformApi.Tests.dll,-notrait,category=OuterLoop,-notrait,category=failing
  info: console.debug: MONO_WASM: Initializing mono runtime
  info: console.debug: MONO_WASM: ICU data archive(s) loaded, disabling invariant mode
  info: console.debug: mono_wasm_runtime_ready fe00e07a-5519-4dfe-b35a-f867dbaf2e28
  info: console.info: Initializing.....
  info: Could not find constructor for 'Xunit.Sdk.CollectionPerAssemblyTestCollectionFactory' with arguments type(s): Xunit.Sdk.TestAssembly
  info: Discovering: System.Xml.Xsl.XslCompiledTransformApi.Tests.dll (method display = ClassAndMethod, method display options = None)
  info: Discovered:  System.Xml.Xsl.XslCompiledTransformApi.Tests.dll (found 84 of 84 test cases)
  info: Could not find constructor for 'Xunit.Sdk.CollectionPerAssemblyTestCollectionFactory' with arguments type(s): Xunit.Sdk.TestAssembly
  info: Starting:    System.Xml.Xsl.XslCompiledTransformApi.Tests.dll
  fail: [FAIL] System.Xml.Tests.CLoadReaderTest.LoadXmlReader5
  info: System.Xml.Tests.VerifyException : GetManifestResourceStream() failed
  info: 
  fail: [FAIL] System.Xml.Tests.CLoadReaderTest.LoadXmlReader2
  info: System.Xml.Tests.VerifyException : GetManifestResourceStream() failed
  info: 
  fail: [FAIL] System.Xml.Tests.CLoadXPathNavigableTest.LoadNavigator4
  info: Assert.Equal() Failure
  info:                    ↓ (pos 9)
  info: Expected: Compiling JScript/CSharp scripts is not supported
  info: Actual:   CompilingScriptsNotSupported
  info:                    ↑ (pos 9)
  info: 
  fail: [FAIL] System.Xml.Tests.XPathNodeIteratorTests.NodeIter2
  info: Assert.Equal() Failure
  info:                    ↓ (pos 9)
  info: Expected: Compiling JScript/CSharp scripts is not supported
  info: Actual:   CompilingScriptsNotSupported
  info:                    ↑ (pos 9)
  info: 
  fail: [FAIL] System.Xml.Tests.XPathNodeIteratorTests.NodeIter1
  info: Assert.Equal() Failure
  info:                    ↓ (pos 9)
  info: Expected: Compiling JScript/CSharp scripts is not supported
  info: Actual:   CompilingScriptsNotSupported
  info:                    ↑ (pos 9)
  info: 
  fail: [FAIL] System.Xml.Tests.CTransformStrStrTest.TransformStrStr9
  info: System.Xml.Tests.VerifyException : GetManifestResourceStream() failed
  info: 
  info: Finished:    System.Xml.Xsl.XslCompiledTransformApi.Tests.dll
  info: 
  info: === TEST EXECUTION SUMMARY ===
  info: Total: 84, Errors: 0, Failed: 6, Skipped: 0, Time: 0.7447028s
  info: 
  info: 07:17:19.2721920 Process v8 exited with 1
        
  fail: Application has finished with exit code 1 but 0 was expected
  XHarness exit code: 71 (GENERAL_FAILURE)
  XHarness artifacts: /Users/Jimmy/websharp/projects/runtime-release/artifacts/bin/System.Xml.Xsl.XslCompiledTransformApi.Tests/net6.0-Release/browser-wasm/AppBundle/xharness-output

  System.Xml.Xsl.XslTransformApi.Tests -> /Users/Jimmy/websharp/projects/runtime-release/artifacts/bin/System.Xml.Xsl.XslTransformApi.Tests/net6.0-Release/browser-wasm/publish/
  AOT'ing 36 assemblies
  Compiling native assets with emcc. This may take a while ...
  XHarness command issued: wasm test --app=. --engine=V8 --engine-arg=--stack-trace-limit=1000 --js-file=runtime.js --output-directory=/Users/Jimmy/websharp/projects/runtime-release/artifacts/bin/System.Xml.Xsl.XslTransformApi.Tests/net6.0-Release/browser-wasm/AppBundle/xharness-output -- --run WasmTestRunner.dll System.Xml.Xsl.XslTransformApi.Tests.dll -notrait category=OuterLoop -notrait category=failing
  info: 11:53:27.3800740 Running v8 --expose_wasm --stack-trace-limit=1000 runtime.js -- --run WasmTestRunner.dll System.Xml.Xsl.XslTransformApi.Tests.dll -notrait category=OuterLoop -notrait category=failing
        
        
  info: console.info: Arguments: --run,WasmTestRunner.dll,System.Xml.Xsl.XslTransformApi.Tests.dll,-notrait,category=OuterLoop,-notrait,category=failing
  info: console.debug: MONO_WASM: Initializing mono runtime
  info: console.debug: MONO_WASM: ICU data archive(s) loaded, disabling invariant mode
  info: console.debug: mono_wasm_runtime_ready fe00e07a-5519-4dfe-b35a-f867dbaf2e28
  info: console.info: Initializing.....
  info: Could not find constructor for 'Xunit.Sdk.CollectionPerAssemblyTestCollectionFactory' with arguments type(s): Xunit.Sdk.TestAssembly
  info: Discovering: System.Xml.Xsl.XslTransformApi.Tests.dll (method display = ClassAndMethod, method display options = None)
  info: Discovered:  System.Xml.Xsl.XslTransformApi.Tests.dll (found 58 of 58 test cases)
  info: Could not find constructor for 'Xunit.Sdk.CollectionPerAssemblyTestCollectionFactory' with arguments type(s): Xunit.Sdk.TestAssembly
  info: Starting:    System.Xml.Xsl.XslTransformApi.Tests.dll
  fail: [FAIL] System.Xml.Tests.CTransformStrStrTest.TransformStrStr9
  info: System.Xml.Tests.VerifyException : GetManifestResourceStream() failed
  info: 
  fail: [FAIL] System.Xml.Tests.CLoadReaderTest.LoadXmlReader5
  info: System.Xml.Tests.VerifyException : GetManifestResourceStream() failed
  info: 
  fail: [FAIL] System.Xml.Tests.CLoadReaderTest.LoadXmlReader2
  info: System.Xml.Tests.VerifyException : GetManifestResourceStream() failed
  info: 
  info: Finished:    System.Xml.Xsl.XslTransformApi.Tests.dll
  info: 
  info: === TEST EXECUTION SUMMARY ===
  info: Total: 58, Errors: 0, Failed: 3, Skipped: 0, Time: 0.626972s
  info: 
  info: 11:53:30.0330460 Process v8 exited with 1
        
  fail: Application has finished with exit code 1 but 0 was expected


  System.Xml.XmlSchema.XmlSchemaValidatorApi.Tests -> /Users/Jimmy/websharp/projects/runtime-release/artifacts/bin/System.Xml.XmlSchema.XmlSchemaValidatorApi.Tests/net6.0-Release/browser-wasm/publish/
  AOT'ing 26 assemblies
  Compiling native assets with emcc. This may take a while ...
  XHarness command issued: wasm test --app=. --engine=V8 --engine-arg=--stack-trace-limit=1000 --js-file=runtime.js --output-directory=/Users/Jimmy/websharp/projects/runtime-release/artifacts/bin/System.Xml.XmlSchema.XmlSchemaValidatorApi.Tests/net6.0-Release/browser-wasm/AppBundle/xharness-output -- --run WasmTestRunner.dll System.Xml.XmlSchema.XmlSchemaValidatorApi.Tests.dll -notrait category=OuterLoop -notrait category=failing
  info: 12:02:16.1002580 Running v8 --expose_wasm --stack-trace-limit=1000 runtime.js -- --run WasmTestRunner.dll System.Xml.XmlSchema.XmlSchemaValidatorApi.Tests.dll -notrait category=OuterLoop -notrait category=failing
        
        
  info: console.info: Arguments: --run,WasmTestRunner.dll,System.Xml.XmlSchema.XmlSchemaValidatorApi.Tests.dll,-notrait,category=OuterLoop,-notrait,category=failing
  info: console.debug: MONO_WASM: Initializing mono runtime
  info: console.debug: MONO_WASM: ICU data archive(s) loaded, disabling invariant mode
  info: console.debug: mono_wasm_runtime_ready fe00e07a-5519-4dfe-b35a-f867dbaf2e28
  info: console.info: Initializing.....
  info: Discovering: System.Xml.XmlSchema.XmlSchemaValidatorApi.Tests.dll (method display = ClassAndMethod, method display options = None)
  info: Discovered:  System.Xml.XmlSchema.XmlSchemaValidatorApi.Tests.dll (found 120 of 120 test cases)
  info: Starting:    System.Xml.XmlSchema.XmlSchemaValidatorApi.Tests.dll
  fail: [FAIL] System.Xml.Tests.TCSkipToEndElement.ValidateTextAndSkip
  info: System.Xml.Tests.VerifyException : GetManifestResourceStream() failed
  info: 
  fail: [FAIL] System.Xml.Tests.TCSkipToEndElement.CheckThatSkipToEndElementJumpsIntoRightContext
  info: System.Xml.Tests.VerifyException : GetManifestResourceStream() failed
  info: 
  fail: [FAIL] System.Xml.Tests.TCSkipToEndElement.PassNull
  info: System.Xml.Tests.VerifyException : GetManifestResourceStream() failed
  info: 
  fail: [FAIL] System.Xml.Tests.TCSkipToEndElement.ValidateAttributesAndSkip
  info: System.Xml.Tests.VerifyException : GetManifestResourceStream() failed
  info: 
  fail: [FAIL] System.Xml.Tests.TCValidateEndOfAttributes.CallWithoutValidationOfRequiredAttribute
  info: System.Xml.Tests.VerifyException : GetManifestResourceStream() failed
  info: 
  fail: [FAIL] System.Xml.Tests.TCValidateEndOfAttributes.CallAfterValidationOfAllAttributes
  info: System.Xml.Tests.VerifyException : GetManifestResourceStream() failed
  info: 
  fail: [FAIL] System.Xml.Tests.TCValidateEndOfAttributes.CallOnELementWithNoAttributes
  info: System.Xml.Tests.VerifyException : GetManifestResourceStream() failed
  info: 
  fail: [FAIL] System.Xml.Tests.TCValidateAttribute.PassNullXmlSchemaInfo__Valid
  info: System.Xml.Tests.VerifyException : GetManifestResourceStream() failed
  info: 
  fail: [FAIL] System.Xml.Tests.TCValidateAttribute.ValidateAnyAttribute
  info: System.Xml.Tests.VerifyException : GetManifestResourceStream() failed
  info: 
  fail: [FAIL] System.Xml.Tests.TCValidateAttribute.ValidateTopLevelAttribute
  info: System.Xml.Tests.VerifyException : GetManifestResourceStream() failed
  info: 
  fail: [FAIL] System.Xml.Tests.TCValidateAttribute.ValidateAttributeWithNamespace
  info: System.Xml.Tests.VerifyException : GetManifestResourceStream() failed
  info: 
  fail: [FAIL] System.Xml.Tests.TCValidateAttribute.ValidateSameAttributeTwice
  info: System.Xml.Tests.VerifyException : GetManifestResourceStream() failed
  info: 
  fail: [FAIL] System.Xml.Tests.TCValidateAttribute.PassNullValueGetter__Invalid
  info: System.Xml.Tests.VerifyException : GetManifestResourceStream() failed
  info: 
  fail: [FAIL] System.Xml.Tests.TCValidateAttribute.AskForDefaultAttributesAndValidateThem
  info: System.Xml.Tests.VerifyException : GetManifestResourceStream() failed
  info: 
  fail: [FAIL] System.Xml.Tests.TCValidateText_String.EmptyContent
  info: System.Xml.Tests.VerifyException : GetManifestResourceStream() failed
  info: 
  fail: [FAIL] System.Xml.Tests.TCValidateText_String.ElementOnlyContent
  info: System.Xml.Tests.VerifyException : GetManifestResourceStream() failed
  info: 
  fail: [FAIL] System.Xml.Tests.TCValidateText_String.v2
  info: System.Xml.Tests.VerifyException : GetManifestResourceStream() failed
  info: 
  fail: [FAIL] System.Xml.Tests.TCValidateText_String.MixedContent
  info: System.Xml.Tests.VerifyException : GetManifestResourceStream() failed
  info: 
  fail: [FAIL] System.Xml.Tests.TCValidateText_String.v1
  info: System.Xml.Tests.VerifyException : GetManifestResourceStream() failed
  info: 
  fail: [FAIL] System.Xml.Tests.TCValidateWhitespace.TopLevelWhitespace
  info: System.Xml.Tests.VerifyException : GetManifestResourceStream() failed
  info: 
  fail: [FAIL] System.Xml.Tests.TCValidateWhitespace.PassNonWhitespaceContent
  info: System.Xml.Tests.VerifyException : GetManifestResourceStream() failed
  info: 
  fail: [FAIL] System.Xml.Tests.TCValidateWhitespace.WhitespaceInEmptyContent__Invalid
  info: System.Xml.Tests.VerifyException : GetManifestResourceStream() failed
  info: 
  fail: [FAIL] System.Xml.Tests.TCValidateWhitespace.WhitespaceInsideElement_Single
  info: System.Xml.Tests.VerifyException : GetManifestResourceStream() failed
  info: 
  fail: [FAIL] System.Xml.Tests.TCValidateWhitespace.PassNull
  info: System.Xml.Tests.VerifyException : GetManifestResourceStream() failed
  info: 
  fail: [FAIL] System.Xml.Tests.TCValidateElement.StringPassedToValidateEndElementDoesNotSatisfyIdentityConstraints
  info: System.Xml.Tests.VerifyException : GetManifestResourceStream() failed
  info: 
  fail: [FAIL] System.Xml.Tests.TCValidateElement.SanityTestsForNestedElements
  info: System.Xml.Tests.VerifyException : GetManifestResourceStream() failed
  info: 
  fail: [FAIL] System.Xml.Tests.TCValidateElement.CheckThatWarningsDontOccurWhenIgnoreValidationWarningsIsSet
  info: System.Xml.Tests.VerifyException : GetManifestResourceStream() failed
  info: 
  fail: [FAIL] System.Xml.Tests.TCValidateElement.XmlSchemaValidatorDoesNotEnforceIdentityConstraintsOnDefaultAttributesInSomeCases
  info: System.Xml.Tests.VerifyException : GetManifestResourceStream() failed
  info: 
  fail: [FAIL] System.Xml.Tests.TCValidateElement.CheckThatWarningOccursWhenInvalidSchemaLocationIsProvided
  info: System.Xml.Tests.VerifyException : GetManifestResourceStream() failed
  info: 
  fail: [FAIL] System.Xml.Tests.TCValidateElement.VerifyThatSubstitutionGroupMembersAreResolvedAndAddedToTheList
  info: System.Xml.Tests.VerifyException : GetManifestResourceStream() failed
  info: 
  fail: [FAIL] System.Xml.Tests.TCValidateElement.CheckThatWarningOccursWhenUndefinedElementIsValidatedWithLaxValidation
  info: System.Xml.Tests.VerifyException : GetManifestResourceStream() failed
  info: 
  fail: [FAIL] System.Xml.Tests.TCValidateElement.CheckThatWarningOccursWhenInvalidNoNamespaceSchemaLocationIsProvided
  info: System.Xml.Tests.VerifyException : GetManifestResourceStream() failed
  info: 
  fail: [FAIL] System.Xml.Tests.TCValidateElement.ProvideValidXsiType
  info: System.Xml.Tests.VerifyException : GetManifestResourceStream() failed
  info: 
  fail: [FAIL] System.Xml.Tests.TCValidateElement.ProvideInvalidXsiType
  info: System.Xml.Tests.VerifyException : GetManifestResourceStream() failed
  info: 
  fail: [FAIL] System.Xml.Tests.TCValidateElement.CallWithXsiNilTrue
  info: System.Xml.Tests.VerifyException : GetManifestResourceStream() failed
  info: 
  fail: [FAIL] System.Xml.Tests.TCInitialize.InitializeWithTypeValidateElement
  info: System.Xml.Tests.VerifyException : GetManifestResourceStream() failed
  info: 
  fail: [FAIL] System.Xml.Tests.TCInitialize.InitializeShouldResetIDConstraints
  info: System.Xml.Tests.VerifyException : GetManifestResourceStream() failed
  info: 
  fail: [FAIL] System.Xml.Tests.TCInitialize.InitializeShouldNotResetInternalSchemaSet
  info: System.Xml.Tests.VerifyException : GetManifestResourceStream() failed
  info: 
  fail: [FAIL] System.Xml.Tests.TCInitialize.InitializeShouldNotResetSourceUri
  info: System.Xml.Tests.VerifyException : GetManifestResourceStream() failed
  info: 
  fail: [FAIL] System.Xml.Tests.TCInitialize.PassNull
  info: System.Xml.Tests.VerifyException : GetManifestResourceStream() failed
  info: 
  fail: [FAIL] System.Xml.Tests.TCInitialize.InitializeWithAttributeValidateSameAttribute
  info: System.Xml.Tests.VerifyException : GetManifestResourceStream() failed
  info: 
  fail: [FAIL] System.Xml.Tests.TCInitialize.InitializeWithElementValidateSameElement
  info: System.Xml.Tests.VerifyException : GetManifestResourceStream() failed
  info: 
  fail: [FAIL] System.Xml.Tests.TCInitialize.InitializeShouldNotResetXmlResolver
  info: System.Xml.Tests.VerifyException : GetManifestResourceStream() failed
  info: 
  fail: [FAIL] System.Xml.Tests.TCInitialize.InitializeShouldNotResetValidationEventSender
  info: System.Xml.Tests.VerifyException : GetManifestResourceStream() failed
  info: 
  fail: [FAIL] System.Xml.Tests.TCInitialize.InitializeWithTypeValidateSameType
  info: System.Xml.Tests.VerifyException : GetManifestResourceStream() failed
  info: 
  fail: [FAIL] System.Xml.Tests.TCInitialize.InitializeShouldNotResetLineInfoProvider
  info: System.Xml.Tests.VerifyException : GetManifestResourceStream() failed
  info: 
  fail: [FAIL] System.Xml.Tests.TCValidateWhitespace_String.PassNonWhitespaceContent__ShouldNotWork
  info: System.Xml.Tests.VerifyException : GetManifestResourceStream() failed
  info: 
  fail: [FAIL] System.Xml.Tests.TCValidateWhitespace_String.TopLevelWhitespace
  info: System.Xml.Tests.VerifyException : GetManifestResourceStream() failed
  info: 
  fail: [FAIL] System.Xml.Tests.TCValidateWhitespace_String.PassNull
  info: System.Xml.Tests.VerifyException : GetManifestResourceStream() failed
  info: 
  fail: [FAIL] System.Xml.Tests.TCValidateWhitespace_String.WhitespaceInsideElement
  info: System.Xml.Tests.VerifyException : GetManifestResourceStream() failed
  info: 
  fail: [FAIL] System.Xml.Tests.TCValidateWhitespace_String.WhitespaceInEmptyContent__Invalid
  info: System.Xml.Tests.VerifyException : GetManifestResourceStream() failed
  info: 
  fail: [FAIL] System.Xml.Tests.TCValidateEndElement.IncompleteContet__Valid
  info: System.Xml.Tests.VerifyException : GetManifestResourceStream() failed
  info: 
  fail: [FAIL] System.Xml.Tests.TCValidateEndElement.CallValidateTextThenValidateEndElementWithTypedValue
  info: System.Xml.Tests.VerifyException : GetManifestResourceStream() failed
  info: 
  fail: [FAIL] System.Xml.Tests.TCValidateEndElement.Typed_NullTypedValue
  info: System.Xml.Tests.VerifyException : GetManifestResourceStream() failed
  info: 
  fail: [FAIL] System.Xml.Tests.TCValidateEndElement.AllXmlSchemaInfoArgsCanBeNull
  info: System.Xml.Tests.VerifyException : GetManifestResourceStream() failed
  info: 
  fail: [FAIL] System.Xml.Tests.TCValidateEndElement.IncompleteContent__Invalid
  info: System.Xml.Tests.VerifyException : GetManifestResourceStream() failed
  info: 
  fail: [FAIL] System.Xml.Tests.TCValidateEndElement.SanityTestForComplexTypes
  info: System.Xml.Tests.VerifyException : GetManifestResourceStream() failed
  info: 
  fail: [FAIL] System.Xml.Tests.TCValidateEndElement.SanityTestForEmptyTypes
  info: System.Xml.Tests.VerifyException : GetManifestResourceStream() failed
  info: 
  fail: [FAIL] System.Xml.Tests.TCValidateEndElement.Typed_NullXmlSchemaInfo
  info: System.Xml.Tests.VerifyException : GetManifestResourceStream() failed
  info: 
  fail: [FAIL] System.Xml.Tests.TCValidateEndElement.PassNull
  info: System.Xml.Tests.VerifyException : GetManifestResourceStream() failed
  info: 
  fail: [FAIL] System.Xml.Tests.TCValidateEndElement.TextNodeWithoutValidateTextCall
  info: System.Xml.Tests.VerifyException : GetManifestResourceStream() failed
  info: 
  fail: [FAIL] System.Xml.Tests.TCValidateEndElement.CheckSchemaInfoAfterCallingValidateEndElementWithTypedValue
  info: System.Xml.Tests.VerifyException : GetManifestResourceStream() failed
  info: 
  fail: [FAIL] System.Xml.Tests.TCValidateEndElement.CallValidateEndElementWithTypedValueForComplexContent
  info: System.Xml.Tests.VerifyException : GetManifestResourceStream() failed
  info: 
  fail: [FAIL] System.Xml.Tests.TCEndValidation.CallWithoutAnyValidation__AfterInitialize
  info: System.Xml.Tests.VerifyException : GetManifestResourceStream() failed
  info: 
  fail: [FAIL] System.Xml.Tests.TCValidateAttribute_String.AskForDefaultAttributesAndValidateThem
  info: System.Xml.Tests.VerifyException : GetManifestResourceStream() failed
  info: 
  fail: [FAIL] System.Xml.Tests.TCValidateAttribute_String.PassNullValueGetter__Invalid
  info: System.Xml.Tests.VerifyException : GetManifestResourceStream() failed
  info: 
  fail: [FAIL] System.Xml.Tests.TCValidateAttribute_String.ValidateAnyAttribute
  info: System.Xml.Tests.VerifyException : GetManifestResourceStream() failed
  info: 
  fail: [FAIL] System.Xml.Tests.TCValidateAttribute_String.PassNullXmlSchemaInfo__Valid
  info: System.Xml.Tests.VerifyException : GetManifestResourceStream() failed
  info: 
  fail: [FAIL] System.Xml.Tests.TCValidateAttribute_String.ValidateSameAttributeTwice
  info: System.Xml.Tests.VerifyException : GetManifestResourceStream() failed
  info: 
  fail: [FAIL] System.Xml.Tests.TCValidateAttribute_String.ValidateAttributeWithNamespace
  info: System.Xml.Tests.VerifyException : GetManifestResourceStream() failed
  info: 
  fail: [FAIL] System.Xml.Tests.TCValidateAttribute_String.ValidateTopLevelAttribute
  info: System.Xml.Tests.VerifyException : GetManifestResourceStream() failed
  info: 
  fail: [FAIL] System.Xml.Tests.TCValidateText.MixedContent
  info: System.Xml.Tests.VerifyException : GetManifestResourceStream() failed
  info: 
  fail: [FAIL] System.Xml.Tests.TCValidateText.EmptyContent
  info: System.Xml.Tests.VerifyException : GetManifestResourceStream() failed
  info: 
  fail: [FAIL] System.Xml.Tests.TCValidateText.ElementOnlyContent
  info: System.Xml.Tests.VerifyException : GetManifestResourceStream() failed
  info: 
  fail: [FAIL] System.Xml.Tests.TCValidateText.TopLevelText
  info: System.Xml.Tests.VerifyException : GetManifestResourceStream() failed
  info: 
  fail: [FAIL] System.Xml.Tests.TCValidateText.PassNull
  info: System.Xml.Tests.VerifyException : GetManifestResourceStream() failed
  info: 
  fail: [FAIL] System.Xml.Tests.TCXmlResolver.SetResolverToCustomValidateSomethingSetResolverToNullThenVerify
  info: System.Xml.Tests.VerifyException : GetManifestResourceStream() failed
  info: 
  fail: [FAIL] System.Xml.Tests.TCXmlResolver.SetResolverToCustomValidateSomethignChangeResolverThenVerify
  info: System.Xml.Tests.VerifyException : GetManifestResourceStream() failed
  info: 
  fail: [FAIL] System.Xml.Tests.TCXmlResolver.InternalSchemaSetShouldUseSeparateXmlResolver
  info: System.Xml.Tests.VerifyException : GetManifestResourceStream() failed
  info: 
  fail: [FAIL] System.Xml.Tests.TCXmlResolver.DefaultValueForXmlResolver_XmlUrlResolver
  info: System.Xml.Tests.VerifyException : GetManifestResourceStream() failed
  info: 
  info: Finished:    System.Xml.XmlSchema.XmlSchemaValidatorApi.Tests.dll
  info: 
  info: === TEST EXECUTION SUMMARY ===
  info: Total: 120, Errors: 0, Failed: 80, Skipped: 0, Time: 0.7874299s
  info: 
  info: 12:02:18.1117190 Process v8 exited with 1

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions