Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable System.Xml.Tests.AsyncReaderLateInitTests.InitializationWithUriOnNonAsyncReaderTrows test on Browser WASM due to PNSE #41936

Merged
merged 1 commit into from
Sep 8, 2020

Conversation

MaximLipnin
Copy link
Contributor

During the Wasm testing in Chromium happening in #40786, yet another occurrence of typeof(System.PlatformNotSupportedException): Cannot wait on monitors on this runtime. has been uncovered.
This PR just disables the failing test using PlatformDetection.IsThreadingSupported feature detection and fixes a typo in the test naming.

Fixes #41163.

…riOnNonAsyncReaderTrows test on Browser WASM due to PNSE
@Dotnet-GitSync-Bot
Copy link
Collaborator

I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label.

@MaximLipnin MaximLipnin merged commit 1e4d0a6 into dotnet:master Sep 8, 2020
@MaximLipnin MaximLipnin deleted the wasm_disable_XmlReader_test branch September 8, 2020 15:22
@ghost ghost locked as resolved and limited conversation to collaborators Dec 7, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[wasm-browser] Test failures in System.Xml.RW.XmlReader.Tests with PlatformNotSupportedException
6 participants