Skip to content
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

Disable GC stress tests for the interpreter test #112906

Merged
merged 3 commits into from
Feb 26, 2025

Conversation

janvorli
Copy link
Member

There is a problem with the interpreter codegen and GC stress. The runtime is attempting to sprinkle breakpoints in the interpreter IR.

Temporarily disable the GC stress for the test until it is fixed.

There is a problem with the interpreter codegen and GC stress. The
runtime is attempting to sprinkle breakpoints in the interpreter IR.

Temporarily disable the GC stress for the test until it is fixed.
@janvorli janvorli requested a review from BrzVlad February 25, 2025 12:42
@janvorli janvorli self-assigned this Feb 25, 2025
@Copilot Copilot bot review requested due to automatic review settings February 25, 2025 12:42

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 1 out of 1 changed files in this pull request and generated no comments.

@jakobbotsch
Copy link
Member

The test also fails in pipelines without GCStress, e.g. https://helixr1107v0xdcypoyl9e7f.blob.core.windows.net/dotnet-runtime-refs-heads-main-b10063831ae64414b9/JIT_others/1/console.5c9a5e09.log?helixlogtype=result. It looks like it needs to be disabled more broadly.

@janvorli
Copy link
Member Author

Thanks @jakobbotsch for pointing it out. I was not aware of the other crashes.

@janvorli
Copy link
Member Author

I've found the culprit for the other issue that @jakobbotsch mentioned. It is a different problem, so this PR makes sense as is. I'll create a PR to fix the other crash.

Co-authored-by: Larry Ewing <lewing@microsoft.com>
@janvorli
Copy link
Member Author

Thanks @lewing I haven't noticed that missing newline.

@janvorli janvorli merged commit 38b7d03 into dotnet:main Feb 26, 2025
71 checks passed
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.

4 participants