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

Fix Globalization Tests #88969

Merged
merged 3 commits into from
Jul 17, 2023
Merged

Fix Globalization Tests #88969

merged 3 commits into from
Jul 17, 2023

Conversation

tarekgh
Copy link
Member

@tarekgh tarekgh commented Jul 16, 2023

Fixes #79867

Fixing these tests is failing in the main, servicing branches, and causing some noises.

#86338
#88740

@ghost
Copy link

ghost commented Jul 16, 2023

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

Issue Details

Fixes #79867

Fixing these tests is failing in the main, servicing branches, and causing some noises.

#86338
#88740

Author: tarekgh
Assignees: -
Labels:

area-System.Globalization

Milestone: -

@tarekgh tarekgh added this to the 8.0.0 milestone Jul 16, 2023
@tarekgh tarekgh merged commit d1ef9b6 into dotnet:main Jul 17, 2023
103 checks passed
@tarekgh
Copy link
Member Author

tarekgh commented Jul 17, 2023

/backport to release/7.0-staging

@github-actions
Copy link
Contributor

Started backporting to release/7.0-staging: https://github.com/dotnet/runtime/actions/runs/5581634068

@tarekgh
Copy link
Member Author

tarekgh commented Jul 17, 2023

/backport to release/6.0-staging

@github-actions
Copy link
Contributor

Started backporting to release/6.0-staging: https://github.com/dotnet/runtime/actions/runs/5581640681

@github-actions
Copy link
Contributor

@tarekgh backporting to release/7.0-staging failed, the patch most likely resulted in conflicts:

$ git am --3way --ignore-whitespace --keep-non-patch changes.patch

Applying: Fix Globalization Tests
Using index info to reconstruct a base tree...
M	src/libraries/System.Globalization/tests/CultureInfo/CultureInfoCtor.cs
M	src/libraries/System.Globalization/tests/NumberFormatInfo/NumberFormatInfoCurrencyGroupSizes.cs
M	src/libraries/System.Globalization/tests/NumberFormatInfo/NumberFormatInfoTests.cs
Falling back to patching base and 3-way merge...
Auto-merging src/libraries/System.Globalization/tests/NumberFormatInfo/NumberFormatInfoTests.cs
Auto-merging src/libraries/System.Globalization/tests/NumberFormatInfo/NumberFormatInfoCurrencyGroupSizes.cs
CONFLICT (content): Merge conflict in src/libraries/System.Globalization/tests/NumberFormatInfo/NumberFormatInfoCurrencyGroupSizes.cs
Auto-merging src/libraries/System.Globalization/tests/CultureInfo/CultureInfoCtor.cs
CONFLICT (content): Merge conflict in src/libraries/System.Globalization/tests/CultureInfo/CultureInfoCtor.cs
error: Failed to merge in the changes.
hint: Use 'git am --show-current-patch=diff' to see the failed patch
Patch failed at 0001 Fix Globalization Tests
When you have resolved this problem, run "git am --continue".
If you prefer to skip this patch, run "git am --skip" instead.
To restore the original branch and stop patching, run "git am --abort".
Error: The process '/usr/bin/git' failed with exit code 128

Please backport manually!

@github-actions
Copy link
Contributor

@tarekgh an error occurred while backporting to release/7.0-staging, please check the run log for details!

Error: git am failed, most likely due to a merge conflict.

@github-actions
Copy link
Contributor

@tarekgh backporting to release/6.0-staging failed, the patch most likely resulted in conflicts:

$ git am --3way --ignore-whitespace --keep-non-patch changes.patch

Applying: Fix Globalization Tests
Using index info to reconstruct a base tree...
M	src/libraries/System.Globalization/tests/CultureInfo/CultureInfoCtor.cs
M	src/libraries/System.Globalization/tests/NumberFormatInfo/NumberFormatInfoCurrencyGroupSizes.cs
M	src/libraries/System.Globalization/tests/NumberFormatInfo/NumberFormatInfoTests.cs
Falling back to patching base and 3-way merge...
Auto-merging src/libraries/System.Globalization/tests/NumberFormatInfo/NumberFormatInfoTests.cs
CONFLICT (content): Merge conflict in src/libraries/System.Globalization/tests/NumberFormatInfo/NumberFormatInfoTests.cs
Auto-merging src/libraries/System.Globalization/tests/NumberFormatInfo/NumberFormatInfoCurrencyGroupSizes.cs
CONFLICT (content): Merge conflict in src/libraries/System.Globalization/tests/NumberFormatInfo/NumberFormatInfoCurrencyGroupSizes.cs
Auto-merging src/libraries/System.Globalization/tests/CultureInfo/CultureInfoCtor.cs
CONFLICT (content): Merge conflict in src/libraries/System.Globalization/tests/CultureInfo/CultureInfoCtor.cs
error: Failed to merge in the changes.
hint: Use 'git am --show-current-patch=diff' to see the failed patch
Patch failed at 0001 Fix Globalization Tests
When you have resolved this problem, run "git am --continue".
If you prefer to skip this patch, run "git am --skip" instead.
To restore the original branch and stop patching, run "git am --abort".
Error: The process '/usr/bin/git' failed with exit code 128

Please backport manually!

@github-actions
Copy link
Contributor

@tarekgh an error occurred while backporting to release/6.0-staging, please check the run log for details!

Error: git am failed, most likely due to a merge conflict.

@ghost ghost locked as resolved and limited conversation to collaborators Aug 17, 2023
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.

Some culture tests failing on latest Windows 11 builds
3 participants