[clr-interp] Disable poison test - #122622
#122622Merged
jkotas merged 2 commits intoDec 18, 2025
dotnet:maindotnet/runtime:mainfrom
davidwrighton:disable_poison_testdavidwrighton/runtime:disable_poison_testCopy head branch name to clipboard
Merged
[clr-interp] Disable poison test#122622jkotas merged 2 commits intodotnet:maindotnet/runtime:mainfrom davidwrighton:disable_poison_testdavidwrighton/runtime:disable_poison_testCopy head branch name to clipboard
jkotas merged 2 commits into
dotnet:maindotnet/runtime:mainfrom
davidwrighton:disable_poison_testdavidwrighton/runtime:disable_poison_testCopy head branch name to clipboard
Conversation
davidwrighton
commented
Dec 17, 2025
Member
- The interpreter does not fill in the poison value for debug codegen of locals which have SkipLocalsInit.
- The interpreter does not fill in the poison value for debug codegen of locals which have SkipLocalsInit.
Contributor
|
Tagging subscribers to this area: @BrzVlad, @janvorli, @kg |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR disables the poison test for the CLR interpreter by adding an ActiveIssue attribute. The test verifies that local variables with SkipLocalsInit are filled with poison values (0xCD) in debug builds, but the interpreter does not implement this feature.
- Adds an
ActiveIssueattribute to skip the test when running under the CoreCLR interpreter - References GitHub issue #118965 which tracks the interpreter limitation
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
jkotas
approved these changes
Dec 17, 2025
jkotas
enabled auto-merge (squash)
December 17, 2025 22:52
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.