-
Notifications
You must be signed in to change notification settings - Fork 5.3k
[mono] Disable UnitTest_GVM_TypeLoadException for fullAOT jobs #107502
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] Disable UnitTest_GVM_TypeLoadException for fullAOT jobs #107502
Conversation
|
Tagging subscribers to this area: @directhex, @matouskozak |
|
@davidwrighton is the test expected to fail on fullAOT or should we investigate instead of disabeling it? |
|
/azp run runtime-llvm |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run runtime-llvm |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run runtime-llvm |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/backport to release/9.0-staging |
|
Started backporting to release/9.0-staging: https://github.com/dotnet/runtime/actions/runs/12764375797 |
The test was disabled in #106716 at
https://github.com/dotnet/runtime/blob/c4792a228ea36792b90f87ddf7fce2477e827822/src/tests/issues.targets#L1136C107-L1136C137 for NativeAOT.
The tests are failing on fullAOT-[mini/llvm] jobs with
Attempting to JIT compile method 'void CMain:RunInvalidTest1 ()' while running in aot-only mode.