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] Switch off HybridGlobalization lane on v8 on CI #101671

Merged
merged 5 commits into from Apr 30, 2024

Conversation

ilonatommy
Copy link
Member

Fixes #101634.

This PR removes HybridGlobalization tests on v8.

Reasoning:
Maintaining HybridGlobalization tests takes considerable effort - the API response might change with each host version and it does not mean that they are incorrect. As the result, with each version change we have to update expected test results.
HybridGlobalization is primarily targeting browser and node. While updating the tests for browser and node makes sense - to catch any changes that are indeed invalid - updating it for v8 is a not necessary effort.

@ilonatommy ilonatommy requested a review from maraf April 29, 2024 07:38
@ilonatommy ilonatommy self-assigned this Apr 29, 2024
Copy link
Contributor

Tagging subscribers to this area: @dotnet/area-system-globalization
See info in area-owners.md if you want to be subscribed.

@ilonatommy ilonatommy merged commit 2ad47cd into dotnet:main Apr 30, 2024
90 of 94 checks passed
michaelgsharp pushed a commit to michaelgsharp/runtime that referenced this pull request May 9, 2024
* Stop testing on v8.

* Try to block by scenario,

* Limit scenarios.

This reverts commit 38f64f7.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

AbbreviatedMonthGenitiveNames_Get_ReturnsExpected_HybridGlobalization failing with string mismatch
3 participants