-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
[lib][tests] Globalization comparison tests cleanup #86305
Conversation
Tagging subscribers to this area: @dotnet/area-system-globalization Issue DetailsInitiated by #85965 (comment).
|
Tagging subscribers to 'arch-wasm': @lewing Issue DetailsInitiated by #85965 (comment).
|
/azp run runtime-ioslike |
Azure Pipelines successfully started running 1 pipeline(s). |
Looks good to me. Let's wait for tests to run on iOS. |
ios failures are unrelated |
@ilonatommy there is also supportedCmpOptions which looks like same property. As in my current PR #85965 I am touching a lot of lines after this PR got merged there will be need to check a lot of lines one by one. So my suggestion is either I can do these refactoring in my current PR, either let's do this after my PR got merged? |
If it won't be problematic then doing it in your PR is fine. |
Thanks, I will do then. |
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.
Thanks for going in and finding the minimum options!
This will get in with #85965. We checked that CI is passing with the changes but decided that it's less confusing for Meri to incorporate the changes directly in her PR. |
Implemented CompareStringNative for OSX platforms Added changes done by @ilonatommy in #86305
Initiated by #85965 (comment).
In the original globalization comparison tests we used to have test cases with multiple comparison options. Actually never all 3 declared options were relevant which obscured the test readibility. This PR reduces the number of options passed to minimum.