From 603339185c4cddb220003a7a1b24d21f18384a73 Mon Sep 17 00:00:00 2001 From: Filip Navara Date: Wed, 24 Jul 2019 22:04:57 +0200 Subject: [PATCH] [netcore] Update CoreFX.issues.rsp (mono/mono#15816) Remove exclusions fixed by mono/mono#14967 Commit migrated from https://github.com/mono/mono/commit/30ce79f3f992221b0a7759d0a90f34eda63d623f --- src/mono/netcore/CoreFX.issues.rsp | 11 ----------- src/mono/netcore/Makefile | 4 ++-- 2 files changed, 2 insertions(+), 13 deletions(-) diff --git a/src/mono/netcore/CoreFX.issues.rsp b/src/mono/netcore/CoreFX.issues.rsp index f612264..0ff63ad 100644 --- a/src/mono/netcore/CoreFX.issues.rsp +++ b/src/mono/netcore/CoreFX.issues.rsp @@ -171,14 +171,6 @@ ## 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 @@ -620,9 +612,6 @@ # error: Invalid IL code in (wrapper dynamic-method) object: (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 diff --git a/src/mono/netcore/Makefile b/src/mono/netcore/Makefile index 98ca5f5..d1983ac 100644 --- a/src/mono/netcore/Makefile +++ b/src/mono/netcore/Makefile @@ -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: -- 2.7.4