From: Michal Strehovský Date: Wed, 1 Feb 2023 21:28:09 +0000 (+0900) Subject: Do not remove resource messages in Xml tests (#81463) X-Git-Tag: accepted/tizen/unified/riscv/20231226.055536~4286 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=99f5495b1a4a537e2188b5dae8e366129da88820;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Do not remove resource messages in Xml tests (#81463) Addresses first bullet of #81455. Addresses 211 test failures to the tune of: ``` [FAIL] System.Xml.XmlSchemaValidatorApiTests.TCValidateWhitespace_String.WhitespaceInsideElement System.Xml.Tests.VerifyException : GetManifestResourceStream() failed at System.Xml.Tests.ExceptionVerifier..ctor(String assemblyName, ExceptionVerificationFlags flags, ITestOutputHelper output) + 0x4c9 at System.Xml.XmlSchemaValidatorApiTests.TCValidateWhitespace_String..ctor(ITestOutputHelper output) + 0x48 ``` --- diff --git a/src/libraries/System.Private.Xml/tests/System.Private.Xml.Tests.csproj b/src/libraries/System.Private.Xml/tests/System.Private.Xml.Tests.csproj index 2b7df48..f076563 100644 --- a/src/libraries/System.Private.Xml/tests/System.Private.Xml.Tests.csproj +++ b/src/libraries/System.Private.Xml/tests/System.Private.Xml.Tests.csproj @@ -7,6 +7,10 @@ false + + + + WasmTestOnBrowser diff --git a/src/libraries/System.Private.Xml/tests/default.rd.xml b/src/libraries/System.Private.Xml/tests/default.rd.xml new file mode 100644 index 0000000..8177c40 --- /dev/null +++ b/src/libraries/System.Private.Xml/tests/default.rd.xml @@ -0,0 +1,16 @@ + + + + + + + + + + + +