-
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
Re-enable calendars tests on NativeAOT/ARM32 #99595
Conversation
Tagging subscribers to this area: @agocke, @MichalStrehovsky, @jkotas |
/azp run runtime-nativeaot-outerloop |
Azure Pipelines successfully started running 1 pipeline(s). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, LGTM if the CI agrees!
The affected test passed. The failed one (JIT.CodeGenBringUpTests) runs into stack overflow here (not entirely deterministic, happened in 2/11 attempts):
|
Opened: #99663 . It does not look Arm32 specific. |
Fixes #98795
Recent fixes for linker thunk generation and unwinding logic seemed to fix the failure. Tested with multiple successful runs on Raspberry Pi hardware.