summaryrefslogtreecommitdiff
path: root/tests/src/JIT/Methodical/fp
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/Methodical/fp
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/Methodical/fp')
-rw-r--r--tests/src/JIT/Methodical/fp/exgen/10w5d_cs_d.csproj3
-rw-r--r--tests/src/JIT/Methodical/fp/exgen/10w5d_cs_r.csproj3
2 files changed, 4 insertions, 2 deletions
diff --git a/tests/src/JIT/Methodical/fp/exgen/10w5d_cs_d.csproj b/tests/src/JIT/Methodical/fp/exgen/10w5d_cs_d.csproj
index fed9ead2ac..ee193a73a7 100644
--- a/tests/src/JIT/Methodical/fp/exgen/10w5d_cs_d.csproj
+++ b/tests/src/JIT/Methodical/fp/exgen/10w5d_cs_d.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' ">
@@ -43,4 +44,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/Methodical/fp/exgen/10w5d_cs_r.csproj b/tests/src/JIT/Methodical/fp/exgen/10w5d_cs_r.csproj
index 7d311bfb47..a61b0a96d7 100644
--- a/tests/src/JIT/Methodical/fp/exgen/10w5d_cs_r.csproj
+++ b/tests/src/JIT/Methodical/fp/exgen/10w5d_cs_r.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' ">
@@ -43,4 +44,4 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
-</Project> \ No newline at end of file
+</Project>