summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBruce Forstall <brucefo@microsoft.com>2018-01-16 22:45:44 -0800
committerGitHub <noreply@github.com>2018-01-16 22:45:44 -0800
commitef90a3eb883ae9e1860e576c24e83d34cb8e4489 (patch)
treee607bc9beb12edaa3e9a5e24b17f701d482b4715 /tests
parente522589e0c11fa4ab9a188ba91ede5c8f728802f (diff)
parent17074b276f4ba82132d4e3c6b1f7eb9619e25aed (diff)
downloadcoreclr-ef90a3eb883ae9e1860e576c24e83d34cb8e4489.tar.gz
coreclr-ef90a3eb883ae9e1860e576c24e83d34cb8e4489.tar.bz2
coreclr-ef90a3eb883ae9e1860e576c24e83d34cb8e4489.zip
Merge pull request #15894 from BruceForstall/DisableGetGenerationInGCStress
Disable GetGeneration from GCStress 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/GC/GetGeneration.csproj2
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/arm/Tests.lst b/tests/arm/Tests.lst
index 5507033b28..94bbcda921 100644
--- a/tests/arm/Tests.lst
+++ b/tests/arm/Tests.lst
@@ -60921,7 +60921,7 @@ RelativePath=GC\API\GC\GetGeneration\GetGeneration.cmd
WorkingDir=GC\API\GC\GetGeneration
Expected=0
MaxAllowedDurationSeconds=600
-Categories=EXPECTED_FAIL
+Categories=EXPECTED_FAIL;GCSTRESS_EXCLUDE
HostStyle=0
[OpCodeOperandType.cmd_7644]
diff --git a/tests/arm64/Tests.lst b/tests/arm64/Tests.lst
index 96f4185fa7..a6ed50bf5e 100644
--- a/tests/arm64/Tests.lst
+++ b/tests/arm64/Tests.lst
@@ -21177,7 +21177,7 @@ RelativePath=GC\API\GC\GetGeneration\GetGeneration.cmd
WorkingDir=GC\API\GC\GetGeneration
Expected=0
MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS
+Categories=EXPECTED_PASS;GCSTRESS_EXCLUDE
HostStyle=0
[GetGeneration_box.cmd_2871]
diff --git a/tests/src/GC/API/GC/GetGeneration.csproj b/tests/src/GC/API/GC/GetGeneration.csproj
index 57691da694..041037befc 100644
--- a/tests/src/GC/API/GC/GetGeneration.csproj
+++ b/tests/src/GC/API/GC/GetGeneration.csproj
@@ -10,7 +10,7 @@
<OutputType>Exe</OutputType>
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-
+ <GCStressIncompatible>true</GCStressIncompatible>
</PropertyGroup>
<!-- Default configurations to help VS understand the configurations -->
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">