From: jashoo Date: Wed, 29 Jun 2016 17:32:41 +0000 (-0700) Subject: Disable tests that timeout under gcstress X-Git-Tag: submit/tizen/20210909.063632~11030^2~9974^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0bcbbbe3532b4007ee532f8e289365551499b15d;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Disable tests that timeout under gcstress After increasing the timeout time for gcstress, these tests continue to fail due to timeouts. To get the gcstress legs green and keep them within a manageable amount of time they will be disabled. Commit migrated from https://github.com/dotnet/coreclr/commit/b624185b05169aac2b6e60ab0e4b01e4e82e9d86 --- diff --git a/src/coreclr/tests/src/GC/Scenarios/FinalizeTimeout/FinalizeTimeout.csproj b/src/coreclr/tests/src/GC/Scenarios/FinalizeTimeout/FinalizeTimeout.csproj index 5fa8b55..ffa9012 100644 --- a/src/coreclr/tests/src/GC/Scenarios/FinalizeTimeout/FinalizeTimeout.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/FinalizeTimeout/FinalizeTimeout.csproj @@ -8,6 +8,7 @@ {3B0E8096-79D4-413F-9010-F68DF90073B5} Exe 512 + true diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_dbglcsvalbox.csproj b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_dbglcsvalbox.csproj index ec8bf88..031ee33 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_dbglcsvalbox.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_dbglcsvalbox.csproj @@ -15,6 +15,7 @@ ..\..\ 7a9bfb7d + true diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_rellcsvalbox.csproj b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_rellcsvalbox.csproj index f451f9e..b4bd45d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_rellcsvalbox.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_rellcsvalbox.csproj @@ -15,6 +15,7 @@ ..\..\ 7a9bfb7d + true diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_speed_dbglcsvalbox.csproj b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_speed_dbglcsvalbox.csproj index cbfc077..e07744a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_speed_dbglcsvalbox.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_speed_dbglcsvalbox.csproj @@ -15,6 +15,7 @@ ..\..\ 7a9bfb7d + true diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_speed_rellcsvalbox.csproj b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_speed_rellcsvalbox.csproj index 67ff4d0..1cf11dd 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_speed_rellcsvalbox.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_speed_rellcsvalbox.csproj @@ -15,6 +15,7 @@ ..\..\ 7a9bfb7d + true diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/port/_dbglcs_gcref.csproj b/src/coreclr/tests/src/JIT/Methodical/VT/port/_dbglcs_gcref.csproj index 3886957..744b3c4 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/port/_dbglcs_gcref.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/port/_dbglcs_gcref.csproj @@ -15,6 +15,7 @@ ..\..\ 7a9bfb7d + true diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/port/_rellcs_gcref.csproj b/src/coreclr/tests/src/JIT/Methodical/VT/port/_rellcs_gcref.csproj index 0becbb1..8ed54ce 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/port/_rellcs_gcref.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/port/_rellcs_gcref.csproj @@ -15,6 +15,7 @@ ..\..\ 7a9bfb7d + true diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/port/_speed_dbglcs_gcref.csproj b/src/coreclr/tests/src/JIT/Methodical/VT/port/_speed_dbglcs_gcref.csproj index d38f175..6d2a1a3 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/port/_speed_dbglcs_gcref.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/port/_speed_dbglcs_gcref.csproj @@ -15,6 +15,7 @@ ..\..\ 7a9bfb7d + true diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/port/_speed_rellcs_gcref.csproj b/src/coreclr/tests/src/JIT/Methodical/VT/port/_speed_rellcs_gcref.csproj index 35bcd99..d6990e8 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/port/_speed_rellcs_gcref.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/port/_speed_rellcs_gcref.csproj @@ -15,6 +15,7 @@ ..\..\ 7a9bfb7d + true diff --git a/src/coreclr/tests/src/JIT/Methodical/refany/_dbgstress1.csproj b/src/coreclr/tests/src/JIT/Methodical/refany/_dbgstress1.csproj index a60dc67..cf81cca3 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/_dbgstress1.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/refany/_dbgstress1.csproj @@ -15,6 +15,7 @@ ..\..\ 7a9bfb7d true + true diff --git a/src/coreclr/tests/src/JIT/Methodical/refany/_dbgvirtcall.csproj b/src/coreclr/tests/src/JIT/Methodical/refany/_dbgvirtcall.csproj index 44d0d73..76c8451 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/_dbgvirtcall.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/refany/_dbgvirtcall.csproj @@ -15,6 +15,7 @@ ..\..\ 7a9bfb7d true + true diff --git a/src/coreclr/tests/src/JIT/Methodical/refany/_relstress1.csproj b/src/coreclr/tests/src/JIT/Methodical/refany/_relstress1.csproj index a6301e5..7f4bef3 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/_relstress1.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/refany/_relstress1.csproj @@ -15,6 +15,7 @@ ..\..\ 7a9bfb7d true + true diff --git a/src/coreclr/tests/src/JIT/Methodical/refany/_relvirtcall.csproj b/src/coreclr/tests/src/JIT/Methodical/refany/_relvirtcall.csproj index a7812a9..b23a19e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/_relvirtcall.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/refany/_relvirtcall.csproj @@ -15,6 +15,7 @@ ..\..\ 7a9bfb7d true + true diff --git a/src/coreclr/tests/src/JIT/Methodical/refany/_speed_dbgvirtcall.csproj b/src/coreclr/tests/src/JIT/Methodical/refany/_speed_dbgvirtcall.csproj index b4ea925..8a9fae4 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/_speed_dbgvirtcall.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/refany/_speed_dbgvirtcall.csproj @@ -15,6 +15,7 @@ ..\..\ 7a9bfb7d true + true diff --git a/src/coreclr/tests/src/JIT/Methodical/refany/_speed_relstress1.csproj b/src/coreclr/tests/src/JIT/Methodical/refany/_speed_relstress1.csproj index 9c68632..8932ab7 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/_speed_relstress1.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/refany/_speed_relstress1.csproj @@ -15,6 +15,7 @@ ..\..\ 7a9bfb7d true + true diff --git a/src/coreclr/tests/src/JIT/Methodical/refany/virtcall.csproj b/src/coreclr/tests/src/JIT/Methodical/refany/virtcall.csproj index 9b75718..ec7726e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/virtcall.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/refany/virtcall.csproj @@ -15,6 +15,7 @@ ..\..\ 7a9bfb7d true + true diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/binarytrees/binarytrees.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/binarytrees/binarytrees.csproj index 53cd966..b4eed5a 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/binarytrees/binarytrees.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/binarytrees/binarytrees.csproj @@ -13,6 +13,7 @@ $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ 7a9bfb7d + true diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Bytemark/Bytemark.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Bytemark/Bytemark.csproj index decbdcd..a18f184 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Bytemark/Bytemark.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Bytemark/Bytemark.csproj @@ -13,6 +13,7 @@ $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ 7a9bfb7d + true diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Roslyn/CscBench.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Roslyn/CscBench.csproj index b02de51..5e235cb 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Roslyn/CscBench.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Roslyn/CscBench.csproj @@ -13,6 +13,7 @@ $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ 7a9bfb7d + true diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/V8/DeltaBlue/DeltaBlue.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/V8/DeltaBlue/DeltaBlue.csproj index 810469f..680bce9 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/V8/DeltaBlue/DeltaBlue.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/V8/DeltaBlue/DeltaBlue.csproj @@ -13,6 +13,7 @@ $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ 7a9bfb7d + true diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.1-M1-Beta1/b143840/b143840.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.1-M1-Beta1/b143840/b143840.ilproj index a580db8..303162a 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.1-M1-Beta1/b143840/b143840.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.1-M1-Beta1/b143840/b143840.ilproj @@ -14,6 +14,7 @@ $(ProgramFiles)\Common Files\microsoft shared\VSTT .0\UITestExtensionPackages ..\..\ 7a9bfb7d + true diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cse/HugeArray1.csproj b/src/coreclr/tests/src/JIT/jit64/opt/cse/HugeArray1.csproj index 7a5352e..f6cffe6 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cse/HugeArray1.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cse/HugeArray1.csproj @@ -15,6 +15,7 @@ ..\..\ 7a9bfb7d + true diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cse/HugeField1.csproj b/src/coreclr/tests/src/JIT/jit64/opt/cse/HugeField1.csproj index be3bbb6..5fda79c 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cse/HugeField1.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cse/HugeField1.csproj @@ -15,6 +15,7 @@ ..\..\ 7a9bfb7d + true diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cse/HugeField2.csproj b/src/coreclr/tests/src/JIT/jit64/opt/cse/HugeField2.csproj index 2272dc5..0f49bed 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cse/HugeField2.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cse/HugeField2.csproj @@ -15,6 +15,7 @@ ..\..\ 7a9bfb7d + true diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cse/hugeexpr1.csproj b/src/coreclr/tests/src/JIT/jit64/opt/cse/hugeexpr1.csproj index fae3ea2..90024b8 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cse/hugeexpr1.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cse/hugeexpr1.csproj @@ -15,6 +15,7 @@ ..\..\ 7a9bfb7d + true diff --git a/src/coreclr/tests/src/managed/Compilation/Compilation.csproj b/src/coreclr/tests/src/managed/Compilation/Compilation.csproj index e78cf66..dd35b72 100644 --- a/src/coreclr/tests/src/managed/Compilation/Compilation.csproj +++ b/src/coreclr/tests/src/managed/Compilation/Compilation.csproj @@ -16,6 +16,7 @@ 7a9bfb7d $(DefineConstants);STATIC + true