[wasm] Address System.Text.RegularExpressions.Tests Failures#39470
Merged
akoeplinger merged 3 commits intodotnet:masterfrom Jul 20, 2020
Merged
[wasm] Address System.Text.RegularExpressions.Tests Failures#39470akoeplinger merged 3 commits intodotnet:masterfrom
akoeplinger merged 3 commits intodotnet:masterfrom
Conversation
99 tasks
eerhardt
reviewed
Jul 16, 2020
Member
eerhardt
left a comment
There was a problem hiding this comment.
Just a comment on 2 BinaryFormatter tests. After that I think this looks fine.
src/libraries/System.Text.RegularExpressions/tests/RegexMatchTimeoutExceptionTests.cs
Outdated
Show resolved
Hide resolved
akoeplinger
reviewed
Jul 16, 2020
src/libraries/System.Text.RegularExpressions/tests/RegexCultureTests.cs
Outdated
Show resolved
Hide resolved
01c4ebe to
f1cdb0f
Compare
Contributor
safern
reviewed
Jul 17, 2020
src/libraries/System.Text.RegularExpressions/tests/RegexCultureTests.cs
Outdated
Show resolved
Hide resolved
8654aee to
226c336
Compare
226c336 to
689033f
Compare
safern
reviewed
Jul 17, 2020
Member
There was a problem hiding this comment.
I think this is because of the locales we support in WASM. See: #39528 (comment)
Member
Author
There was a problem hiding this comment.
I see, so that test case can just be skipped for browser via if (PlatformDetection.IsNotBrowser)?
Member
There was a problem hiding this comment.
I think you can allow everything but [MemberData(nameof(Groups_CustomCulture_TestData_AzeriLatin))] now
689033f to
03a5e09
Compare
safern
approved these changes
Jul 20, 2020
lewing
approved these changes
Jul 20, 2020
akoeplinger
approved these changes
Jul 20, 2020
Member
|
Test failure is known: #38942 |
Jacksondr5
pushed a commit
to Jacksondr5/runtime
that referenced
this pull request
Aug 10, 2020
…39470) Co-authored-by: Mitchell Hwang <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Contributes to #38422
Tests run: 6671, Errors: 0, Failures: 0, Skipped: 12. Time: 15.42393s