summaryrefslogtreecommitdiff
path: root/tests/src/JIT/jit64
diff options
context:
space:
mode:
authorPat Gavlin <pagavlin@microsoft.com>2016-10-20 11:29:37 -0700
committerPat Gavlin <pagavlin@microsoft.com>2016-10-20 11:29:37 -0700
commit7862e2c3c090454344e5047f7e5250a81c375d9a (patch)
tree5433840bab7102aa44490985cc1b62bf09fd89d8 /tests/src/JIT/jit64
parent9463e5d384c09fcc0c17a71c616b2bcb3d633c8a (diff)
downloadcoreclr-7862e2c3c090454344e5047f7e5250a81c375d9a.tar.gz
coreclr-7862e2c3c090454344e5047f7e5250a81c375d9a.tar.bz2
coreclr-7862e2c3c090454344e5047f7e5250a81c375d9a.zip
Mark tests GCStress-incompatible for x86.
These tests time out when GC stress is enabled on x86. Fixes #7692 and #7695.
Diffstat (limited to 'tests/src/JIT/jit64')
-rw-r--r--tests/src/JIT/jit64/opt/cse/HugeArray.csproj3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/src/JIT/jit64/opt/cse/HugeArray.csproj b/tests/src/JIT/jit64/opt/cse/HugeArray.csproj
index 8926c0f997..6cb9910929 100644
--- a/tests/src/JIT/jit64/opt/cse/HugeArray.csproj
+++ b/tests/src/JIT/jit64/opt/cse/HugeArray.csproj
@@ -14,6 +14,7 @@
<ReferencePath>$(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages</ReferencePath>
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
<NuGetPackageImportStamp>7a9bfb7d</NuGetPackageImportStamp>
+ <GCStressIncompatible Condition="'$(Platform)' == 'x86'">true</GCStressIncompatible>
</PropertyGroup>
<!-- Default configurations to help VS understand the configurations -->
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
@@ -42,4 +43,4 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
-</Project> \ No newline at end of file
+</Project>