-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Bring up Android device aot on ci #50510
Conversation
Tagging subscribers to this area: @Anipik, @safern, @ViktorHofer Issue DetailsAddresses #33381
|
cc @fanyang-mono - something we may also need for enabling CI lanes for aot android validation |
… running in aot-only mode.'
…while running in aot-only mode."
…while running in aot-only mode."
After addressing the latest feedback the number of test failures increased up to ~114. Not sure if it's related to using |
# Conflicts: # src/libraries/System.Runtime.Serialization.Xml/tests/DataContractSerializer.cs
This is no longer needed. Closing. |
Addresses #33381
Some library tests were skipped:
"Attempting to JIT compile method ... while running in aot-only mode"
(using conditional facts based onPlatformDetection.IsNotDeviceAOT
; it's considered not to work on both Android and iOS devices)PlatformDetection.IsNotAndroidAOT
)PlatformDetection.IsNotAndroidAOT
)Some library test suites were skipped in
tests.proj
.