-
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 DataContractSerializerTests.DCS_MyPersonSurrogate_Stress #67410
Comments
Tagging subscribers to this area: @JulieLeeMSFT Issue DetailsRun: runtime-coreclr libraries-jitstress 20220331.1 Failed test:
Error message:
|
Seems plausible this is OSR related as the test method contains a few loops. But I can't repro this at c288acd so perhaps it's fixed by one of the OSR fixes I pushed |
Can repro on windows x64 at ade99ed. Via
|
JitStress=2 here forces a no-way fallback so we rejit the OSR method with minopts.
so presumably there's some bad interaction of minopts and OSR to sort out. |
Failed again in: runtime-coreclr libraries-jitstress 20220410.1 Failed test:
Error message:
|
If a Tier0 method has shadowed parameters, the patchpoint info it creates must refer to the stack slots for the shadow copies. Otherwise any updates made to the params by the Tier0 code will not be seen by the OSR method. Fixes dotnet#67410.
If a Tier0 method has shadowed parameters, the patchpoint info it creates must refer to the stack slots for the shadow copies. Otherwise any updates made to the params by the Tier0 code will not be seen by the OSR method. Fixes #67410.
Run: runtime-coreclr libraries-jitstress 20220331.1
Failed test:
Error message:
The text was updated successfully, but these errors were encountered: