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
path: root/tests
diff options
context:
space:
mode:
authorMichal Strehovský <MichalStrehovsky@users.noreply.github.com>2018-01-10 19:34:04 +0300
committerJan Kotas <jkotas@microsoft.com>2018-01-10 19:34:04 +0300
commite00a6d9137a990e00f6e7b2bb1fec803524b9e54 (patch)
tree54615c378cd3e38159a408a301b5e6c4b3413d60 /tests
parente244d58662ea1ecfa58cfbb4f561cec4e4e1b970 (diff)
Update CoreCLR.issues.targets (#5233)
These two tests now succeed after David's a2f4510705d5d1ac395af8543d451be82068347c. The remaining two are testing another known corner case.
Diffstat (limited to 'tests')
-rw-r--r--tests/CoreCLR.issues.targets6
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/CoreCLR.issues.targets b/tests/CoreCLR.issues.targets
index cababdc89..9e64a4244 100644
--- a/tests/CoreCLR.issues.targets
+++ b/tests/CoreCLR.issues.targets
@@ -418,10 +418,8 @@
<ExcludeList Include="$(XunitTestBinBase)\Loader\classloader\InterfaceFolding\Ambiguous\Ambiguous.*" />
<ExcludeList Include="$(XunitTestBinBase)\Loader\classloader\TSAmbiguities\SameMethodImpl\CollapsedInterfaces\HelloWorld\HelloWorld.*" />
- <!-- Ambiguous virtual overloads -->
- <!-- https://github.com/dotnet/corert/issues/190 -->
- <ExcludeList Include="$(XunitTestBinBase)\Loader\classloader\TSAmbiguities\CollapsedMethods\InterfaceImplementation\HelloWorld\HelloWorld.*" />
- <ExcludeList Include="$(XunitTestBinBase)\Loader\classloader\TSAmbiguities\CollapsedMethods\Override\HelloWorld\HelloWorld.*" />
+ <!-- Complex constrained method calls in shared generic code -->
+ <!-- https://github.com/dotnet/corert/issues/2526 -->
<ExcludeList Include="$(XunitTestBinBase)\Loader\classloader\regressions\dev10_568786\4_Misc\Variance2\Variance2.*" />
<ExcludeList Include="$(XunitTestBinBase)\Loader\classloader\regressions\dev10_568786\4_Misc\SealedTypes\SealedTypes.*" />