Disable GetGeneration from GCStress runs
authorBruce Forstall <brucefo@microsoft.com>
Wed, 17 Jan 2018 01:00:20 +0000 (17:00 -0800)
committerBruce Forstall <brucefo@microsoft.com>
Wed, 17 Jan 2018 01:04:53 +0000 (17:04 -0800)
This test has exhibited "random" failures during GCStress runs
(which are believed to be due to the test itself, not some
product issue). So, disable it from GCStress runs.

tests/arm/Tests.lst
tests/arm64/Tests.lst
tests/src/GC/API/GC/GetGeneration.csproj

index 5507033..94bbcda 100644 (file)
@@ -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]
index 96f4185..a6ed50b 100644 (file)
@@ -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]
index 57691da..041037b 100644 (file)
@@ -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' ">