Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit ff60c21

Browse files
committed
Disable NoGC test in GCStress test runs
1 parent e275d2d commit ff60c21

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

tests/arm/Tests.lst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90721,7 +90721,7 @@ RelativePath=GC\API\NoGCRegion\NoGC\NoGC.cmd
9072190721
WorkingDir=GC\API\NoGCRegion\NoGC
9072290722
Expected=0
9072390723
MaxAllowedDurationSeconds=600
90724-
Categories=EXPECTED_PASS;NEW
90724+
Categories=EXPECTED_PASS;NEW;GCSTRESS_EXCLUDE
9072590725
HostStyle=0
9072690726

9072790727
[DevDiv_462274.cmd_11391]

tests/arm64/Tests.lst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90641,7 +90641,7 @@ RelativePath=GC\API\NoGCRegion\NoGC\NoGC.cmd
9064190641
WorkingDir=GC\API\NoGCRegion\NoGC
9064290642
Expected=0
9064390643
MaxAllowedDurationSeconds=600
90644-
Categories=EXPECTED_PASS;NEW
90644+
Categories=EXPECTED_PASS;NEW;GCSTRESS_EXCLUDE
9064590645
HostStyle=0
9064690646

9064790647
[DevDiv_397793.cmd_11701]

tests/src/GC/API/NoGCRegion/NoGC.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
1313

1414
<CLRTestExecutionArguments></CLRTestExecutionArguments>
15+
<GCStressIncompatible>true</GCStressIncompatible>
1516
</PropertyGroup>
1617
<!-- Default configurations to help VS understand the configurations -->
1718
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">

0 commit comments

Comments
 (0)