-
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 JIT\\HardwareIntrinsics\\General\\NotSupported\\NotSupported_r\\NotSupported_r.cmd #69232
Comments
Tagging subscribers to this area: @JulieLeeMSFT Issue DetailsRun: runtime-coreclr outerloop 20220511.4 Failed test:
Error message:
|
This is also failing in the arm64 runs in innerloop. |
I bisected this to 3f4585c, but the issue probably happens in combination with another recent commit since CI was green there (@SingleAccretion maybe you have an idea?). I'll disable the test to unblock this, but we should investigate asap. |
Hmm, nothing off the top of my head, the commit chain looks harmless enough. FWIW, I can easily see this assert being triggered off of some new forward substitutions generating previously-unseen IR shapes and the like. |
It looks like the failure happens in combination with physical VN which had a few minor morph changes. Can you double check those changes? Attached collection from the failing tests on a win-arm64 machine. Should repro it with clrjit_universal_arm64_x64.dll on commit 9656b47. |
Thank you Jakob for the SPMI collection; will investigate this evening. |
Disabled the test in #69241 |
Run: runtime-coreclr outerloop 20220511.4
Failed test:
Error message:
The text was updated successfully, but these errors were encountered: