-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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] FullAOT runtime test failures: Attempting to JIT compile method #57350
Comments
Update I am wrong
|
Update I think i may have misunderstood what is happening (in at least some of the tests). It looks like the blanket
/cc @SamMonoRT - we should talk about this on our next 1-1 |
We should have a better error message in full AOT mode. Also a better way to skip tests with full AOT than just adding to the issues.targets file |
Several runtime tests (which can be found by searching issues.targets for this issue number) fail to pass with this message:
Tests are run using
MONO_ENV_OPTIONS=--full-aot
.FullAOT compilation uses these flags on x64:
and these on arm64:
The text was updated successfully, but these errors were encountered: