-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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] Re-enable previously failing test - System.Globalization.Tests.RegionInfoPropertyTests.DisplayName
#70711
Conversation
Tagging subscribers to this area: @dotnet/area-system-globalization Issue DetailsNo failures described in #45951 happen anymore. Runfo does not have any failures of
|
System.Globalization.Tests.RegionInfoPropertyTests.DisplayName
Tagging subscribers to 'arch-wasm': @lewing Issue DetailsNo failures described in #45951 happen anymore. Runfo does not have any failures of
|
/azp run runtime-libraries-mono outerloop |
Azure Pipelines successfully started running 1 pipeline(s). |
@radical I am seeing you enabled only Mono outer loop. Was the failure repro only with Mono? Looking at the original failure, it looks to me that when running with WASM without the globalization data the failure should occur. |
I assume you meant, ran only the mono outerloop. The test was disabled only for Browser. |
The test still fails with:
IIUC, we are building with So, if that's correct then we can close this PR, and the issue should remain open. |
My bad, the test is indeed still failing. If anyone has anything against it, reopen the PR. |
No failures described in #45951 happen anymore. Runfo does not have any failures of
System.Globalization.Tests.RegionInfoPropertyTests.DisplayName
and running libs tests locally on Windows machine with 3 language packs no failures are recorded. Most probably got fixed by #30132. This is to remove the comment linking to the issue and making sure you agree with the decision.Fixes #45951 .