summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorPetr Onderka <gsvick@gmail.com>2018-10-25 18:21:41 +0200
committerJan Kotas <jkotas@microsoft.com>2018-10-25 09:21:41 -0700
commit2e84928f84debcca03226e613fc84668c18bd261 (patch)
treecd44ed64eb0aa8b77cb67391e16b3852e6198824 /tests
parentf7863cf3877a1ce17bde80b8e78ed5b9ba2cf8f5 (diff)
downloadcoreclr-2e84928f84debcca03226e613fc84668c18bd261.tar.gz
coreclr-2e84928f84debcca03226e613fc84668c18bd261.tar.bz2
coreclr-2e84928f84debcca03226e613fc84668c18bd261.zip
Avoid comparing capacity in StringBuilder.Equals (#20567)
* Avoid comparing capacity in StringBuilder.Equals * Disabled corefx StringBuilder test
Diffstat (limited to 'tests')
-rw-r--r--tests/CoreFX/CoreFX.issues.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/CoreFX/CoreFX.issues.json b/tests/CoreFX/CoreFX.issues.json
index e973d5b56c..b038176e53 100644
--- a/tests/CoreFX/CoreFX.issues.json
+++ b/tests/CoreFX/CoreFX.issues.json
@@ -579,5 +579,19 @@
],
"methods": null
}
+ },
+ {
+ "name": "System.Runtime.Tests",
+ "enabled": true,
+ "exclusions": {
+ "namespaces": null,
+ "classes": null,
+ "methods": [
+ {
+ "name": "System.Text.Tests.StringBuilderTests.Equals",
+ "reason": "Because of a change in StringBuilder, this test is outdated."
+ }
+ ]
+ }
}
]