summaryrefslogtreecommitdiff
path: root/tests/src/JIT
diff options
context:
space:
mode:
authorEugene Rozenfeld <erozen@microsoft.com>2018-11-13 13:15:12 -0800
committerEugene Rozenfeld <erozen@microsoft.com>2018-11-13 17:39:13 -0800
commit2e7d443bb9b43b39b59da8d7c66b206a6c1f2ee6 (patch)
tree3c7af009d031714be96107cec351ae83b6d46cb0 /tests/src/JIT
parent7fcd8a86732f2a57b17d3848f113b5a8afca8d6f (diff)
downloadcoreclr-2e7d443bb9b43b39b59da8d7c66b206a6c1f2ee6.tar.gz
coreclr-2e7d443bb9b43b39b59da8d7c66b206a6c1f2ee6.tar.bz2
coreclr-2e7d443bb9b43b39b59da8d7c66b206a6c1f2ee6.zip
Disable R2R for object stack allocation tests.
Object stack allocation currently doesn't work in R2R mode because we lower R2R allocations to helper calls in the importer. That will be fixed but for now we need to disable R2R for these tests. Fixes #20977.
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 31994a3007..82d5d7ba2e 100644
--- a/tests/src/JIT/opt/ObjectStackAllocation/ObjectStackAllocationTests.csproj
+++ b/tests/src/JIT/opt/ObjectStackAllocation/ObjectStackAllocationTests.csproj
@@ -34,6 +34,7 @@ set COMPlus_TieredCompilation=0
set COMPlus_JitMinOpts=0
set COMPlus_JitDebuggable=0
set COMPlus_JitStressModeNamesNot=STRESS_RANDOM_INLINE
+set RunCrossGen=
set COMPlus_JitObjectStackAllocation=1
]]>
</CLRTestBatchPreCommands>
@@ -44,6 +45,7 @@ export COMPlus_TieredCompilation=0
export COMPlus_JitMinOpts=0
export COMPlus_JitDebuggable=0
export COMPlus_JitStressModeNamesNot=STRESS_RANDOM_INLINE
+unset RunCrossGen
export COMPlus_JitObjectStackAllocation=1
]]>
</BashCLRTestPreCommands>