Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit a8d07c8

Browse files
Group disabled default interface tests together (#17297)
Fixes #17013.
1 parent 2252f2b commit a8d07c8

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

tests/issues.targets

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,6 @@
11
<?xml version="1.0" ?>
22
<Project DefaultTargets = "GetListOfTestCmds" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<ItemGroup Condition="'$(XunitTestBinBase)' != ''">
4-
<ExcludeList Include="$(XunitTestBinBase)\Loader\classloader\DefaultInterfaceMethods\diamondshape\diamondshape_d\*">
5-
<Issue>17013</Issue>
6-
</ExcludeList>
7-
<ExcludeList Include="$(XunitTestBinBase)\Loader\classloader\DefaultInterfaceMethods\diamondshape\diamondshape_r\*">
8-
<Issue>17013</Issue>
9-
</ExcludeList>
10-
<ExcludeList Include="$(XunitTestBinBase)\Loader\classloader\DefaultInterfaceMethods\sharedgenerics\sharedgenerics_d\*">
11-
<Issue>17013</Issue>
12-
</ExcludeList>
13-
<ExcludeList Include="$(XunitTestBinBase)\Loader\classloader\DefaultInterfaceMethods\sharedgenerics\sharedgenerics_r\*">
14-
<Issue>17013</Issue>
15-
</ExcludeList>
16-
<ExcludeList Include="$(XunitTestBinBase)\reflection\DefaultInterfaceMethods\GetInterfaceMapConsumer\*">
17-
<Issue>17013</Issue>
18-
</ExcludeList>
19-
<ExcludeList Include="$(XunitTestBinBase)\reflection\DefaultInterfaceMethods\Emit\*">
20-
<Issue>17013</Issue>
21-
</ExcludeList>
22-
<ExcludeList Include="$(XunitTestBinBase)\reflection\DefaultInterfaceMethods\InvokeConsumer\*">
23-
<Issue>17013</Issue>
24-
</ExcludeList>
25-
<ExcludeList Include="$(XunitTestBinBase)\Regressions\coreclr\16064\methodimpl\*">
26-
<Issue>17013</Issue>
27-
</ExcludeList>
28-
<ExcludeList Include="$(XunitTestBinBase)\Regressions\coreclr\15650\interfacecctor\*">
29-
<Issue>17013</Issue>
30-
</ExcludeList>
314
<ExcludeList Include="$(XunitTestBinBase)\GC\Coverage\271010\*">
325
<Issue>3392</Issue>
336
</ExcludeList>
@@ -231,6 +204,33 @@
231204
<ExcludeList Include="$(XunitTestBinBase)\Loader\classloader\DefaultInterfaceMethods\valuetypes\valuetypes\*">
232205
<Issue>Not a shipping feature</Issue>
233206
</ExcludeList>
207+
<ExcludeList Include="$(XunitTestBinBase)\Loader\classloader\DefaultInterfaceMethods\diamondshape\diamondshape_d\*">
208+
<Issue>Not a shipping feature</Issue>
209+
</ExcludeList>
210+
<ExcludeList Include="$(XunitTestBinBase)\Loader\classloader\DefaultInterfaceMethods\diamondshape\diamondshape_r\*">
211+
<Issue>Not a shipping feature</Issue>
212+
</ExcludeList>
213+
<ExcludeList Include="$(XunitTestBinBase)\Loader\classloader\DefaultInterfaceMethods\sharedgenerics\sharedgenerics_d\*">
214+
<Issue>Not a shipping feature</Issue>
215+
</ExcludeList>
216+
<ExcludeList Include="$(XunitTestBinBase)\Loader\classloader\DefaultInterfaceMethods\sharedgenerics\sharedgenerics_r\*">
217+
<Issue>Not a shipping feature</Issue>
218+
</ExcludeList>
219+
<ExcludeList Include="$(XunitTestBinBase)\reflection\DefaultInterfaceMethods\GetInterfaceMapConsumer\*">
220+
<Issue>Not a shipping feature</Issue>
221+
</ExcludeList>
222+
<ExcludeList Include="$(XunitTestBinBase)\reflection\DefaultInterfaceMethods\Emit\*">
223+
<Issue>Not a shipping feature</Issue>
224+
</ExcludeList>
225+
<ExcludeList Include="$(XunitTestBinBase)\reflection\DefaultInterfaceMethods\InvokeConsumer\*">
226+
<Issue>Not a shipping feature</Issue>
227+
</ExcludeList>
228+
<ExcludeList Include="$(XunitTestBinBase)\Regressions\coreclr\16064\methodimpl\*">
229+
<Issue>Not a shipping feature</Issue>
230+
</ExcludeList>
231+
<ExcludeList Include="$(XunitTestBinBase)\Regressions\coreclr\15650\interfacecctor\*">
232+
<Issue>Not a shipping feature</Issue>
233+
</ExcludeList>
234234
</ItemGroup>
235235

236236
<!-- The following are x86 failures -->

0 commit comments

Comments
 (0)