summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve MacLean <sdmaclea@qti.qualcomm.com>2017-03-23 16:05:55 -0400
committerJan Kotas <jkotas@microsoft.com>2017-03-23 13:05:55 -0700
commit713ca23d1888e4122fc9bbfa8251e999697d1855 (patch)
tree194eae5781de1bbdc708182c0b72dcb901c06788
parente3510e183f1858b9cc6d89947d1e54fdc8c3b65d (diff)
downloadcoreclr-713ca23d1888e4122fc9bbfa8251e999697d1855.tar.gz
coreclr-713ca23d1888e4122fc9bbfa8251e999697d1855.tar.bz2
coreclr-713ca23d1888e4122fc9bbfa8251e999697d1855.zip
Mark b425314 Incompatible (#10431)
b425314 has internal logic to determine if it making forward progress If test takes too long, test self check fails and test aborts with a failure. This makes this test difficult in GCStress/HeapVerify situations where run time is substantially longer. This test was already marked incompatible for x86. Remove x86 condition to mark incompatible on al platforms.
-rw-r--r--tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b425314/b425314.csproj6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b425314/b425314.csproj b/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b425314/b425314.csproj
index b52194a343..1c73df74cd 100644
--- a/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b425314/b425314.csproj
+++ b/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b425314/b425314.csproj
@@ -11,9 +11,9 @@
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
- <!-- 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>
+ <!-- NOTE: This test takes too long and internally times out under GCStress/heap verify. It is not fundamentally incompatible if stress testing is fast enough. -->
+ <GCStressIncompatible>true</GCStressIncompatible>
+ <HeapVerifyIncompatible>true</HeapVerifyIncompatible>
</PropertyGroup>
<!-- Default configurations to help VS understand the configurations -->
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">