-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Revert "Use rangecheck in assertprop (#112766)" #112872
Revert "Use rangecheck in assertprop (#112766)" #112872
Conversation
This reverts commit 6022adf.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot wasn't able to review any files in this pull request.
Files not reviewed (3)
- src/coreclr/jit/assertionprop.cpp: Language not supported
- src/coreclr/jit/rangecheck.cpp: Language not supported
- src/coreclr/jit/rangecheck.h: Language not supported
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch |
/azp run runtime-coreclr libraries-pgo, runtime-coreclr jitstress |
1 similar comment
/azp run runtime-coreclr libraries-pgo, runtime-coreclr jitstress |
Azure Pipelines successfully started running 2 pipeline(s). |
/azp run runtime-coreclr libraries-jitstress |
Jitstress looks good. Libraries overall looks good. Failures mainly look like #112856 but there are some others in there too:
|
Reverting this PR seems to clear up a lot of the new weekend failures. @EgorBo @dotnet/jit-contrib PTAL |
With @jakobbotsch's help we identified the root cause, it is not exactly in my PR and was preexisting so is not related to my change, my change just exposed it (mainly, under CSE-related stress modes, but may repro without them too). |
@AndyAyersMS could this be the cause of the index out of bounds errors we're seeing in this dependency update? Assuming the regression was caused by a runtime update, it seems to be caused by something between these two commits: |
Yes, it could |
This reverts commit db681fb.
This reverts commit 6022adf.
Suspect this is causing a lot of the recent jitstress failures. We'll see.