-
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
Disable failing win-arm64 JIT tests #93451
Disable failing win-arm64 JIT tests #93451
Conversation
Disable these while we investigate what happened.
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch Issue DetailsDisable these while we investigate what happened.
|
fwiw, my theory is a new MSVC compiler was picked up yesterday that has a bug, or exposes a bug in coreclr or JIT. Note that release/7.0 pipeline failed the same tests yesterday. |
@BruceForstall That's right, I've already root caused it in #93442 (comment) |
We need to revert the compiler upgrade or find a workaround. We can probably work around it by writing the logic in that function in a different, more convoluted way. |
This reverts commit 1e8379d.
Disable these while we investigate what happened.
Related: #93424, #93441, #93442, #93443, #93444