-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Disable AdvSimd_ro test on native AOT #118235
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
Conversation
Native AOT outerloops are broken, we need outerloops green.
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.
Pull Request Overview
This PR disables the AdvSimd_ro hardware intrinsics test for Native AOT builds to address broken outerloop builds. The change adds a compatibility flag to exclude this specific ARM hardware intrinsics test from Native AOT compilation.
- Adds
NativeAotIncompatible
property to disable test execution under Native AOT - References GitHub issue #118234 for tracking the underlying problem
/azp run runtime-nativeaot-outerloop |
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run runtime-nativeaot-outerloop |
Azure Pipelines successfully started running 1 pipeline(s). |
/ba-g timeout and a known macOS x64 issue |
Native AOT outerloops are broken, we need outerloops green.
Cc @dotnet/ilc-contrib @dotnet/jit-contrib