From 2c2440c7201ffbe5d3b4e8a59eff4c4c9c98cc5e Mon Sep 17 00:00:00 2001 From: Bruce Forstall Date: Tue, 12 Jun 2018 10:38:56 -0700 Subject: 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. --- tests/arm64/Tests.lst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/arm64') diff --git a/tests/arm64/Tests.lst b/tests/arm64/Tests.lst index 8c8fd8ebe5..4ed77b2880 100644 --- a/tests/arm64/Tests.lst +++ b/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] -- cgit v1.2.3