Group disabled default interface tests together (#17297)
authorMichal Strehovský <MichalStrehovsky@users.noreply.github.com>
Thu, 29 Mar 2018 08:43:02 +0000 (10:43 +0200)
committerGitHub <noreply@github.com>
Thu, 29 Mar 2018 08:43:02 +0000 (10:43 +0200)
Fixes #17013.

tests/issues.targets

index 0d04694..17fe78e 100644 (file)
@@ -1,33 +1,6 @@
 <?xml version="1.0" ?>
 <Project DefaultTargets = "GetListOfTestCmds" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
     <ItemGroup Condition="'$(XunitTestBinBase)' != ''">
-        <ExcludeList Include="$(XunitTestBinBase)\Loader\classloader\DefaultInterfaceMethods\diamondshape\diamondshape_d\*">
-            <Issue>17013</Issue>
-        </ExcludeList>
-        <ExcludeList Include="$(XunitTestBinBase)\Loader\classloader\DefaultInterfaceMethods\diamondshape\diamondshape_r\*">
-            <Issue>17013</Issue>
-        </ExcludeList>
-        <ExcludeList Include="$(XunitTestBinBase)\Loader\classloader\DefaultInterfaceMethods\sharedgenerics\sharedgenerics_d\*">
-            <Issue>17013</Issue>
-        </ExcludeList>
-        <ExcludeList Include="$(XunitTestBinBase)\Loader\classloader\DefaultInterfaceMethods\sharedgenerics\sharedgenerics_r\*">
-            <Issue>17013</Issue>
-        </ExcludeList>
-        <ExcludeList Include="$(XunitTestBinBase)\reflection\DefaultInterfaceMethods\GetInterfaceMapConsumer\*">
-            <Issue>17013</Issue>
-        </ExcludeList>
-        <ExcludeList Include="$(XunitTestBinBase)\reflection\DefaultInterfaceMethods\Emit\*">
-            <Issue>17013</Issue>
-        </ExcludeList>
-        <ExcludeList Include="$(XunitTestBinBase)\reflection\DefaultInterfaceMethods\InvokeConsumer\*">
-            <Issue>17013</Issue>
-        </ExcludeList>
-        <ExcludeList Include="$(XunitTestBinBase)\Regressions\coreclr\16064\methodimpl\*">
-            <Issue>17013</Issue>
-        </ExcludeList>
-        <ExcludeList Include="$(XunitTestBinBase)\Regressions\coreclr\15650\interfacecctor\*">
-            <Issue>17013</Issue>
-        </ExcludeList>
         <ExcludeList Include="$(XunitTestBinBase)\GC\Coverage\271010\*">
             <Issue>3392</Issue>
         </ExcludeList>
         <ExcludeList Include="$(XunitTestBinBase)\Loader\classloader\DefaultInterfaceMethods\valuetypes\valuetypes\*">
             <Issue>Not a shipping feature</Issue>
         </ExcludeList>
+        <ExcludeList Include="$(XunitTestBinBase)\Loader\classloader\DefaultInterfaceMethods\diamondshape\diamondshape_d\*">
+            <Issue>Not a shipping feature</Issue>
+        </ExcludeList>
+        <ExcludeList Include="$(XunitTestBinBase)\Loader\classloader\DefaultInterfaceMethods\diamondshape\diamondshape_r\*">
+            <Issue>Not a shipping feature</Issue>
+        </ExcludeList>
+        <ExcludeList Include="$(XunitTestBinBase)\Loader\classloader\DefaultInterfaceMethods\sharedgenerics\sharedgenerics_d\*">
+            <Issue>Not a shipping feature</Issue>
+        </ExcludeList>
+        <ExcludeList Include="$(XunitTestBinBase)\Loader\classloader\DefaultInterfaceMethods\sharedgenerics\sharedgenerics_r\*">
+            <Issue>Not a shipping feature</Issue>
+        </ExcludeList>
+        <ExcludeList Include="$(XunitTestBinBase)\reflection\DefaultInterfaceMethods\GetInterfaceMapConsumer\*">
+            <Issue>Not a shipping feature</Issue>
+        </ExcludeList>
+        <ExcludeList Include="$(XunitTestBinBase)\reflection\DefaultInterfaceMethods\Emit\*">
+            <Issue>Not a shipping feature</Issue>
+        </ExcludeList>
+        <ExcludeList Include="$(XunitTestBinBase)\reflection\DefaultInterfaceMethods\InvokeConsumer\*">
+            <Issue>Not a shipping feature</Issue>
+        </ExcludeList>
+        <ExcludeList Include="$(XunitTestBinBase)\Regressions\coreclr\16064\methodimpl\*">
+            <Issue>Not a shipping feature</Issue>
+        </ExcludeList>
+        <ExcludeList Include="$(XunitTestBinBase)\Regressions\coreclr\15650\interfacecctor\*">
+            <Issue>Not a shipping feature</Issue>
+        </ExcludeList>
     </ItemGroup>
 
     <!-- The following are x86 failures -->