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

Commit ea7e7df

Browse files
Block diamondshape and sharedgenerics tests on #15591 (#15593)
1 parent 8370991 commit ea7e7df

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

tests/issues.targets

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,12 @@
166166
<ExcludeList Include="$(XunitTestBinBase)\JIT\Regression\JitBlue\GitHub_11408\GitHub_11408\GitHub_11408.cmd">
167167
<Issue>11408</Issue>
168168
</ExcludeList>
169+
<ExcludeList Include="$(XunitTestBinBase)\Loader\classloader\DefaultInterfaceMethods\diamondshape\diamondshape\*">
170+
<Issue>15591</Issue>
171+
</ExcludeList>
172+
<ExcludeList Include="$(XunitTestBinBase)\Loader\classloader\DefaultInterfaceMethods\sharedgenerics\sharedgenerics\*">
173+
<Issue>15591</Issue>
174+
</ExcludeList>
169175
<ExcludeList Include="$(XunitTestBinBase)\Loader\classloader\DefaultInterfaceMethods\constrainedcall\constrainedcall\*">
170176
<Issue>15353</Issue>
171177
</ExcludeList>

tests/testsFailingOutsideWindows.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ GC/Features/BackgroundGC/foregroundgc/foregroundgc.sh
7171
GC/Features/LOHFragmentation/lohfragmentation/lohfragmentation.sh
7272
GC/Features/SustainedLowLatency/scenario/scenario.sh
7373
GC/Regressions/dev10bugs/536168/536168/536168.sh
74+
Loader/classloader/DefaultInterfaceMethods/diamondshape/diamondshape/diamondshape.sh
75+
Loader/classloader/DefaultInterfaceMethods/sharedgenerics/sharedgenerics/sharedgenerics.sh
7476
Loader/classloader/DefaultInterfaceMethods/constrainedcall/constrainedcall/constrainedcall.sh
7577
Loader/classloader/TypeGeneratorTests/TypeGeneratorTest612/Generated612/Generated612.sh
7678
Loader/classloader/TypeGeneratorTests/TypeGeneratorTest613/Generated613/Generated613.sh

0 commit comments

Comments
 (0)