From 7c4e04bbfa8c36c32a23fa223d82d80fa732c95e Mon Sep 17 00:00:00 2001 From: Ben Adams Date: Mon, 17 Jun 2019 16:14:53 +0100 Subject: IndexOfAny(values.Length == 0) == -1 (#25075) * IndexOfAny(values.Length == 0) == -1 * Skip tests --- tests/CoreFX/CoreFX.issues.rsp | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'tests/CoreFX') diff --git a/tests/CoreFX/CoreFX.issues.rsp b/tests/CoreFX/CoreFX.issues.rsp index 632658c129..25fe581002 100644 --- a/tests/CoreFX/CoreFX.issues.rsp +++ b/tests/CoreFX/CoreFX.issues.rsp @@ -113,3 +113,20 @@ # Assert: https://github.com/dotnet/coreclr/issues/25050 -nonamespace System.Data.Common.Tests + +# requires corefx test updates https://github.com/dotnet/corefx/pull/38452 +-nomethod System.SpanTests.ReadOnlySpanTests.ZeroLengthIndexOfAny_ManyInteger +-nomethod System.SpanTests.ReadOnlySpanTests.ZeroLengthIndexOfAny_ManyString +-nomethod System.SpanTests.ReadOnlySpanTests.ZeroLengthIndexOfMany_Byte +-nomethod System.SpanTests.ReadOnlySpanTests.ZeroLengthIndexOfMany_Char +-nomethod System.SpanTests.ReadOnlySpanTests.ZeroLengthLastIndexOfAny_Byte_ManyByte +-nomethod System.SpanTests.ReadOnlySpanTests.ZeroLengthLastIndexOfAny_ManyByte +-nomethod System.SpanTests.ReadOnlySpanTests.ZeroLengthLastIndexOfAny_String_ManyByte +-nomethod System.SpanTests.SpanTests.ZeroLengthIndexOfAny_ManyInteger +-nomethod System.SpanTests.SpanTests.ZeroLengthIndexOfAny_ManyString +-nomethod System.SpanTests.SpanTests.ZeroLengthIndexOfMany_Byte +-nomethod System.SpanTests.SpanTests.ZeroLengthIndexOfMany_Char +-nomethod System.SpanTests.SpanTests.ZeroLengthLastIndexOfAny_Byte_ManyByte +-nomethod System.SpanTests.SpanTests.ZeroLengthLastIndexOfAny_ManyByte +-nomethod System.SpanTests.SpanTests.ZeroLengthLastIndexOfAny_String_ManyByte + -- cgit v1.2.3