From: Marek Safar Date: Tue, 10 Sep 2019 07:04:40 +0000 (+0200) Subject: Disable failing tests X-Git-Tag: submit/tizen/20210909.063632~10331^2~5^2~536 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fb779accf2e38cbe2eabd922642f66fd2c66f50b;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Disable failing tests Commit migrated from https://github.com/mono/mono/commit/e819930ea2365e21f3f6870b1742f31f5f702ddd --- diff --git a/src/mono/netcore/CoreFX.issues.rsp b/src/mono/netcore/CoreFX.issues.rsp index 3634ca4..790beb5 100644 --- a/src/mono/netcore/CoreFX.issues.rsp +++ b/src/mono/netcore/CoreFX.issues.rsp @@ -996,3 +996,16 @@ -nomethod System.Security.Cryptography.Encoding.Tests.OidTests.LookupOidByValue_Ctor -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 for changes to GetHashCode +-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