summaryrefslogtreecommitdiff
path: root/tests/arm
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/arm
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/arm')
-rw-r--r--tests/arm/Tests.lst2
1 files changed, 1 insertions, 1 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]