From 2df99438b59ea2623587e92062494332658290f9 Mon Sep 17 00:00:00 2001 From: Mitchell Hwang Date: Mon, 13 Jul 2020 12:16:53 -0400 Subject: [PATCH 1/2] [wasm] Add ActiveIssue to LoadInDefaultContext for wasm --- .../tests/DefaultContext/DefaultLoadContextTest.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libraries/System.Runtime.Loader/tests/DefaultContext/DefaultLoadContextTest.cs b/src/libraries/System.Runtime.Loader/tests/DefaultContext/DefaultLoadContextTest.cs index 3dcd6893e08fb4..1bf6847ed550cc 100644 --- a/src/libraries/System.Runtime.Loader/tests/DefaultContext/DefaultLoadContextTest.cs +++ b/src/libraries/System.Runtime.Loader/tests/DefaultContext/DefaultLoadContextTest.cs @@ -83,6 +83,7 @@ private Assembly ResolveNullAssembly(AssemblyLoadContext sender, AssemblyName as } [Fact] + [ActiveIssue("https://github.com/dotnet/runtime/issues/39202", TestPlatforms.Browser)] public void LoadInDefaultContext() { // This will attempt to load an assembly, by path, in the Default Load context via the Resolving event From 03529943c7bb5908f528cf0f22f736affa06bb87 Mon Sep 17 00:00:00 2001 From: Mitchell Hwang Date: Mon, 13 Jul 2020 12:17:36 -0400 Subject: [PATCH 2/2] [libraries] Remove System.Runtime.Loader.DefaultContext project exclusion --- src/libraries/tests.proj | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libraries/tests.proj b/src/libraries/tests.proj index 29a5714bb80372..8e545563c2ee53 100644 --- a/src/libraries/tests.proj +++ b/src/libraries/tests.proj @@ -67,7 +67,6 @@ -