summaryrefslogtreecommitdiff
path: root/tests/CoreFX
diff options
context:
space:
mode:
authorSantiago Fernandez Madero <safern@microsoft.com>2019-06-19 14:33:29 -0700
committerGitHub <noreply@github.com>2019-06-19 14:33:29 -0700
commit23918ce912fc051b4a2443977e6973e34988c4f4 (patch)
treeccc75ae0a97a2dd4f1176e2c675826e052cca2fc /tests/CoreFX
parentd10701cc4d591bc89697b7bab98553305dcc9df4 (diff)
downloadcoreclr-23918ce912fc051b4a2443977e6973e34988c4f4.tar.gz
coreclr-23918ce912fc051b4a2443977e6973e34988c4f4.tar.bz2
coreclr-23918ce912fc051b4a2443977e6973e34988c4f4.zip
Address nullable feedback for S.T.Overlapped, S.Memory, S.R.InteropServices (#25214)
* Address nullable feedback for System.Threading.Overlapped * Address nullable feedback for System.Memory * Address nullable for System.Runtime.InteropServices * Update xml comments and make CultureInfo nullable to match String.ToLower/Upper feedback * PR feedback: revert accepting null comparer in BinarySearch * Disable test that needs to be updated in corefx
Diffstat (limited to 'tests/CoreFX')
-rw-r--r--tests/CoreFX/CoreFX.issues.rsp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/CoreFX/CoreFX.issues.rsp b/tests/CoreFX/CoreFX.issues.rsp
index 40c0fd49b3..98af810b82 100644
--- a/tests/CoreFX/CoreFX.issues.rsp
+++ b/tests/CoreFX/CoreFX.issues.rsp
@@ -112,3 +112,5 @@
-nomethod System.SpanTests.SpanTests.ZeroLengthLastIndexOfAny_ManyByte
-nomethod System.SpanTests.SpanTests.ZeroLengthLastIndexOfAny_String_ManyByte
+# requires corefx test updates: https://github.com/dotnet/corefx/pull/38692
+-nomethod System.Tests.StringTests.CasingAsSpan_NullCulture_ThrowsArgumentNullException