summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRuss Keldorph <russ.keldorph@microsoft.com>2017-01-09 08:49:35 -0800
committerGitHub <noreply@github.com>2017-01-09 08:49:35 -0800
commitee20dcadd8f435cb5c2f645f5fbfb664486c19ff (patch)
treef9a1d50e835e1891315e901d1ec7cb451e8eed51 /tests
parent727481c54d38b12a230fec46052c2d55c9fc3b05 (diff)
parentbecbc328e6d300b5aec7fdfdb055ec378d495bca (diff)
downloadcoreclr-ee20dcadd8f435cb5c2f645f5fbfb664486c19ff.tar.gz
coreclr-ee20dcadd8f435cb5c2f645f5fbfb664486c19ff.tar.bz2
coreclr-ee20dcadd8f435cb5c2f645f5fbfb664486c19ff.zip
Merge pull request #8830 from RussKeldorph/hugeexprx86
Disable hugeexpr1 test under JitStress modes
Diffstat (limited to 'tests')
-rw-r--r--tests/src/JIT/jit64/opt/cse/hugeexpr1.csproj4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/src/JIT/jit64/opt/cse/hugeexpr1.csproj b/tests/src/JIT/jit64/opt/cse/hugeexpr1.csproj
index 0886950127..3ad363fd07 100644
--- a/tests/src/JIT/jit64/opt/cse/hugeexpr1.csproj
+++ b/tests/src/JIT/jit64/opt/cse/hugeexpr1.csproj
@@ -29,6 +29,8 @@
<PropertyGroup>
<DebugType>Full</DebugType>
<Optimize>True</Optimize>
+ <!-- This test is very resource heavy and doesn't play well with some JitStress modes, especially when memory is limited -->
+ <JitOptimizationSensitive Condition="'$(Platform)' == 'x86'">true</JitOptimizationSensitive>
</PropertyGroup>
<ItemGroup>
<Compile Include="hugeexpr1.cs" />
@@ -43,4 +45,4 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
-</Project> \ No newline at end of file
+</Project>