-
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
Pmi run on some test dll-s hits some jit asserts. #39556
Comments
I haven't seen that behavior - I think the last time I ran PMI diffs was probably more than a week ago, though. |
Same here - I ran pmi with altjit yesterday and didn't see anything like that. |
@CarolEidt @kunalspathak were you running pmi on tests? |
I usually just run it on frameworks and benchmarks (since it's kind of slow) |
I see this issue only with tests, benchmarks and frameworks are passing for me as well. Could you please try to run |
Worked for me. |
Thanks Kunal, I will try to do a clean build/update jitutils and see if that fixes this for me. |
Interesting, it is working for me with SHA that you gave me (10 days old), I will search when it stopped working, maybe my local changes. |
Found the issue and probably a fix, it started to fail after #37745. |
I was running PMI on test using a command like this:
and has hit many failures:
Warning: Failures detected generating asm: 36
, for example,corerun pmi.dll PrepAll runtime\artifacts\tests\coreclr\Windows_NT.x64.Checked\JIT\Regression\CLR-x86-JIT\V1.2-Beta1\b210352\csharpgenerictypes\csharpgenerictypes.dll
fails with:with stack like:
Has anybody seen this behaviour? Is it expected or jit or pmi issue? @dotnet/jit-contrib
The text was updated successfully, but these errors were encountered: