[netcore] Update CoreFX.issues.rsp (mono/mono#15816)
authorFilip Navara <navara@emclient.com>
Wed, 24 Jul 2019 20:04:57 +0000 (22:04 +0200)
committerAlexander Köplinger <alex.koeplinger@outlook.com>
Wed, 24 Jul 2019 20:04:56 +0000 (22:04 +0200)
Remove exclusions fixed by mono/mono#14967

Commit migrated from https://github.com/mono/mono/commit/30ce79f3f992221b0a7759d0a90f34eda63d623f

src/mono/netcore/CoreFX.issues.rsp
src/mono/netcore/Makefile

index f612264..0ff63ad 100644 (file)
 ##  System.Memory.Tests
 ####################################################################
 
-# System.BadImageFormatException : Cannot box IsByRefLike type 'System.Span`1'
-# https://github.com/mono/mono/issues/14959
--nomethod System.SpanTests.SpanTests.MemoryMarshal_GenericStaticReturningSpan
--nomethod System.SpanTests.SpanTests.Span_Property
--nomethod System.SpanTests.SpanTests.ReadOnlySpan_Property
--nomethod System.SpanTests.SpanTests.MemoryExtensions_StaticReturningReadOnlySpan
--nomethod System.SpanTests.SpanTests.MemoryManager_MethodReturningSpan
-
 # Reflection TargetException: Non-static method requires a target. 
 # https://github.com/mono/mono/issues/14962
 -nomethod System.SpanTests.SpanTests.ReadOnlyMemory_PropertyReturningReadOnlySpan
 # error: Invalid IL code in (wrapper dynamic-method) object:<xsl:apply-templates> (System.Xml.Xsl.Runtime.XmlQueryRuntime,System.Xml.XPath.XPathNavigator,double): IL_0179: ret
 -nomethod System.Tests.Types.VoidTests.IsByRef_Get_ReturnsExpected
 
-# Boxed pointers are not supported? https://github.com/mono/mono/blob/ced517784b2a07fb851e2227dac04e0df2262d57/mcs/class/corlib/ReferenceSources/RuntimeType.cs#L229
--nomethod System.Reflection.Tests.InvokeRefReturnNetcoreTests.TestByRefLikeRefReturn
-
 # throws ArgumentException
 # https://github.com/mono/mono/issues/15152
 -nomethod System.Reflection.Tests.PointerTests.PointerPropertyGetValue
index 98ca5f5..d1983ac 100644 (file)
@@ -39,7 +39,7 @@ NETCORESDK_EXT = tar.gz
 UNZIPCMD = tar -xvf
 XUNIT_FLAGS = -notrait category=nonlinuxtests @../../../../CoreFX.issues_linux.rsp
 ifeq ($(COREARCH), arm64)
-XUNIT_FLAGS = $(XUNIT_FLAGS) -notrait category=nonlinuxtests @../../../../CoreFX.issues_linux_arm64.rsp
+XUNIT_FLAGS += @../../../../CoreFX.issues_linux_arm64.rsp
 endif
 TESTS_PLATFORM = Linux.x64
 DOTNET := $(shell ./init-tools.sh | tail -1)
@@ -175,4 +175,4 @@ xunit-summary:
 
 endif
 
-distdir:
\ No newline at end of file
+distdir: