-
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] Runtime tests failing with 'Attempting to JIT compile method' for Mono FullAOT mode #70492
Comments
@lambdageek should we try to fix this for .NET7? |
Assigning to @LeVladIonescu related to current work |
Current situation. Mono is reporting the following warnings for
This could be related to missing support for CallConvMemberFunction #50440 as is listed in the PR description. The
and |
@matouskozak I suggest we enable the tests that are now passing. |
Enabled tests (#96243):
Test to fix:
|
@matouskozak are you currently actively working on the fix for |
Summary
Runtime tests:
/JIT/Directed/callconv/PlatformDefaultMemberFunction/PlatformDefaultMemberFunctionTest/*
/JIT/Directed/callconv/CdeclMemberFunction/CdeclMemberFunctionTest/*
/JIT/Directed/callconv/StdCallMemberFunction/StdCallMemberFunctionTest/*
/JIT/Directed/callconv/ThisCall/ThisCallTest/*
are failing in FullAOT mode on Mono with nearly the same
Attempting to JIT compile method xxx while running in aot-only mode
.StdCallMemberFunctionTest
Output
Full output for
/JIT/Directed/callconv/StdCallMemberFunction/StdCallMemberFunctionTest/*
:Repro
Additional notes
Tests exclusion details should be updated to reference this tracking issue:Done.Possibly related to: #50440
cc: @lambdageek @lateralusX
The text was updated successfully, but these errors were encountered: