summaryrefslogtreecommitdiff
path: root/tests/issues.targets
diff options
context:
space:
mode:
authorMichal Strehovský <MichalStrehovsky@users.noreply.github.com>2018-01-30 13:52:20 +0100
committerGitHub <noreply@github.com>2018-01-30 13:52:20 +0100
commit7afffa2715b07114991e10620a34308edb9a9c6d (patch)
tree083ee33f901c78a804823c839397980b0bc79d49 /tests/issues.targets
parent2f14b350960af0354608c041d7df501c44dc5640 (diff)
downloadcoreclr-7afffa2715b07114991e10620a34308edb9a9c6d.tar.gz
coreclr-7afffa2715b07114991e10620a34308edb9a9c6d.tar.bz2
coreclr-7afffa2715b07114991e10620a34308edb9a9c6d.zip
Default interface methods test fixes (#15995)
* The diamondshape test should work now that #15979 and #15978 are merged. * Create debug and retail version of diamondshape and sharedgenerics tests so that we have retail coverage. These tests hit issues around devirtualization (that is only active when RyuJIT is optimizing). * Add license headers
Diffstat (limited to 'tests/issues.targets')
-rw-r--r--tests/issues.targets3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/issues.targets b/tests/issues.targets
index 1ebf4cd8b8..e32cc9532d 100644
--- a/tests/issues.targets
+++ b/tests/issues.targets
@@ -166,9 +166,6 @@
<ExcludeList Include="$(XunitTestBinBase)\JIT\Regression\JitBlue\GitHub_11408\GitHub_11408\GitHub_11408.cmd">
<Issue>11408</Issue>
</ExcludeList>
- <ExcludeList Include="$(XunitTestBinBase)\Loader\classloader\DefaultInterfaceMethods\diamondshape\diamondshape\*">
- <Issue>15591</Issue>
- </ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)\Loader\classloader\DefaultInterfaceMethods\constrainedcall\constrainedcall\*">
<Issue>15353</Issue>
</ExcludeList>