summaryrefslogtreecommitdiff
path: root/tests/CoreFX
diff options
context:
space:
mode:
authorDan Moseley <danmose@microsoft.com>2019-06-19 01:28:30 -0700
committerGitHub <noreply@github.com>2019-06-19 01:28:30 -0700
commit15ece8e1b587edd35af4c092e30e8666b2d9e66f (patch)
treea871066c960475ee87034f52ecd2f8fc9a0be19f /tests/CoreFX
parent70febbad4bbe23326c26480b2848cdfe9fc8450c (diff)
downloadcoreclr-15ece8e1b587edd35af4c092e30e8666b2d9e66f.tar.gz
coreclr-15ece8e1b587edd35af4c092e30e8666b2d9e66f.tar.bz2
coreclr-15ece8e1b587edd35af4c092e30e8666b2d9e66f.zip
Exception format cleanup subset (#25185)
* Change ArgumentException message to one line * Disable 2 tests * Remove duplication in AggregateException.ToString() * Inner exceptions on new lines * Caps letter * Typo
Diffstat (limited to 'tests/CoreFX')
-rw-r--r--tests/CoreFX/CoreFX.issues.rsp4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/CoreFX/CoreFX.issues.rsp b/tests/CoreFX/CoreFX.issues.rsp
index 8a35ea39f6..40c0fd49b3 100644
--- a/tests/CoreFX/CoreFX.issues.rsp
+++ b/tests/CoreFX/CoreFX.issues.rsp
@@ -92,6 +92,10 @@
# Assert: https://github.com/dotnet/coreclr/issues/25050
-nonamespace System.Data.Common.Tests
+# requires corefx test updates
+-nomethod System.Data.Tests.Common.DbConnectionStringBuilderTest.Add_Keyword_Invalid
+-nomethod System.Data.Tests.Common.DbConnectionStringBuilderTest.Indexer_Keyword_Invalid
+
# requires corefx test updates https://github.com/dotnet/corefx/pull/38452
-nomethod System.SpanTests.ReadOnlySpanTests.ZeroLengthIndexOfAny_ManyInteger
-nomethod System.SpanTests.ReadOnlySpanTests.ZeroLengthIndexOfAny_ManyString