Fix coreclr Test570 due to ICU on Windows feature - #35435
Conversation
|
Tagging subscribers to this area: @ViktorHofer |
|
/azp run runtime-coreclr outerloop |
|
Azure Pipelines could not run because the pipeline triggers exclude this branch/path. |
|
I queued a build from this branch: https://dev.azure.com/dnceng/public/_build/results?buildId=616798&view=results |
|
I reviewed the "build 18362" part of the change and confirmed that it matches the 19H1 RTM build. So there's my minor contribution. :) |
Thanks 😄 |
|
It would be better to fix this by moving the test to live under libraries where it belongs. |
|
If we have appropriate coverage under libraries, just delete the test. |
|
We already test this in Libraries: It seems like for PercentDecimalDigits we don't have such test case: I guess I can just delete this test and add a test case in NumberFormatInfoPercentDecimalDigits tests |
|
Updated to remove the test and add the missing test data in libraries test. |
Fixes: #35039