diff options
author | Bruce Forstall <brucefo@microsoft.com> | 2018-06-12 10:38:56 -0700 |
---|---|---|
committer | Bruce Forstall <brucefo@microsoft.com> | 2018-06-12 10:38:56 -0700 |
commit | 2c2440c7201ffbe5d3b4e8a59eff4c4c9c98cc5e (patch) | |
tree | 02d2592be6978ce6b2cf58fb3f7345feafa47894 /tests/arm64 | |
parent | a07861b639667ce65d196ae1287df6fdb2a82d8b (diff) | |
download | coreclr-2c2440c7201ffbe5d3b4e8a59eff4c4c9c98cc5e.tar.gz coreclr-2c2440c7201ffbe5d3b4e8a59eff4c4c9c98cc5e.tar.bz2 coreclr-2c2440c7201ffbe5d3b4e8a59eff4c4c9c98cc5e.zip |
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.
Diffstat (limited to 'tests/arm64')
-rw-r--r-- | tests/arm64/Tests.lst | 2 |
1 files changed, 1 insertions, 1 deletions
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] |