summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Forstall <brucefo@microsoft.com>2018-07-12 22:31:48 -0700
committerGitHub <noreply@github.com>2018-07-12 22:31:48 -0700
commit0e22b107e811bc8ab7f3c1caf0943ef760d9f53d (patch)
treec8d8ce630b74513c0a7ecf0053084b044eadbb8e
parent47e106edc305c68651291d3862891ec6ad9f3ad6 (diff)
downloadcoreclr-0e22b107e811bc8ab7f3c1caf0943ef760d9f53d.tar.gz
coreclr-0e22b107e811bc8ab7f3c1caf0943ef760d9f53d.tar.bz2
coreclr-0e22b107e811bc8ab7f3c1caf0943ef760d9f53d.zip
Disable 3 long-running tests and 1 failing test (#18896)
The following tests exceed the default timeout, especially on Debug builds: ``` GC\Features\LOHCompaction\lohcompactapi\lohcompactapi.cmd GC\API\NoGCRegion\NoGC\NoGC.cmd GC\API\GC\GetAllocatedBytesForCurrentThread\GetAllocatedBytesForCurrentThread.cmd ``` Mark them LONG_RUNNING. The following test asserts in the JIT currently: ``` JIT\HardwareIntrinsics\Arm64\Simd\Simd.cmd ``` Disable it with issue #18895
-rw-r--r--tests/arm64/Tests.lst8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/arm64/Tests.lst b/tests/arm64/Tests.lst
index 7a0a921be5..bc58f93b9b 100644
--- a/tests/arm64/Tests.lst
+++ b/tests/arm64/Tests.lst
@@ -21721,7 +21721,7 @@ RelativePath=GC\Features\LOHCompaction\lohcompactapi\lohcompactapi.cmd
WorkingDir=GC\Features\LOHCompaction\lohcompactapi
Expected=0
MaxAllowedDurationSeconds=600
-Categories=UNSTABLE;EXPECTED_PASS
+Categories=UNSTABLE;EXPECTED_PASS;LONG_RUNNING
HostStyle=0
[lohcompactapi2.cmd_2949]
@@ -90585,7 +90585,7 @@ RelativePath=GC\API\NoGCRegion\NoGC\NoGC.cmd
WorkingDir=GC\API\NoGCRegion\NoGC
Expected=0
MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;NEW;GCSTRESS_EXCLUDE
+Categories=EXPECTED_PASS;NEW;GCSTRESS_EXCLUDE;LONG_RUNNING
HostStyle=0
[DevDiv_397793.cmd_11701]
@@ -91857,7 +91857,7 @@ RelativePath=GC\API\GC\GetAllocatedBytesForCurrentThread\GetAllocatedBytesForCur
WorkingDir=GC\API\GC\GetAllocatedBytesForCurrentThread
Expected=0
MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;NEW
+Categories=EXPECTED_PASS;NEW;LONG_RUNNING
HostStyle=0
[VectorRet_ro.cmd_11860]
@@ -93553,7 +93553,7 @@ RelativePath=JIT\HardwareIntrinsics\Arm64\Simd\Simd.cmd
WorkingDir=JIT\HardwareIntrinsics\Arm64\Simd
Expected=0
MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;NEW
+Categories=EXPECTED_FAIL;18895;NEW
HostStyle=0
[Sqrt_r.cmd_12072]