Reenable corefx tests (#24157)
authorSteve MacLean <Steve.MacLean@microsoft.com>
Sat, 4 May 2019 18:31:34 +0000 (14:31 -0400)
committerGitHub <noreply@github.com>
Sat, 4 May 2019 18:31:34 +0000 (14:31 -0400)
tests/CoreFX/CoreFX.issues.json

index 04224ba..cee5f48 100644 (file)
                     "name": "System.Tests.VersionTests.Comparisons_NullArgument_ThrowsArgumentNullException",
                     "reason":  "Version was improved to no longer throw from comparison operators"
                 },
-                {
-                    "name" : "System.Tests.ActivatorNetcoreTests.CreateInstanceAssemblyResolve",
-                    "reason" : "Waiting for https://github.com/dotnet/corefx/pull/37080"
-                }
             ]
         }
     },
         }
     },
     {
-        "name": "System.Runtime.Loader.DefaultContext.Tests",
-        "enabled": true,
-        "exclusions": {
-            "namespaces": null,
-            "classes": null,
-            "methods": [
-                {
-                    "name" : "System.Runtime.Loader.Tests.DefaultLoadContextTests.LoadInDefaultContext",
-                    "reason" : "Waiting for https://github.com/dotnet/corefx/pull/37071"
-                }
-            ]
-        }
-    },
-    {
         "name": "System.Runtime.Loader.Tests",
         "enabled": true,
         "exclusions": {