-
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
AllocateArrayWithNonGCElements test fails on NativeAOT #111822
Comments
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch |
Likely introduced by #104906. cc @hez2010 @AndyAyersMS |
This is a newly added test to ensure that the array is allocated on the stack. |
It turns out that we disabled the optimization on NativeAOT by accident when trying to disable it for R2R. The fix is #111827. |
Fails in
runtime-nativeaot-outerloop
Example of the log: https://dev.azure.com/dnceng-public/public/_build/results?buildId=928364&view=ms.vss-test-web.build-test-results-tab&runId=24573328&resultId=115775&paneView=dotnet-dnceng.dnceng-build-release-tasks.helix-test-information-tab
The text was updated successfully, but these errors were encountered: