From 13e225caaea33fc0b250005c50f49e6e82645a4f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexander=20K=C3=B6plinger?= Date: Thu, 3 Oct 2019 18:44:00 +0200 Subject: [PATCH] [netcore] Move ignored test to global ignore file instead of the Linux-specific It affects all platform Commit migrated from https://github.com/mono/mono/commit/5bf18642ff9ab89832505c66af9e7a5b5a743dd7 --- src/mono/netcore/CoreFX.issues.rsp | 7 +++++++ src/mono/netcore/CoreFX.issues_linux.rsp | 3 --- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/src/mono/netcore/CoreFX.issues.rsp b/src/mono/netcore/CoreFX.issues.rsp index 1526907..6a8293a 100644 --- a/src/mono/netcore/CoreFX.issues.rsp +++ b/src/mono/netcore/CoreFX.issues.rsp @@ -61,6 +61,13 @@ -nomethod BasicEventSourceTests.TestsManifestNegative.Test_GenerateManifest_InvalidEventSources #################################################################### +## System.Drawing.Common.Tests +#################################################################### + +# System.ArgumentException Arg_ObjObjEx +-nomethod System.Drawing.Imaging.Tests.ImageAttributesTests.SetColorMatrix_InvalidFlags_ThrowsArgumentException + +#################################################################### ## System.Dynamic.Runtime.Tests #################################################################### diff --git a/src/mono/netcore/CoreFX.issues_linux.rsp b/src/mono/netcore/CoreFX.issues_linux.rsp index 219df11..4655b11 100644 --- a/src/mono/netcore/CoreFX.issues_linux.rsp +++ b/src/mono/netcore/CoreFX.issues_linux.rsp @@ -1,6 +1,3 @@ -# System.ArgumentException Arg_ObjObjEx --nomethod System.Drawing.Imaging.Tests.ImageAttributesTests.SetColorMatrix_InvalidFlags_ThrowsArgumentException - # See TODO in AssemblyLoadContext.InternalLoadFromPath() -nomethod System.Tests.ActivatorTests.TestingCreateInstanceFromObjectHandleFullSignature -nomethod System.Tests.ActivatorTests.TestingCreateInstanceFromObjectHandle -- 2.7.4