-
Notifications
You must be signed in to change notification settings - Fork 5k
[Android] Run CoreCLR library tests on Android #114148
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
base: main
Are you sure you want to change the base?
[Android] Run CoreCLR library tests on Android #114148
Conversation
/azp run runtime-extra-platforms |
Azure Pipelines successfully started running 1 pipeline(s). |
Some of the tests disabled in I have listed the failures that are specific to CoreCLR on Android. The remaining failures are due to a globalization issue or the The number of test projects sent to helix on mono Android arm64 has increased from 217 to 243. |
/azp run runtime-extra-platforms |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run runtime-android,runtime-androidemulator |
Azure Pipelines successfully started running 2 pipeline(s). |
/azp run runtime-android,runtime-androidemulator |
Azure Pipelines successfully started running 2 pipeline(s). |
/azp run runtime-android,runtime-androidemulator |
Azure Pipelines successfully started running 2 pipeline(s). |
/azp run runtime-android,runtime-androidemulator |
Azure Pipelines successfully started running 2 pipeline(s). |
/azp run runtime-extra-platforms |
Azure Pipelines successfully started running 1 pipeline(s). |
Description
This PR enables running CoreCLR library tests on the Android emulators and devices and adds a script for local testing on Windows.
Changes
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:
CoreCLR Android-specific failures
The following disabled tests are specific to CoreCLR Android:
Closes #50871 #50874 #50923 #49937