Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Strehovský <MichalStrehovsky@users.noreply.github.com>2017-06-08 01:22:48 +0300
committerGitHub <noreply@github.com>2017-06-08 01:22:48 +0300
commit61eb6f74c879b2bee2c7895b68fe1f91a5a5c464 (patch)
tree7b7dd56af45dfc0a47fe7f995cdeade374e76772 /tests/CoreCLR.issues.targets
parent3b7ca24922b918b6131fd123b3ef7f6a81f85d35 (diff)
Update CoreCLR.issues.targets (#3829)
This test used to fail on `CreateInstance<T>`, now it fails due to ambiguous virtual methods.
Diffstat (limited to 'tests/CoreCLR.issues.targets')
-rw-r--r--tests/CoreCLR.issues.targets1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/CoreCLR.issues.targets b/tests/CoreCLR.issues.targets
index 33d4518a9..a36b755d9 100644
--- a/tests/CoreCLR.issues.targets
+++ b/tests/CoreCLR.issues.targets
@@ -549,6 +549,7 @@
<ExcludeList Include="$(XunitTestBinBase)\Loader\classloader\TSAmbiguities\CollapsedMethods\InterfaceImplementation\HelloWorld\HelloWorld.*" />
<ExcludeList Include="$(XunitTestBinBase)\Loader\classloader\TSAmbiguities\CollapsedMethods\Override\HelloWorld\HelloWorld.*" />
<ExcludeList Include="$(XunitTestBinBase)\Loader\classloader\regressions\dev10_568786\4_Misc\Variance2\Variance2.*" />
+ <ExcludeList Include="$(XunitTestBinBase)\Loader\classloader\regressions\dev10_568786\4_Misc\SealedTypes\SealedTypes.*" />
<!-- Marshal.GetExceptionForHR not setting HResult -->
<!-- https://github.com/dotnet/corert/issues/2256 -->