From 928c2310b0692e66a36d28086e02560d970e7138 Mon Sep 17 00:00:00 2001 From: Steve MacLean Date: Thu, 23 Mar 2017 16:05:55 -0400 Subject: [PATCH] Mark b425314 Incompatible (dotnet/coreclr#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. Commit migrated from https://github.com/dotnet/coreclr/commit/713ca23d1888e4122fc9bbfa8251e999697d1855 --- .../JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b425314/b425314.csproj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b425314/b425314.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b425314/b425314.csproj index b52194a..1c73df7 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b425314/b425314.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b425314/b425314.csproj @@ -11,9 +11,9 @@ {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} ..\..\ - - true - true + + true + true -- 2.7.4