-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Test failure: GC/API/NoGCRegion/Callback/Callback.cmd #108122
Comments
Tagging subscribers to this area: @dotnet/area-system-diagnostics-process |
Tagging subscribers to this area: @dotnet/gc |
These tests are failing on all platforms on "normal" jitstress: |
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch |
@BruceForstall I've just validated that this is fixed by #108161 as well. It was an incorrect use of the jit-stress mode, when it's enabled the optimization allowed negative values too (which are never added to the new switch). I am fine merging revert if it's blocking now (isn't ran once a week?), my PR should be ready once CI is finished |
I would merge the revert #108169 since it passed all the pipeline jobs, but nobody approved it yet, so I can't. |
Why does it matter if it's run once a week? We need it always clean so people can trigger it on PRs and expect it clean. And the weekend run might be hiding other failures. Also, jitstress and libraries-jitstress are run every night. |
Failed in: runtime-coreclr jitstress 20240922.1 Failed tests:
Error message:
Stack trace:
|
I just didn't see the urge of reverting since the fix is already filed and the issue seems to be just an incorrect use of jitstress flag. Since my fix hit an unexpected assert on CI, I am fine merging the revert |
Failed in: runtime-coreclr jitstress-random 20240922.1
Failed tests:
Error message:
Stack trace:
The text was updated successfully, but these errors were encountered: