Add native AOT arm64 CFG testing#122701
Merged
MichalStrehovsky merged 1 commit intomainfrom Dec 22, 2025
Merged
Conversation
We test x64 as part of the CET leg above, but ARM64 was only tested with the dedicated test (and general RyuJIT CFG codegen testing that runs on top of CoreCLR VM).
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds native AOT Control Flow Guard (CFG) testing for the ARM64 architecture on Windows. Previously, only x64 CFG testing was performed as part of the CET leg, while ARM64 CFG testing was limited to a dedicated test and general RyuJIT codegen testing on CoreCLR.
Key changes:
- Adds a new CI job configuration for windows_arm64 platform with CFG enabled
- Mirrors the existing x64 CET/CFG test configuration structure
- Uses the same ControlFlowGuard=Guard build parameter and Pri0 innerloop tests
Contributor
|
Tagging subscribers to this area: @agocke, @MichalStrehovsky, @jkotas |
jkotas
approved these changes
Dec 22, 2025
Member
Author
|
/azp run runtime-nativeaot-outerloop |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Member
Author
|
/ba-g known ICU issues on ARM64 machines |
This was referenced Jan 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
We test x64 as part of the CET leg above, but ARM64 was only tested with the dedicated test (and general RyuJIT CFG codegen testing that runs on top of CoreCLR VM).