summaryrefslogtreecommitdiff
path: root/tests/src/JIT/jit64
diff options
context:
space:
mode:
authorPat Gavlin <pagavlin@microsoft.com>2017-01-12 10:41:54 -0800
committerPat Gavlin <pagavlin@microsoft.com>2017-01-12 10:41:54 -0800
commit36427c85b96fd57577ffea4a844cc830c0694097 (patch)
treea851624d9334d66d49295bad2a868f1991fba2e0 /tests/src/JIT/jit64
parentd69811c1ab0074f3ad82697348672c74114e121d (diff)
downloadcoreclr-36427c85b96fd57577ffea4a844cc830c0694097.tar.gz
coreclr-36427c85b96fd57577ffea4a844cc830c0694097.tar.bz2
coreclr-36427c85b96fd57577ffea4a844cc830c0694097.zip
Mark a small number of tests heap-verify-incompatible.
These tests simply take too long to execute when run with heap verification.
Diffstat (limited to 'tests/src/JIT/jit64')
-rw-r--r--tests/src/JIT/jit64/opt/cg/cgstress/CgStress1_d.csproj6
-rw-r--r--tests/src/JIT/jit64/opt/cg/cgstress/CgStress1_r.csproj6
2 files changed, 10 insertions, 2 deletions
diff --git a/tests/src/JIT/jit64/opt/cg/cgstress/CgStress1_d.csproj b/tests/src/JIT/jit64/opt/cg/cgstress/CgStress1_d.csproj
index f8e5018874..06714e326b 100644
--- a/tests/src/JIT/jit64/opt/cg/cgstress/CgStress1_d.csproj
+++ b/tests/src/JIT/jit64/opt/cg/cgstress/CgStress1_d.csproj
@@ -14,6 +14,10 @@
<ReferencePath>$(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages</ReferencePath>
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
<NuGetPackageImportStamp>7a9bfb7d</NuGetPackageImportStamp>
+
+ <!-- NOTE: this test simply takes too long to complete under heap verify. It is not fundamentally incompatible. -->
+ <GCStressIncompatible Condition="'$(Platform)' == 'x86'">true</GCStressIncompatible>
+ <HeapVerifyIncompatible Condition="'$(Platform)' == 'x86'">true</HeapVerifyIncompatible>
</PropertyGroup>
<!-- Default configurations to help VS understand the configurations -->
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
@@ -42,4 +46,4 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
-</Project> \ No newline at end of file
+</Project>
diff --git a/tests/src/JIT/jit64/opt/cg/cgstress/CgStress1_r.csproj b/tests/src/JIT/jit64/opt/cg/cgstress/CgStress1_r.csproj
index 3e1fcf875b..fc845ce81a 100644
--- a/tests/src/JIT/jit64/opt/cg/cgstress/CgStress1_r.csproj
+++ b/tests/src/JIT/jit64/opt/cg/cgstress/CgStress1_r.csproj
@@ -14,6 +14,10 @@
<ReferencePath>$(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages</ReferencePath>
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
<NuGetPackageImportStamp>7a9bfb7d</NuGetPackageImportStamp>
+
+ <!-- NOTE: this test simply takes too long to complete under heap verify. It is not fundamentally incompatible. -->
+ <GCStressIncompatible Condition="'$(Platform)' == 'x86'">true</GCStressIncompatible>
+ <HeapVerifyIncompatible Condition="'$(Platform)' == 'x86'">true</HeapVerifyIncompatible>
</PropertyGroup>
<!-- Default configurations to help VS understand the configurations -->
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
@@ -42,4 +46,4 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
-</Project> \ No newline at end of file
+</Project>