Skip to content

Reenable the GC/Regressions/Github/Runtime_76219 test - #131881

Merged
janvorli merged 1 commit into
dotnet:mainfrom
janvorli:reenable-test-runtime-76219
Aug 6, 2026
Merged

Reenable the GC/Regressions/Github/Runtime_76219 test#131881
janvorli merged 1 commit into
dotnet:mainfrom
janvorli:reenable-test-runtime-76219

Conversation

@janvorli

@janvorli janvorli commented Aug 5, 2026

Copy link
Copy Markdown
Member

The test seems to be passing now. I cannot repro the original failures on x86 Windows or arm64 macOS.

Close #78899

@janvorli janvorli added this to the 11.0.0 milestone Aug 5, 2026
@janvorli janvorli self-assigned this Aug 5, 2026
Copilot AI review requested due to automatic review settings August 5, 2026 15:19
@janvorli
janvorli requested a review from kkokosa August 5, 2026 15:20
@azure-pipelines

Copy link
Copy Markdown
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.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 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.

@janvorli

janvorli commented Aug 5, 2026

Copy link
Copy Markdown
Member Author

/azp run runtime-coreclr outerloop

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
Successfully started running 1 pipeline(s).

@janvorli

janvorli commented Aug 5, 2026

Copy link
Copy Markdown
Member Author

/ba-g the failures are either known or WASM related, unrelated to the re-enabled test.

@janvorli
janvorli merged commit dbd5911 into dotnet:main Aug 6, 2026
146 of 149 checks passed
@dotnet-milestone-bot dotnet-milestone-bot Bot modified the milestones: 11.0.0, 11.0-rc1 Aug 7, 2026
BrzVlad added a commit that referenced this pull request Aug 13, 2026
GC coverage (GCStress=4) only supports jitted code.

Test enabled in #131881
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Test failure GC\\Regressions\\Github\\Runtime_76219\\Runtime_76219\\Runtime_76219.cmd

3 participants