summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBruce Forstall <brucefo@microsoft.com>2018-06-12 10:38:56 -0700
committerBruce Forstall <brucefo@microsoft.com>2018-06-12 10:38:56 -0700
commit2c2440c7201ffbe5d3b4e8a59eff4c4c9c98cc5e (patch)
tree02d2592be6978ce6b2cf58fb3f7345feafa47894 /tests
parenta07861b639667ce65d196ae1287df6fdb2a82d8b (diff)
downloadcoreclr-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')
-rw-r--r--tests/arm/Tests.lst2
-rw-r--r--tests/arm64/Tests.lst2
-rw-r--r--tests/src/JIT/jit64/opt/cse/HugeArray.csproj4
3 files changed, 4 insertions, 4 deletions
diff --git a/tests/arm/Tests.lst b/tests/arm/Tests.lst
index 9633cf6255..10ee791085 100644
--- a/tests/arm/Tests.lst
+++ b/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/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]
diff --git a/tests/src/JIT/jit64/opt/cse/HugeArray.csproj b/tests/src/JIT/jit64/opt/cse/HugeArray.csproj
index a3709f8d0e..23bf8eba46 100644
--- a/tests/src/JIT/jit64/opt/cse/HugeArray.csproj
+++ b/tests/src/JIT/jit64/opt/cse/HugeArray.csproj
@@ -11,7 +11,7 @@
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
<!-- NOTE: this test simply takes too long to complete under GC stress; it is not fundamentally incompatible -->
- <GCStressIncompatible Condition="'$(Platform)' == 'x86'">true</GCStressIncompatible>
+ <GCStressIncompatible>true</GCStressIncompatible>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<!-- Default configurations to help VS understand the configurations -->
@@ -34,4 +34,4 @@
</ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' "></PropertyGroup>
-</Project> \ No newline at end of file
+</Project>