Try to reenable tests that are marked as fixed. (#46162)
authorSergey Andreenko <seandree@microsoft.com>
Thu, 17 Dec 2020 19:26:11 +0000 (11:26 -0800)
committerGitHub <noreply@github.com>
Thu, 17 Dec 2020 19:26:11 +0000 (11:26 -0800)
* Try to reenable tests that are marked as fixed.

* disable the failing tests with the new issue number.

src/tests/issues.targets

index 0b82f48..be4ad1c 100644 (file)
@@ -8,16 +8,6 @@
         <ExcludeList Include="$(XunitTestBinBase)/Regressions/coreclr/GitHub_22888/test22888/*">
             <Issue>https://github.com/dotnet/runtime/issues/13703</Issue>
         </ExcludeList>
-        <!-- Test regressions during CI coverage outage -->
-        <ExcludeList Include="$(XunitTestBinBase)/baseservices/exceptions/stackoverflow/stackoverflowtester/*">
-            <Issue>https://github.com/dotnet/runtime/issues/35798</Issue>
-        </ExcludeList>
-        <ExcludeList Include="$(XunitTestBinBase)/JIT/SIMD/Vector3Interop_r/*">
-            <Issue>https://github.com/dotnet/runtime/issues/35798</Issue>
-        </ExcludeList>
-        <ExcludeList Include="$(XunitTestBinBase)/JIT/SIMD/Vector3Interop_ro/*">
-            <Issue>https://github.com/dotnet/runtime/issues/35798</Issue>
-        </ExcludeList>
     </ItemGroup>
 
     <!-- All OS/Arch CoreCLR excludes -->
         <ExcludeList Include="$(XunitTestBinBase)/Regressions/coreclr/1514/InterlockExchange/*">
             <Issue>https://github.com/dotnet/runtime/issues/12166</Issue>
         </ExcludeList>
+        <ExcludeList Include="$(XunitTestBinBase)/baseservices/exceptions/stackoverflow/stackoverflowtester/*">        
+            <Issue>https://github.com/dotnet/runtime/issues/46175</Issue>      
+        </ExcludeList>
     </ItemGroup>
 
     <!-- Arm32 All OS -->
 
     <!-- Known failures for mono runtime on *all* architectures/operating systems -->
     <ItemGroup Condition="'$(RuntimeFlavor)' == 'mono'" >
+        <ExcludeList Include="$(XunitTestBinBase)/JIT/SIMD/Vector3Interop_r/*">
+            <Issue>https://github.com/dotnet/runtime/issues/46174</Issue>
+        </ExcludeList>
+        <ExcludeList Include="$(XunitTestBinBase)/JIT/SIMD/Vector3Interop_ro/*">
+            <Issue>https://github.com/dotnet/runtime/issues/46174</Issue>
+        </ExcludeList>
         <ExcludeList Include="$(XunitTestBinBase)/JIT/Generics/ConstrainedCall/vt2_il_r/**">
             <Issue>https://github.com/dotnet/runtime/issues/46124</Issue>
         </ExcludeList>