summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJan Vorlicek <janvorli@microsoft.com>2018-03-29 16:25:56 +0200
committerJan Vorlicek <janvorli@microsoft.com>2018-03-29 16:25:56 +0200
commite6b9a322798f3c59bbed4257360176bc0ad2af00 (patch)
tree019ade512d949d149b75a20fbf53cded6639c4e2 /tests
parent1265ced3ee70de32246055a3915410583d338b67 (diff)
downloadcoreclr-e6b9a322798f3c59bbed4257360176bc0ad2af00.tar.gz
coreclr-e6b9a322798f3c59bbed4257360176bc0ad2af00.tar.bz2
coreclr-e6b9a322798f3c59bbed4257360176bc0ad2af00.zip
Mark GCCollect test as GC stress excluded
This test is incompatible with GC stress. The tests compares results of GC.GetTotalMemory before and after GC.Collect and fails if the size before the collection is smaller than after the collection. But GC stress breaks this assumption.
Diffstat (limited to 'tests')
-rw-r--r--tests/arm/Tests.lst2
-rw-r--r--tests/arm64/Tests.lst2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/arm/Tests.lst b/tests/arm/Tests.lst
index 34cc977a06..689a792eba 100644
--- a/tests/arm/Tests.lst
+++ b/tests/arm/Tests.lst
@@ -40073,7 +40073,7 @@ RelativePath=CoreMangLib\cti\system\gc\GCCollect\GCCollect.cmd
WorkingDir=CoreMangLib\cti\system\gc\GCCollect
Expected=0
MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
+Categories=EXPECTED_PASS;GCSTRESS_EXCLUDE;Pri1
HostStyle=0
[DictionaryValueCollectionCopyTo.cmd_5028]
diff --git a/tests/arm64/Tests.lst b/tests/arm64/Tests.lst
index 1c2ae26088..f06e58a899 100644
--- a/tests/arm64/Tests.lst
+++ b/tests/arm64/Tests.lst
@@ -10945,7 +10945,7 @@ RelativePath=CoreMangLib\cti\system\gc\GCCollect\GCCollect.cmd
WorkingDir=CoreMangLib\cti\system\gc\GCCollect
Expected=0
MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS;GCSTRESS_FAIL;10070
+Categories=Pri1;RT;EXPECTED_PASS;GCSTRESS_EXCLUDE
HostStyle=0
[GCGetTotalMemory.cmd_1420]