-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
System.Globalization.Tests fail on Android #36672
Comments
We'd need to know what inputs are causing the failures, along with how we can get the CI logs from the failures. Current PR legs are not failing, so this issue is at the moment not actionable by the team. |
@GrabYourPitchforks we don’t have them running on CI yet. This issue is to track progress of adding these legs to CI and to be able to disable the tests agains the issue. There is no action required by anyone but the crew working on the mobile effort. |
Android ICU seems to have slight behavioral differences with Turkish and Slovak cultures. This change skips the data items that do have difficulty. Additionally, there are a few other tests that were failing because the test data should have been the same as what we use on desktop. Adjusted accordingly. Fixes dotnet#36672
Android ICU seems to have slight behavioral differences with Turkish and Slovak cultures. This change skips the data items that do have difficulty. Additionally, there are a few other tests that were failing because the test data should have been the same as what we use on desktop. Adjusted accordingly. Fixes #36672
Various tests from System.Globalization.Tests fail on Android:
Note that more tests might be shown as failed (in testResults.xml) now because of
SkipTestException
thrown inRemoteExecutor
, we need support from the runner to treat those tests as skipped: dotnet/xharness#205Stack traces
System.Globalization.Methods_and_Stack_traces.txt
Edit: Updated based on #50095
System.Globalization.Tests.log
The text was updated successfully, but these errors were encountered: