summaryrefslogtreecommitdiff
path: root/tests/CoreFX
diff options
context:
space:
mode:
authorBen Adams <thundercat@illyriad.co.uk>2019-06-17 16:14:53 +0100
committerStephen Toub <stoub@microsoft.com>2019-06-17 11:14:53 -0400
commit7c4e04bbfa8c36c32a23fa223d82d80fa732c95e (patch)
tree57a3aed0268969fbaee21def46ff32359b1c8da0 /tests/CoreFX
parent3b624b202a37d16aeab5d747e6143af1b38e4ca3 (diff)
downloadcoreclr-7c4e04bbfa8c36c32a23fa223d82d80fa732c95e.tar.gz
coreclr-7c4e04bbfa8c36c32a23fa223d82d80fa732c95e.tar.bz2
coreclr-7c4e04bbfa8c36c32a23fa223d82d80fa732c95e.zip
IndexOfAny(values.Length == 0) == -1 (#25075)
* IndexOfAny(values.Length == 0) == -1 * Skip tests
Diffstat (limited to 'tests/CoreFX')
-rw-r--r--tests/CoreFX/CoreFX.issues.rsp17
1 files changed, 17 insertions, 0 deletions
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
+