Reenable the GC/Regressions/Github/Runtime_76219 test - #131881
Merged
Conversation
The test seems to be passing now.
|
Azure Pipelines: Successfully started running 3 pipeline(s). 13 pipeline(s) were filtered out due to trigger conditions. There may be pipelines that require an authorized user to comment /azp run to run. |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR re-enables the GC regression test GC/Regressions/Github/Runtime_76219 by removing the project-level suppression and the xUnit ActiveIssue skip, so the test will execute again in CI/stress configurations.
Changes:
- Remove
<CLRTestTargetUnsupported>true</CLRTestTargetUnsupported>from the test.csproj, restoring the test to the runnable set. - Remove the
[ActiveIssue(...)]attribute from the test method so the test is no longer unconditionally skipped for CoreCLR.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| src/tests/GC/Regressions/Github/Runtime_76219/Runtime_76219.csproj | Removes the CI suppression flag so the test is eligible to run again. |
| src/tests/GC/Regressions/Github/Runtime_76219/Runtime_76219.cs | Removes the ActiveIssue skip so the test method executes during runs. |
Member
Author
|
/azp run runtime-coreclr outerloop |
|
Azure Pipelines: Successfully started running 1 pipeline(s). |
kkokosa
approved these changes
Aug 5, 2026
This was referenced Aug 5, 2026
Open
Member
Author
|
/ba-g the failures are either known or WASM related, unrelated to the re-enabled test. |
BrzVlad
added a commit
that referenced
this pull request
Aug 13, 2026
GC coverage (GCStress=4) only supports jitted code. Test enabled in #131881
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The test seems to be passing now. I cannot repro the original failures on x86 Windows or arm64 macOS.
Close #78899