Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Disable Unicode compression tests failing in CI #1537

Merged
merged 1 commit into from
Apr 28, 2015

Conversation

stephentoub
Copy link
Member

In #1523 I re-enabled several compression tests that we'd previously disabled due to the default string marshaling encoding on Linux not being UTF8, and once it was, these tests were passing for me locally. However, there's obviously some difference between my machine setup and the CI machine setup that's causing these Unicode tests to fail during CI but not for me locally. Since we know we need a complete globalization implementation on Linux and OSX (#846) such that it's not surprising these tests are failing (it's more surprising they're passing for me locally), I'm disabling these Unicode tests on all but Windows for now. This commit disables not only those from #1523 but all of the tests using the unicode.zip file.

In dotnet#1523 I re-enabled several compression tests that we'd previously disabled due to the default string marshaling encoding on Linux not being UTF8, and once it was, these tests were passing for me locally.  However, there's obviously some difference between my machine setup and the CI machine setup that's causing these Unicode tests to fail during CI but not for me locally.  Since we know we need a complete globalization implementation on Linux and OSX (#846) such that it's not surprising these tests are failing (it's more surprising they're passing for me locally), I'm disabling these Unicode tests on all but Windows for now.  This commit disables not only those from dotnet#1523 but all of the tests using the unicode.zip file.
@stephentoub
Copy link
Member Author

cc: @ellismg, @FiveTimesTheFun

@mmitche
Copy link
Member

mmitche commented Apr 27, 2015

@dotnet-bot test this please

stephentoub added a commit that referenced this pull request Apr 28, 2015
Disable Unicode compression tests failing in CI
@stephentoub stephentoub merged commit 0774070 into dotnet:master Apr 28, 2015
@stephentoub stephentoub deleted the disable_unicode branch April 28, 2015 02:41
@karelz karelz modified the milestone: 1.0.0-rtm Dec 3, 2016
picenka21 pushed a commit to picenka21/runtime that referenced this pull request Feb 18, 2022
Disable Unicode compression tests failing in CI

Commit migrated from dotnet/corefx@0774070
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants