Skip to content

Fix Failing Casing Tests with Invariant Culture - #39747

Merged
tarekgh merged 2 commits into
dotnet:masterfrom
tarekgh:FixCasingTestFaiingWithInvariant
Jul 22, 2020
Merged

Fix Failing Casing Tests with Invariant Culture#39747
tarekgh merged 2 commits into
dotnet:masterfrom
tarekgh:FixCasingTestFaiingWithInvariant

Conversation

@tarekgh

@tarekgh tarekgh commented Jul 21, 2020

Copy link
Copy Markdown
Member

Fixes #39522
The test was failing because of a regression on Windows side.

The test was failing because of a regression on Windows side.
@ghost

ghost commented Jul 21, 2020

Copy link
Copy Markdown

Tagging subscribers to this area: @tarekgh, @safern, @krwq
Notify danmosemsft if you want to be subscribed.

Comment thread src/libraries/System.Runtime/tests/System/Text/RuneTests.cs

@safern safern left a comment

Copy link
Copy Markdown
Member

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?

@tarekgh

tarekgh commented Jul 22, 2020

Copy link
Copy Markdown
Member Author

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.

@GrabYourPitchforks

Copy link
Copy Markdown
Member

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.

@tarekgh

tarekgh commented Jul 22, 2020

Copy link
Copy Markdown
Member Author

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.

@tarekgh

tarekgh commented Jul 22, 2020

Copy link
Copy Markdown
Member Author

The CI finished successfully but for some reason showing one of the tasks still running.

@tarekgh
tarekgh merged commit fc7381c into dotnet:master Jul 22, 2020
Jacksondr5 pushed a commit to Jacksondr5/runtime that referenced this pull request Aug 10, 2020
@karelz karelz added this to the 5.0.0 milestone Aug 18, 2020
@ghost ghost locked as resolved and limited conversation to collaborators Dec 8, 2020
@tarekgh
tarekgh deleted the FixCasingTestFaiingWithInvariant branch March 15, 2021 19:40
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.

System.Globalization.Nls.Tests.ToUpper/ToLower_netcore test failures in local environment

5 participants