-
Notifications
You must be signed in to change notification settings - Fork 5k
[Android] Library tests failing on CoreCLR Android #114951
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
Comments
Tagging subscribers to 'arch-android': @vitek-karas, @simonrozsival, @steveisok, @akoeplinger |
Tagging subscribers to this area: @hoyosjs |
The test
In general we should probably disable all tests which are also disabled in single-file modes - mobile is by default "single-file". |
do we know why these didn't fail on mono? |
Tests that load assembly files fail on mobile due to the single-file host. I don’t have a good understanding why the globalization and diagnostics tests are failing on CoreCLR, but I suspect it’s due to a configuration mismatch. |
@akoeplinger comment is actually a really good point.
|
I looked at System.Runtime.Loader.Tests failures and they are disabled on Mono:
I’ll check the other tests disabled for the single-file host and annotate them with the same conditions for consistency. |
I’ve verified that the tests disabled in the PR were already skipped on Native AOT and other mobile platforms. The failures unique to CoreCLR Android are:
|
Description
These failures occurred while standing up the library tests on CoreCLR Android in #114148.
Disabled tests fall into two categories.
Globalization or other mobile‐platform issues
These tests have been disabled because they depend on invariant‐culture behaviors or platform APIs that aren’t fully supported on mobile targets:
Logs
System.Diagnostics.DiagnosticSource.Switches.Tests
System.IO.Tests
System.Resources.ResourceManager.Tests
System.Runtime.InvariantTimezone.Tests
System.Text.Tests
System.Text.RegularExpressions.Tests
System.Net.Security.Tests
CoreCLR Android-specific failures
The following disabled tests are specific to CoreCLR Android:
The text was updated successfully, but these errors were encountered: