Skip to content

Commit

Permalink
Disable STRESS_MIN_OPTS for ObjectStackAllocationTests. (dotnet/corec…
Browse files Browse the repository at this point in the history
…lr#27344)

ObjectStackAllocationTests rely on the object stack allocation
optimization to be running. STRESS_MIN_OPTS  prevents that.

Commit migrated from dotnet/coreclr@43ea882
  • Loading branch information
erozenfeld authored Oct 23, 2019
1 parent c05ba9a commit ba8fa9e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ set COMPlus_TieredCompilation=0
set COMPlus_ProfApi_RejitOnAttach=0
set COMPlus_JITMinOpts=0
set COMPlus_JitDebuggable=0
set COMPlus_JitStressModeNamesNot=STRESS_RANDOM_INLINE
set COMPlus_JitStressModeNamesNot=STRESS_RANDOM_INLINE,STRESS_MIN_OPTS
set COMPlus_JitObjectStackAllocation=1
]]></CLRTestBatchPreCommands>
<BashCLRTestPreCommands><![CDATA[
Expand All @@ -25,7 +25,7 @@ export COMPlus_TieredCompilation=0
export COMPlus_ProfApi_RejitOnAttach=0
export COMPlus_JITMinOpts=0
export COMPlus_JitDebuggable=0
export COMPlus_JitStressModeNamesNot=STRESS_RANDOM_INLINE
export COMPlus_JitStressModeNamesNot=STRESS_RANDOM_INLINE,STRESS_MIN_OPTS
export COMPlus_JitObjectStackAllocation=1
]]></BashCLRTestPreCommands>
</PropertyGroup>
Expand Down

0 comments on commit ba8fa9e

Please sign in to comment.