[netcore] Update test exclusions to reflect ALC work (mono/mono#16059)
authorRyan Lucia <rylucia@microsoft.com>
Tue, 6 Aug 2019 18:08:18 +0000 (14:08 -0400)
committerGitHub <noreply@github.com>
Tue, 6 Aug 2019 18:08:18 +0000 (14:08 -0400)
Commit migrated from https://github.com/mono/mono/commit/64bf7ef9db3db3d4ed27a3809bc7b98e9322208a

src/mono/netcore/CoreFX.issues.rsp

index 78760f6..6b81bde 100644 (file)
 # 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
 
 # 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
 
 ####################################################################
 # 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
 ##  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_*