Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Lucia <rylucia@microsoft.com>2019-08-06 21:08:18 +0300
committerGitHub <noreply@github.com>2019-08-06 21:08:18 +0300
commit64bf7ef9db3db3d4ed27a3809bc7b98e9322208a (patch)
treede04a590f4fc1f0d2fe278c92ddaf80638064b0f /netcore
parent3c88e9f251684c46ca07286a9637a2e5266eec15 (diff)
[netcore] Update test exclusions to reflect ALC work (#16059)
Diffstat (limited to 'netcore')
-rw-r--r--netcore/CoreFX.issues.rsp16
1 files changed, 1 insertions, 15 deletions
diff --git a/netcore/CoreFX.issues.rsp b/netcore/CoreFX.issues.rsp
index 78760f6726c..6b81bde7708 100644
--- a/netcore/CoreFX.issues.rsp
+++ b/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_*