[netcore] Update ALC test exclusions (mono/mono#16332)
authorRyan Lucia <rylucia@microsoft.com>
Mon, 19 Aug 2019 18:50:15 +0000 (14:50 -0400)
committerGitHub <noreply@github.com>
Mon, 19 Aug 2019 18:50:15 +0000 (14:50 -0400)
Commit migrated from https://github.com/mono/mono/commit/7c3dfbcbdf46d057ae4f145a8ddfc8e193d90ef5

src/mono/netcore/CoreFX.issues.rsp

index d411843..aaa06d5 100644 (file)
 -nomethod System.Tests.EnvironmentStackTrace.StackTraceTest
 
 # These events are not wired up in mono
+# https://github.com/mono/mono/issues/16246
 -nomethod System.Tests.AppDomainTests.TypeResolve
 -nomethod System.Tests.AppDomainTests.ResourceResolve
 -nomethod System.Tests.AppDomainTests.AssemblyLoad
 # NOTE: Not run (relies on collectible ALCs)
 -nomethod System.Runtime.Loader.Tests.ContextualReflectionTest.*
 
-# relies on AssemblyLoadContext 
--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
-
 # relies on collectible AssemblyLoadContext
 -nomethod System.Runtime.Loader.Tests.AssemblyLoadContextTest.Unload_*
 -nomethod System.Runtime.Loader.Tests.AssemblyLoadContextTest.Finalizer_CollectibleWithNoAssemblyLoaded
 -nomethod System.Runtime.Loader.Tests.AssemblyLoadContextTest.PublicConstructor_Theory
+-nomethod System.Runtime.Loader.Tests.AssemblyLoadContextTest.Unsupported_FixedAddressValueType
 
 ####################################################################
 ##  System.Reflection.MetadataLoadContext.Tests