Enable some System.Runtime.Loader tests for Mono (#38581)
authorAlexis Christoforides <alexis@thenull.net>
Thu, 2 Jul 2020 17:26:44 +0000 (13:26 -0400)
committerGitHub <noreply@github.com>
Thu, 2 Jul 2020 17:26:44 +0000 (13:26 -0400)
Contributes to https://github.com/mono/mono/issues/15142

src/libraries/System.Runtime.Loader/tests/AssemblyLoadContextTest.cs
src/libraries/System.Runtime.Loader/tests/CollectibleAssemblyLoadContextTest.cs

index b2091fd..46fc910 100644 (file)
@@ -184,7 +184,6 @@ namespace System.Runtime.Loader.Tests
         }
 
         [Theory]
-        [ActiveIssue("https://github.com/mono/mono/issues/15142", TestRuntimes.Mono)]
         [InlineData("AssemblyLoadContextCollectible", true)]
         [InlineData("AssemblyLoadContextNonCollectible", false)]
         public static void PublicConstructor_Theory(string name, bool isCollectible)
index 5c71c38..daaad21 100644 (file)
@@ -41,7 +41,6 @@ namespace System.Runtime.Loader.Tests
         }
 
         [Fact]
-        [ActiveIssue("https://github.com/mono/mono/issues/15142", TestRuntimes.Mono)]
         public static void Finalizer_CollectibleWithNoAssemblyLoaded()
         {
             // Use a collectible ALC, let the finalizer call Unload