From 6979c3d675820717d1a2d38ddb4e84f8d65ebc98 Mon Sep 17 00:00:00 2001 From: Egor Bogatov Date: Wed, 16 Oct 2019 22:24:16 +0300 Subject: [PATCH] remove GenericVectorTests from rsp (mono/mono#17366) Commit migrated from https://github.com/mono/mono/commit/58b53299b76c7f788a18116676ea8aa9c00a0b9c --- src/mono/netcore/CoreFX.issues.rsp | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/mono/netcore/CoreFX.issues.rsp b/src/mono/netcore/CoreFX.issues.rsp index 1c094ce..84b484d 100644 --- a/src/mono/netcore/CoreFX.issues.rsp +++ b/src/mono/netcore/CoreFX.issues.rsp @@ -938,18 +938,6 @@ -nomethod System.Security.Cryptography.Encoding.Tests.OidTests.Oid_StringString_NullFriendlyName -nomethod System.Security.Cryptography.Encoding.Tests.OidTests.LookupOidByFriendlyName_Ctor -# corefx tests need to be updated --nomethod System.Numerics.Tests.GenericVectorTests.GetHashCodeInt16 --nomethod System.Numerics.Tests.GenericVectorTests.GetHashCodeInt32 --nomethod System.Numerics.Tests.GenericVectorTests.GetHashCodeDouble --nomethod System.Numerics.Tests.GenericVectorTests.GetHashCodeByte --nomethod System.Numerics.Tests.GenericVectorTests.GetHashCodeSByte --nomethod System.Numerics.Tests.GenericVectorTests.GetHashCodeUInt64 --nomethod System.Numerics.Tests.GenericVectorTests.GetHashCodeUInt16 --nomethod System.Numerics.Tests.GenericVectorTests.GetHashCodeInt64 --nomethod System.Numerics.Tests.GenericVectorTests.GetHashCodeSingle --nomethod System.Numerics.Tests.GenericVectorTests.GetHashCodeUInt32 - -nomethod System.Tests.StringComparerTests.CreateCultureOptions_InvalidArguments_Throws # Requires NativeLibrary implementation -- 2.7.4