1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-09 17:44:48 +09:00

JIT: Stop specifying general JitStress in OSR/largefuncletframe (#86380)

Otherwise new stress modes can change what the test is testing. I
verified that these stress modes reproduced the original issue back when
the test was introduced.

Fix #86185
This commit is contained in:
Jakob Botsch Nielsen 2023-05-17 16:58:32 +02:00 committed by GitHub
parent a776b0a42a
commit 7692f981f8
Signed by: github
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,6 +14,6 @@
<CLRTestEnvironmentVariable Include="DOTNET_TC_OnStackReplacement" Value="1" />
<CLRTestEnvironmentVariable Include="DOTNET_OSR_HitLimit" Value="2" />
<CLRTestEnvironmentVariable Include="DOTNET_JitRandomOnStackReplacement" Value="15" />
<CLRTestEnvironmentVariable Include="DOTNET_JitStress" Value="2" />
<CLRTestEnvironmentVariable Include="DOTNET_JitStressModeNames" Value="STRESS_GENERIC_VARN STRESS_UNSAFE_BUFFER_CHECKS" />
</ItemGroup>
</Project>