summaryrefslogtreecommitdiff
path: root/tests/issues.targets
diff options
context:
space:
mode:
authorMichal Strehovský <MichalStrehovsky@users.noreply.github.com>2019-03-11 21:58:20 +0100
committerJan Kotas <jkotas@microsoft.com>2019-03-11 13:58:20 -0700
commit27b39d83535231d31f562002b78ac1e1b3b54be3 (patch)
treee49298d2beadf89e85820f22381b1d25b02ec0a9 /tests/issues.targets
parent873cc91a6e88364fd758dec2eb61ed20017cfdee (diff)
downloadcoreclr-27b39d83535231d31f562002b78ac1e1b3b54be3.tar.gz
coreclr-27b39d83535231d31f562002b78ac1e1b3b54be3.tar.bz2
coreclr-27b39d83535231d31f562002b78ac1e1b3b54be3.zip
Fix bad test (#23173)
The test was testing that a non-virtual call to an abstract method that is methodimpl on the same type will land in the methodimpl. This behavior is not specced and cannot be hit with any mainstream .NET languages. We are making non-virtual calls to abstract methods throw a BadImageFormatException instead. Fixes #23096.
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 e4bde3b22d..eb34df3ca6 100644
--- a/tests/issues.targets
+++ b/tests/issues.targets
@@ -71,9 +71,6 @@
<ExcludeList Include="$(XunitTestBinBase)/baseservices/threading/waithandle/waitany/waitanyex2a/*">
<Issue>19406</Issue>
</ExcludeList>
- <ExcludeList Include="$(XunitTestBinBase)/Loader/classloader/regressions/429802/CMain/*">
- <Issue>23096</Issue>
- </ExcludeList>
</ItemGroup>
<!-- All Unix targets -->