-
Notifications
You must be signed in to change notification settings - Fork 5.1k
[mono] Enable callconv and classloader runtime tests #90421
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
[mono] Enable callconv and classloader runtime tests #90421
Conversation
Tagging subscribers to this area: @directhex Issue DetailsThis PR enables callconv and classloader runtime tests in AOT mode. Fixes #90280 (comment)
|
/azp run runtime-extra-platforms |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run runtime-ioslike |
Azure Pipelines successfully started running 1 pipeline(s). |
Please verify the logs to ensure enabled tests are running/passing without known failures. |
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.
Tests successfully ran, failures look unrelated.
/azp run runtime-ioslike |
Azure Pipelines successfully started running 1 pipeline(s). |
The |
/azp run runtime-ioslike |
Azure Pipelines successfully started running 1 pipeline(s). |
@LeVladIonescu The runtime tests are using interpreter, so we can't confirm if the tests were executed successfully. I reopened the issue, which should be confirmed using apple mobile pipeline (once switched to full AOT mode) or full AOT linux pipeline. This PR improves test coverage for apple mobile platforms and will be merged. |
This PR enables callconv and classloader runtime tests in AOT mode.
Fixes #90280 (comment)