Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 1 addition & 15 deletions netcore/CoreFX.issues.rsp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

####################################################################
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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_*
Expand Down