summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBruce Forstall <brucefo@microsoft.com>2018-01-11 15:28:52 -0800
committerBruce Forstall <brucefo@microsoft.com>2018-01-11 15:28:52 -0800
commitff60c21fb2c963139bd04f8e36eb649d8932c519 (patch)
tree2322a5f8165af3431a44bc519836935cf5e72dbb /tests
parente275d2dfe18ad1f7db9c35220283001a81a7c669 (diff)
downloadcoreclr-ff60c21fb2c963139bd04f8e36eb649d8932c519.tar.gz
coreclr-ff60c21fb2c963139bd04f8e36eb649d8932c519.tar.bz2
coreclr-ff60c21fb2c963139bd04f8e36eb649d8932c519.zip
Disable NoGC test in GCStress test runs
Diffstat (limited to 'tests')
-rw-r--r--tests/arm/Tests.lst2
-rw-r--r--tests/arm64/Tests.lst2
-rw-r--r--tests/src/GC/API/NoGCRegion/NoGC.csproj1
3 files changed, 3 insertions, 2 deletions
diff --git a/tests/arm/Tests.lst b/tests/arm/Tests.lst
index 122985e8f9..5507033b28 100644
--- a/tests/arm/Tests.lst
+++ b/tests/arm/Tests.lst
@@ -90721,7 +90721,7 @@ RelativePath=GC\API\NoGCRegion\NoGC\NoGC.cmd
WorkingDir=GC\API\NoGCRegion\NoGC
Expected=0
MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;NEW
+Categories=EXPECTED_PASS;NEW;GCSTRESS_EXCLUDE
HostStyle=0
[DevDiv_462274.cmd_11391]
diff --git a/tests/arm64/Tests.lst b/tests/arm64/Tests.lst
index 54021256cd..96f4185fa7 100644
--- a/tests/arm64/Tests.lst
+++ b/tests/arm64/Tests.lst
@@ -90641,7 +90641,7 @@ RelativePath=GC\API\NoGCRegion\NoGC\NoGC.cmd
WorkingDir=GC\API\NoGCRegion\NoGC
Expected=0
MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;NEW
+Categories=EXPECTED_PASS;NEW;GCSTRESS_EXCLUDE
HostStyle=0
[DevDiv_397793.cmd_11701]
diff --git a/tests/src/GC/API/NoGCRegion/NoGC.csproj b/tests/src/GC/API/NoGCRegion/NoGC.csproj
index 6945f9a4d4..ee44cedd2f 100644
--- a/tests/src/GC/API/NoGCRegion/NoGC.csproj
+++ b/tests/src/GC/API/NoGCRegion/NoGC.csproj
@@ -12,6 +12,7 @@
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
<CLRTestExecutionArguments></CLRTestExecutionArguments>
+ <GCStressIncompatible>true</GCStressIncompatible>
</PropertyGroup>
<!-- Default configurations to help VS understand the configurations -->
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">