From: Steve MacLean Date: Thu, 23 Mar 2017 20:05:55 +0000 (-0400) Subject: Mark b425314 Incompatible (dotnet/coreclr#10431) X-Git-Tag: submit/tizen/20210909.063632~11030^2~7580 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=928c2310b0692e66a36d28086e02560d970e7138;p=platform%2Fupstream%2Fdotnet%2Fruntime.git 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 --- 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