-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
[wasm] Address System.Text.RegularExpressions.Tests Failures #39470
[wasm] Address System.Text.RegularExpressions.Tests Failures #39470
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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
src/libraries/System.Text.RegularExpressions/tests/RegexCultureTests.cs
Outdated
Show resolved
Hide resolved
01c4ebe
to
f1cdb0f
Compare
src/libraries/System.Text.RegularExpressions/tests/RegexCultureTests.cs
Outdated
Show resolved
Hide resolved
8654aee
to
226c336
Compare
226c336
to
689033f
Compare
@@ -867,6 +867,7 @@ public static IEnumerable<object[]> Groups_CustomCulture_TestData_AzeriLatin() | |||
[MemberData(nameof(Groups_CustomCulture_TestData_Danish))] | |||
[MemberData(nameof(Groups_CustomCulture_TestData_Turkish))] | |||
[MemberData(nameof(Groups_CustomCulture_TestData_AzeriLatin))] | |||
[ActiveIssue("https://github.com/dotnet/runtime/issues/39528", TestPlatforms.Browser)] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is because of the locales we support in WASM. See: #39528 (comment)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see, so that test case can just be skipped for browser via if (PlatformDetection.IsNotBrowser)
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think so. I'll let @EgorBo confirm.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you can allow everything but [MemberData(nameof(Groups_CustomCulture_TestData_AzeriLatin))] now
689033f
to
03a5e09
Compare
Test failure is known: #38942 |
…39470) Co-authored-by: Mitchell Hwang <mitchell.hwang@microsoft.com>
Contributes to #38422
Tests run: 6671, Errors: 0, Failures: 0, Skipped: 12. Time: 15.42393s