Conversation
|
Tagging subscribers to this area: @dotnet/area-system-globalization |
src/libraries/System.Globalization/tests/NumberFormatInfo/NumberFormatInfoCurrencyGroupSizes.cs
Outdated
Show resolved
Hide resolved
|
/backport to release/7.0-staging |
|
Started backporting to release/7.0-staging: https://github.com/dotnet/runtime/actions/runs/5581634068 |
|
/backport to release/6.0-staging |
|
Started backporting to release/6.0-staging: https://github.com/dotnet/runtime/actions/runs/5581640681 |
|
@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 128Please backport manually! |
|
@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. |
|
@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 128Please backport manually! |
|
@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. |
Fixes #79867
Fixing these tests is failing in the main, servicing branches, and causing some noises.
#86338
#88740