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

[wasm] Address System.Text.RegularExpressions.Tests Failures #39470

Merged

Conversation

mdh1418
Copy link
Member

@mdh1418 mdh1418 commented Jul 16, 2020

Contributes to #38422
Tests run: 6671, Errors: 0, Failures: 0, Skipped: 12. Time: 15.42393s

@ghost
Copy link

ghost commented Jul 16, 2020

Tagging subscribers to this area: @eerhardt, @pgovind
Notify danmosemsft if you want to be subscribed.

Copy link
Member

@eerhardt eerhardt left a 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.

@MaximLipnin
Copy link
Contributor

#39473

@mdh1418 mdh1418 force-pushed the mdhwang/address_system_text_regex_tests branch from 8654aee to 226c336 Compare July 17, 2020 12:47
@mdh1418 mdh1418 force-pushed the mdhwang/address_system_text_regex_tests branch from 226c336 to 689033f Compare July 17, 2020 17:43
@@ -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)]
Copy link
Member

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)

Copy link
Member Author

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)?

Copy link
Member

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.

Copy link
Member

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

@mdh1418 mdh1418 changed the title Mdhwang/address system text regex tests [wasm] Address System.Text.RegularExpressions.Tests Failures Jul 20, 2020
@mdh1418 mdh1418 force-pushed the mdhwang/address_system_text_regex_tests branch from 689033f to 03a5e09 Compare July 20, 2020 16:53
@akoeplinger
Copy link
Member

Test failure is known: #38942

@akoeplinger akoeplinger merged commit e0d20d3 into dotnet:master Jul 20, 2020
@mdh1418 mdh1418 deleted the mdhwang/address_system_text_regex_tests branch July 20, 2020 20:22
Jacksondr5 pushed a commit to Jacksondr5/runtime that referenced this pull request Aug 10, 2020
…39470)

Co-authored-by: Mitchell Hwang <mitchell.hwang@microsoft.com>
@ghost ghost locked as resolved and limited conversation to collaborators Dec 8, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants