-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Fix Failing Casing Tests with Invariant Culture #39747
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
Fix Failing Casing Tests with Invariant Culture #39747
Conversation
The test was failing because of a regression on Windows side.
safern
left a 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.
because of a regression on Windows side.
Were you able to follow up with Windows?
Yes. I even spent some time debugging it in Windows side as they somehow couldn't easily repro it. Possibly because of some more customization of the version they are using. Windows team still doing more investigation on that. |
|
Reminder: we sometimes have ancient versions of ICU floating around, and it can cause unexpected test failures if we exercise scripts that were introduced within the past few years. See #1514 (comment) for some context. |
Yes, we still support ICU version down to v50. but let's see if we run into such issue with this test and then we can fix it. |
|
The CI finished successfully but for some reason showing one of the tasks still running. |
Fixes #39522
The test was failing because of a regression on Windows side.