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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Lucia <rylucia@microsoft.com>2019-08-06 21:12:59 +0300
committerMarek Safar <marek.safar@gmail.com>2019-08-07 18:27:35 +0300
commitdcd57151613af34b213e0bd49de70e402d19cc47 (patch)
treebf19ea2fedf9bb290783067343be2cc820493954 /netcore
parentd18daefdbc9fa6ad530f1d28642f305d308cc90a (diff)
[netcore] Re-enable IsAssignableFrom test
This was fixed a while back but never removed from the exclusions
Diffstat (limited to 'netcore')
-rw-r--r--netcore/CoreFX.issues.rsp4
1 files changed, 0 insertions, 4 deletions
diff --git a/netcore/CoreFX.issues.rsp b/netcore/CoreFX.issues.rsp
index 393f377d3b1..30626d74a4a 100644
--- a/netcore/CoreFX.issues.rsp
+++ b/netcore/CoreFX.issues.rsp
@@ -380,10 +380,6 @@
# https://github.com/mono/mono/issues/15076
-nomethod System.Reflection.Tests.AssemblyTests.LoadFrom_SameIdentityAsAssemblyWithDifferentPath_ReturnsEqualAssemblies
-# Assertion expects false, but we return true
-# https://github.com/mono/mono/issues/15080
--nomethod System.Reflection.Tests.TypeInfoTests.IsAssignableFrom
-
####################################################################
## System.Resources.ResourceManager.Tests
####################################################################