Uh oh!
There was an error while loading. Please reload this page.
Use multibyte character path for bundle_probe - #44466
Conversation
am11
commented
Nov 10, 2020
Uh oh!
There was an error while loading. Please reload this page.
ghost
commented
Nov 10, 2020
Tagging subscribers to this area: @vitek-karas, @agocke |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
vitek-karas
left a comment
There was a problem hiding this comment.
LGTM - let's wait for @janvorli to take a second look
am11
commented
Nov 11, 2020
Internal to CoreCLR; |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
janvorli
commented
Nov 12, 2020
The win x86 leg was failing due to something that looks like a bug in xunit (xunit code modifying a collection while it was being iterated). I am re-running this leg. |
When runtime repo itself is cloned in a path containing multibyte character, I found two issues. Steps to repro (using three-bytes characters): $ git clone https://github.com/dotnet/runtime runtime-ⒾⓇⓇⒺⒼⓊⓁⒶⓇ␣ⓉⒺⓍⓉ
$ cd runtime-ⒾⓇⓇⒺⒼⓊⓁⒶⓇ␣ⓉⒺⓍⓉ
$ ./build.sh -c Release
$ ./build.sh Host.Tests -c Release -test
With these two patches, full runtime repo build succeeded and all installer tests passed on macOS. It seems like there are other |
vitek-karas
commented
Nov 19, 2020
Thanks a lot @am11 ! |
Fixes#44098.