-
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
ExposedLocalsNumbering
runtime test disabled
#80184
Comments
Tagging subscribers to this area: @BrzVlad Issue DetailsSee the test being added #79772 ( The test tries to induce a race that could lead to an out-of-bounds access with a bypassed bounds check. This caused interpreter on MacOS x64 to crash in CI:
The test will be disable against this issue once/if #79772 is merged.
|
#80522 will disable the test on all configurations due to a bug I need to investigate. Will flip this issue back to Mono if there will be any Mono-specific issues remaining after that. |
ExposedLocalsNumbering
runtime test disabled
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch, @kunalspathak Issue DetailsSee the test being added in #79772 ( The test tries to induce a race that could lead to an out-of-bounds access with a bypassed bounds check. This caused interpreter on MacOS x64 to crash in CI:
The test will be disabled against this issue once/if #79772 is merged.
|
@SingleAccretion @jakobbotsch so is this a mono issue? why 9.0.0 milestone and codegen label then |
I don't remember, but I suspect I moved it to 9.0 because it seems like actual silent bad codegen in some fashion? (9.0 presumably did not exist when it was moved to future) |
No, the test was failing in many configurations, in all cases - fatal crashes. I think this can safely be not-9.0. It looks (and looked) like a test bug. Edit: and I think I now finally see what this test bug is... |
Moving back to 9.0 since the fix is filed |
See the test being added in #79772 (
src/tests/JIT/opt/ValueNumbering/ExposedLocalsNumbering.csproj
).The test tries to induce a race that could lead to an out-of-bounds access with a bypassed bounds check. This caused interpreter on MacOS x64 to crash in CI:
The test will be disabled against this issue once/if #79772 is merged.
CoreCLR failures:
https://dev.azure.com/dnceng-public/public/_build/results?buildId=133883&view=ms.vss-test-web.build-test-results-tab
https://dev.azure.com/dnceng-public/public/_build/results?buildId=133827&view=ms.vss-test-web.build-test-results-tab&runId=2905668&resultId=119527&paneView=debug
The text was updated successfully, but these errors were encountered: