Fix legacy Globalization tests to work on Linux#9322
Conversation
|
@AlexGhiondea could you please have a quick look? these are trivial test fixes |
|
cc @wtgodbe |
|
Did you confirm these tests pass on Ubuntu16.04 and Fedora23? Unfortunately we don't have CI support to run tests for those distros currently |
|
Otherwise LGTM |
I confirmed on Ubuntu16.04 but it should pass now on Fedora23 too.. |
|
Do we have appropriate coverage in corefx? If yet, can we delete these tests here? If not, we should add the coverage in corefx and delete these tests here. |
we have good coverage on corefx. I thought we have these in coreclr just for basic validation before consuming coreclr on corefx. I am not sure who added these in the first place here. |
|
These tests were added in the early days when there was not a very good coordination. Folks were looking just at number of tests ported, without noticing that the same tests has been or are being ported in corefx repo as well... |
|
ok, I'll go ahead and remove these. |
|
@jkotas I have removed all globalization tests from coreclr. please let me know if you have any other comments. thanks |
|
Awesome! Thanks. |
* Fix legacy Globalization tests to work on Linux * Delete globalization tests
* Fix legacy Globalization tests to work on Linux * Delete globalization tests Commit migrated from dotnet/coreclr@e2f7e20
Fixes #9289