Disable two tests that rely on an API not exposed on coreclr
authorSean Gillespie <segilles@microsoft.com>
Mon, 6 Jun 2016 22:20:20 +0000 (15:20 -0700)
committerSean Gillespie <segilles@microsoft.com>
Tue, 7 Jun 2016 21:33:50 +0000 (14:33 -0700)
tests/issues.targets
tests/testsFailingOutsideWindows.txt
tests/x86_jit32_issues.targets
tests/x86_legacy_backend_issues.targets

index 11b60ee..f575ed7 100644 (file)
         <ExcludeList Include="$(XunitTestBinBase)\JIT\opt\Tailcall\TailcallVerifyWithPrefix\TailcallVerifyWithPrefix.cmd">
              <Issue>needs triage</Issue>
         </ExcludeList>
+        
+        <!-- GC.GetGeneration on weak references -->
+        <ExcludeList Include="$(XunitTestBinBase)\GC\API\GC\GetGenerationWR\GetGenerationWR.cmd">
+            <Issue>5514</Issue>
+        </ExcludeList>
+        <ExcludeList Include="$(XunitTestBinBase)\GC\API\GC\GetGenerationWR2\GetGenerationWR2.cmd">
+            <Issue>5514</Issue>
+        </ExcludeList>
     </ItemGroup>
 </Project>
index 0532405..0d7f09d 100644 (file)
@@ -71,3 +71,5 @@ GC/Features/LOHFragmentation/lohfragmentation/lohfragmentation.sh
 GC/Features/SustainedLowLatency/scenario/scenario.sh
 GC/Regressions/dev10bugs/536168/536168/536168.sh
 GC/Stress/Framework/ReliabilityFramework/ReliabilityFramework.sh
+GC/API/GC/GetGenerationWR/GetGenerationWR.sh
+GC/API/GC/GetGenerationWR2/GetGenerationWR2.sh
\ No newline at end of file
index 097d803..0cdd7a0 100644 (file)
         </ExcludeList>
     </ItemGroup>
 
+    <!-- GC.GetGeneration on weak references -->
+    <ExcludeList Include="$(XunitTestBinBase)\GC\API\GC\GetGenerationWR\GetGenerationWR.cmd">
+        <Issue>5514</Issue>
+    </ExcludeList>
+    <ExcludeList Include="$(XunitTestBinBase)\GC\API\GC\GetGenerationWR2\GetGenerationWR2.cmd">
+        <Issue>5514</Issue>
+    </ExcludeList>
+
+
     <!-- Tests that need to be triaged for vararg usage as that is not supported -->
     <ItemGroup Condition="'$(XunitTestBinBase)' != ''">
         <ExcludeList Include="$(XunitTestBinBase)\JIT\Directed\PREFIX\unaligned\1\arglist\arglist.cmd">
index 46cae37..22b0638 100644 (file)
     <ExcludeList Include="$(XunitTestBinBase)\baseservices\threading\waithandle\waitall\waitallex8a\*">
       <Issue>3832</Issue>
     </ExcludeList>
+    
+    <!-- GC.GetGeneration on weak references -->
+    <ExcludeList Include="$(XunitTestBinBase)\GC\API\GC\GetGenerationWR\GetGenerationWR.cmd">
+        <Issue>5514</Issue>
+    </ExcludeList>
+    <ExcludeList Include="$(XunitTestBinBase)\GC\API\GC\GetGenerationWR2\GetGenerationWR2.cmd">
+        <Issue>5514</Issue>
+    </ExcludeList>
   </ItemGroup>
   
   <!-- Tests that need to be triaged for vararg usage as that is not supported -->