summaryrefslogtreecommitdiff
path: root/tests/src/JIT
diff options
context:
space:
mode:
authorEugene Rozenfeld <erozen@microsoft.com>2018-11-12 13:16:19 -0800
committerEugene Rozenfeld <erozen@microsoft.com>2018-11-12 16:08:07 -0800
commit7e263a2fafaddcb1fd787b001adb3ffda393c147 (patch)
tree3a3cf617b8347cb45b19f0fa2b261e221e3ca23e /tests/src/JIT
parent80c0a0ea2446b665d13e1632422802f4bf208ae5 (diff)
downloadcoreclr-7e263a2fafaddcb1fd787b001adb3ffda393c147.tar.gz
coreclr-7e263a2fafaddcb1fd787b001adb3ffda393c147.tar.bz2
coreclr-7e263a2fafaddcb1fd787b001adb3ffda393c147.zip
Disable stress random inlining for object stack allocation tests.
ObjectStackAllocationTests are sensitive to inlining so we need to disable stress random inlining. Fixes #20944.
Diffstat (limited to 'tests/src/JIT')
-rw-r--r--tests/src/JIT/opt/ObjectStackAllocation/ObjectStackAllocationTests.csproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/src/JIT/opt/ObjectStackAllocation/ObjectStackAllocationTests.csproj b/tests/src/JIT/opt/ObjectStackAllocation/ObjectStackAllocationTests.csproj
index 280c9912f0..31994a3007 100644
--- a/tests/src/JIT/opt/ObjectStackAllocation/ObjectStackAllocationTests.csproj
+++ b/tests/src/JIT/opt/ObjectStackAllocation/ObjectStackAllocationTests.csproj
@@ -33,6 +33,7 @@ $(CLRTestBatchPreCommands)
set COMPlus_TieredCompilation=0
set COMPlus_JitMinOpts=0
set COMPlus_JitDebuggable=0
+set COMPlus_JitStressModeNamesNot=STRESS_RANDOM_INLINE
set COMPlus_JitObjectStackAllocation=1
]]>
</CLRTestBatchPreCommands>
@@ -42,6 +43,7 @@ $(BashCLRTestPreCommands)
export COMPlus_TieredCompilation=0
export COMPlus_JitMinOpts=0
export COMPlus_JitDebuggable=0
+export COMPlus_JitStressModeNamesNot=STRESS_RANDOM_INLINE
export COMPlus_JitObjectStackAllocation=1
]]>
</BashCLRTestPreCommands>