summaryrefslogtreecommitdiff
path: root/tests/src/JIT/Methodical/fp
diff options
context:
space:
mode:
authorPat Gavlin <pagavlin@microsoft.com>2016-10-20 15:30:29 -0700
committerPat Gavlin <pagavlin@microsoft.com>2016-10-20 15:30:29 -0700
commit247d956f4e6231fcda23210feeb0c86d1690c485 (patch)
tree9daaea6df2e00471763df268ec195fa9b9ca082f /tests/src/JIT/Methodical/fp
parent7862e2c3c090454344e5047f7e5250a81c375d9a (diff)
downloadcoreclr-247d956f4e6231fcda23210feeb0c86d1690c485.tar.gz
coreclr-247d956f4e6231fcda23210feeb0c86d1690c485.tar.bz2
coreclr-247d956f4e6231fcda23210feeb0c86d1690c485.zip
Add comments describing why these tests are disabled.
Diffstat (limited to 'tests/src/JIT/Methodical/fp')
-rw-r--r--tests/src/JIT/Methodical/fp/exgen/10w5d_cs_d.csproj2
-rw-r--r--tests/src/JIT/Methodical/fp/exgen/10w5d_cs_r.csproj2
2 files changed, 4 insertions, 0 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 ee193a73a7..a4054021e7 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,8 @@
<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 GC stress; it is not fundamentally incompatible -->
<GCStressIncompatible Condition="'$(Platform)' == 'x86'">true</GCStressIncompatible>
</PropertyGroup>
<!-- Default configurations to help VS understand the configurations -->
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 a61b0a96d7..bd5ae97d4b 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,8 @@
<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 GC stress; it is not fundamentally incompatible -->
<GCStressIncompatible Condition="'$(Platform)' == 'x86'">true</GCStressIncompatible>
</PropertyGroup>
<!-- Default configurations to help VS understand the configurations -->