-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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/Regression/JitBlue/Runtime_55107/Runtime_55107/Runtime_55107.cmd #102978
Comments
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch |
@tannergooding, is it something you can take a look? |
Failed in: runtime-coreclr gcstress-extra 20240602.1 Failed tests:
Error message:
Stack trace:
|
Looks like this isn't hwintrinsic related (at least at a glance). The actual test is just using The minimum flags I found that repros is:
So this is most likely related to one of the recent loop PRs. There's only been a couple in the last week and this looks to specifically be caused by #102261 as reverting it causes the failure to go away. CC @jakobbotsch |
IV opts relied on the RBO phase to reset these bitvec traits, which would cause problems if the RBO phase was disabled. Fix dotnet#102978
IV opts relied on the RBO phase to reset these bitvec traits, which would cause problems if the RBO phase was disabled. Fix #102978
Failed in: runtime-coreclr jitstress-isas-x86 20240601.1
Failed tests:
Error message:
Stack trace:
The text was updated successfully, but these errors were encountered: