Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Disable hugeexpr1 test under JitStress modes #8830

Merged
merged 1 commit into from
Jan 9, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion tests/src/JIT/jit64/opt/cse/hugeexpr1.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
Expand All @@ -43,4 +45,4 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
</Project>
</Project>