From 28316cc1371e9744f00781815093cac4eb5fcba6 Mon Sep 17 00:00:00 2001 From: Ryan Lucia Date: Tue, 6 Aug 2019 14:08:18 -0400 Subject: [PATCH] [netcore] Update test exclusions to reflect ALC work (mono/mono#16059) Commit migrated from https://github.com/mono/mono/commit/64bf7ef9db3db3d4ed27a3809bc7b98e9322208a --- src/mono/netcore/CoreFX.issues.rsp | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/src/mono/netcore/CoreFX.issues.rsp b/src/mono/netcore/CoreFX.issues.rsp index 78760f6..6b81bde 100644 --- a/src/mono/netcore/CoreFX.issues.rsp +++ b/src/mono/netcore/CoreFX.issues.rsp @@ -380,15 +380,10 @@ # https://github.com/mono/mono/issues/15069 -nomethod System.Reflection.Tests.MemberInfoNetCoreAppTests.HasSameMetadataDefinitionAs_GenericTypeParameters -# Fails b/c it returns the wrong assembly string -# https://github.com/mono/mono/issues/15074 --nomethod System.Reflection.Tests.AssemblyTests.LoadFile - # Returns the same string, but still fails. # 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 @@ -669,9 +664,7 @@ # Missing assembly Microsoft.VisualStudio.TestPlatform.ObjectModel, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a # https://github.com/mono/mono/issues/15170 --nomethod System.Composition.Hosting.Tests.ContainerConfigurationTests.WithAssemblies_AssembliesAndConvention_ThrowsCompositionFailedExceptionOnCreation -nomethod System.Composition.Hosting.Tests.ContainerConfigurationTests.WithAssemblies_Assemblies_ThrowsCompositionFailedExceptionOnCreation --nomethod System.Composition.Hosting.Tests.ContainerConfigurationTests.WithAssembly_AssemblyConventions_ThrowsCompositionFailedExceptionOnCreation -nomethod System.Composition.Hosting.Tests.ContainerConfigurationTests.WithAssembly_Assembly_ThrowsCompositionFailedExceptionOnCreation #################################################################### @@ -853,12 +846,8 @@ # https://github.com/mono/mono/issues/15315 -nomethod System.Tests.EnvironmentStackTrace.StackTraceTest -# AssemblyLoadContext.InternalLoad is not implemented --nomethod System.Tests.AppDomainTests.LoadBytes - # These events are not wired up in mono -nomethod System.Tests.AppDomainTests.TypeResolve --nomethod System.Tests.AppDomainTests.GetAssemblies -nomethod System.Tests.AppDomainTests.ResourceResolve -nomethod System.Tests.AppDomainTests.AssemblyLoad -nomethod System.Tests.AppDomainTests.FirstChanceException_Called @@ -933,18 +922,15 @@ ## System.Runtime.Loader.Tests #################################################################### -# NOTE: Not run +# NOTE: Not run (relies on collectible ALCs) -nomethod System.Runtime.Loader.Tests.ContextualReflectionTest.* # relies on AssemblyLoadContext --nomethod System.Runtime.Loader.Tests.SatelliteAssembliesTests.SatelliteLoadsCorrectly -nomethod System.Runtime.Loader.Tests.AssemblyLoadContextTest.GetLoadContextTest_ValidUserAssembly -nomethod System.Runtime.Loader.Tests.AssemblyLoadContextTest.LoadAssemblyByPath_ValidUserAssembly -nomethod System.Runtime.Loader.Tests.AssemblyLoadContextTest.Unsupported_FixedAddressValueType -nomethod System.Runtime.Loader.Tests.AssemblyLoadContextTest.LoadAssemblyByStream_ValidUserAssembly -nomethod System.Runtime.Loader.Tests.AssemblyLoadContextTest.LoadFromAssemblyName_ValidTrustedPlatformAssembly --nomethod System.Runtime.Loader.Tests.ContextualReflectionTest.* --nomethod System.Runtime.Loader.Tests.SatelliteAssembliesTests.describeLib # relies on collectible AssemblyLoadContext -nomethod System.Runtime.Loader.Tests.AssemblyLoadContextTest.Unload_* -- 2.7.4