-
Notifications
You must be signed in to change notification settings - Fork 5.1k
[Mono] Enable runtime tests to run on Android x64 with interpreter #54084
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
Conversation
Tagging subscribers to this area: @directhex Issue Details
|
I just merged #53752; if you rebase on top of main you should have the changes necessary to run-test-job.yml to make RuntimeVariant accessible to helixpublishwitharcade.proj (and testenvironment.proj). |
I'm not sure how the interpreter got disabled on the interpreter lanes. I will be adding a test to make sure that doesn't happen again though. |
/azp run runtime,runtime-staging |
Azure Pipelines successfully started running 2 pipeline(s). |
/azp run |
You have several pipelines (over 10) configured to build pull requests in this repository. Specify which pipelines you would like to run by using /azp run [pipelines] command. You can specify multiple pipelines using a comma separated list. |
d114219
to
4dc2791
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, thank you!
The failures on windows arm64 were irrelevant to this PR. There are two tracking issues for it https://github.com/dotnet/core-eng/issues/13324 and https://github.com/dotnet/core-eng/issues/13292 |
Contributes to #33381
When working on this PR, I noticed that the mono interpreter lanes were not running with Mono interpreter. This PR also fixes that issue.
This PR also add an option to enable interpreter for Android sample.
2,427 runtime tests were enabled on Android x64 with interpreter. Comparing to Android x64 with JIT, 93 more tests were disabed.