Skip to content

Commit

Permalink
Mark GCCollect test as GC stress excluded
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
janvorli committed Mar 29, 2018
1 parent 1265ced commit e6b9a32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/arm/Tests.lst
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion tests/arm64/Tests.lst
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit e6b9a32

Please sign in to comment.