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:
parent
a776b0a42a
commit
7692f981f8
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue