From: Bruce Forstall Date: Tue, 12 Jun 2018 17:38:56 +0000 (-0700) Subject: Disable HugeArray test in GCStress modes X-Git-Tag: submit/tizen/20210909.063632~11030^2~4614^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=25a80a6442b1a6614d4d70e8661a5fd3a72ef77c;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Disable HugeArray test in GCStress modes This test takes too long under GCStress, and causes timeout failures. It was already disabled for x86. Disable it for all platforms, to avoid unexpected failures in the CI. E.g., especially for ARM, which is slow. Commit migrated from https://github.com/dotnet/coreclr/commit/2c2440c7201ffbe5d3b4e8a59eff4c4c9c98cc5e --- diff --git a/src/coreclr/tests/arm/Tests.lst b/src/coreclr/tests/arm/Tests.lst index 9633cf6..10ee791 100644 --- a/src/coreclr/tests/arm/Tests.lst +++ b/src/coreclr/tests/arm/Tests.lst @@ -49217,7 +49217,7 @@ RelativePath=JIT\jit64\opt\cse\HugeArray\HugeArray.cmd WorkingDir=JIT\jit64\opt\cse\HugeArray Expected=0 MaxAllowedDurationSeconds=600 -Categories=EXPECTED_PASS;Pri1 +Categories=EXPECTED_PASS;Pri1;GCSTRESS_EXCLUDE HostStyle=0 [b11762.cmd_6176] diff --git a/src/coreclr/tests/arm64/Tests.lst b/src/coreclr/tests/arm64/Tests.lst index 8c8fd8e..4ed77b2 100644 --- a/src/coreclr/tests/arm64/Tests.lst +++ b/src/coreclr/tests/arm64/Tests.lst @@ -39945,7 +39945,7 @@ RelativePath=JIT\jit64\opt\cse\HugeArray\HugeArray.cmd WorkingDir=JIT\jit64\opt\cse\HugeArray Expected=0 MaxAllowedDurationSeconds=600 -Categories=JIT;EXPECTED_PASS;Pri1 +Categories=JIT;EXPECTED_PASS;Pri1;GCSTRESS_EXCLUDE HostStyle=0 [HugeArray1.cmd_5296] diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cse/HugeArray.csproj b/src/coreclr/tests/src/JIT/jit64/opt/cse/HugeArray.csproj index a3709f8..23bf8eb 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cse/HugeArray.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cse/HugeArray.csproj @@ -11,7 +11,7 @@ {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} ..\..\ - true + true 1 @@ -34,4 +34,4 @@ - \ No newline at end of file +