-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[MacCatalyst][x64] System.Reflection.Emit.Tests.ILGeneratorEmit4.TestDynamicMethodEmitCalliNonBlittable failed. #65304
Comments
Tagging subscribers to this area: @dotnet/area-system-reflection-emit Issue DetailsThe following is being hit in #64452:
cc @steveisok @akoeplinger @lambdageek @jkoritzinsky
|
|
I think MacCatalyst runs with AOT, so this issue would be somewhere in the AOT compiler. |
"it depends". both AOT and interpreter are supported. I think CI is running the tests with |
The dynamic method `klass` is just System.Object, so its image is always corelib. As a result, we incorrectly pick up the DisableRuntimeMarshalling attribute from CoreLib. Fixes dotnet#65304 The corresponding change to the JIT+AOT was done in dotnet@ac825ab
@lambdageek Thanks! |
The following is being hit in #64452:
https://dev.azure.com/dnceng/public/_build/results?buildId=1610861&view=ms.vss-test-web.build-test-results-tab&runId=44871364&paneView=dotnet-dnceng.dnceng-build-release-tasks.helix-test-information-tab&resultId=146626
cc @steveisok @akoeplinger @lambdageek @jkoritzinsky
The text was updated successfully, but these errors were encountered: