-
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
JIT: Remove oldlayout test configs #113621
JIT: Remove oldlayout test configs #113621
Conversation
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 removes obsolete references to "jitoldlayout" from test configuration files as the old layout implementation is no longer in use.
- Removed "jitoldlayout" from the run-test-job configuration
- Removed "jitoldlayout" from the libraries-pgo configuration
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
File | Description |
---|---|
eng/pipelines/common/templates/runtimes/run-test-job.yml | Removed obsolete "jitoldlayout" test configuration |
eng/pipelines/coreclr/libraries-pgo.yml | Eliminated unused "jitoldlayout" entry from PGO pipelines |
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch |
src/coreclr/ilasm/CMakeLists.txt
Outdated
|
||
# Ensure secure source code hashing is enabled when building asmparse.cpp | ||
# to avoid BinSkim BA2004 warnings. | ||
set_source_files_properties( prebuilt/asmparse.cpp PROPERTIES COMPILE_FLAGS "/ZH:SHA_256" ) |
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.
Unrelated change?
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.
Yeah, must've got caught in my git stash. Thanks
/ba-g unrelated test failures |
Follow-up to #113335. There is no longer any old layout implementation to test.
@dotnet/jit-contrib PTAL, thanks!