Update list of disabled crossgen2 tests#119122
Merged
kg merged 2 commits intodotnet:mainfrom Sep 10, 2025
Merged
Conversation
Member
Author
|
/azp run runtime-coreclr crossgen2 outerloop |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Member
Author
|
/azp run runtime-coreclr crossgen2 outerloop |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Member
Author
|
Based on this, the only one that needs to be blanket disabled anymore is ObjectStackAllocationTests. |
Member
Author
|
/azp run runtime-coreclr crossgen2 outerloop |
|
Azure Pipelines successfully started running 1 pipeline(s). |
…terloop run to see which ones are still broken
Move DevDiv_255294 to be a blanket all-platforms disable instead of ARM only, since its problem is related to memory usage
9ad6f8f to
5a02923
Compare
Member
Author
|
/azp run runtime-coreclr crossgen2 outerloop |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR updates the list of disabled crossgen2 tests by re-enabling tests that no longer fail and broadening the scope of one test's exclusion. The changes involve removing exclusions for tests that have been fixed and moving a platform-specific exclusion to apply more broadly.
Key changes:
- Re-enables several JIT tests that no longer fail with crossgen2
- Moves DevDiv_255294 test exclusion from ARM-specific to general crossgen2 exclusions
- Removes exclusions for arrays, force inlining, and CSE optimization tests
mangod9
approved these changes
Sep 10, 2025
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.
A few of the disabled crossgen2 tests seem to no longer fail so this re-enables them.
This also makes the disable broader for DevDiv_255294 because it has issues in more scenarios than the platform(s) where it's currently disabled.