summaryrefslogtreecommitdiff
path: root/tests/CoreFX
diff options
context:
space:
mode:
authorLevi Broderick <GrabYourPitchforks@users.noreply.github.com>2019-03-18 19:17:20 -0700
committerGitHub <noreply@github.com>2019-03-18 19:17:20 -0700
commit31581af5fa816fb2ea94145823ec3bdd6c0b0327 (patch)
tree6f5931165b4c9533d79692f2e97015806775e2b2 /tests/CoreFX
parent2fcf278b141e61ef3ae4c9afa9e3dc1ea9954bb0 (diff)
downloadcoreclr-31581af5fa816fb2ea94145823ec3bdd6c0b0327.tar.gz
coreclr-31581af5fa816fb2ea94145823ec3bdd6c0b0327.tar.bz2
coreclr-31581af5fa816fb2ea94145823ec3bdd6c0b0327.zip
Add Rune.TryEncodeToUtf8 and related APIs (#23250)
Also renames the existing Encode / Decode APIs per design review feedback
Diffstat (limited to 'tests/CoreFX')
-rw-r--r--tests/CoreFX/CoreFX.issues.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/CoreFX/CoreFX.issues.json b/tests/CoreFX/CoreFX.issues.json
index 3db01ef4e1..28eb92937a 100644
--- a/tests/CoreFX/CoreFX.issues.json
+++ b/tests/CoreFX/CoreFX.issues.json
@@ -1254,6 +1254,10 @@
"reason": "Needs updates for XUnit 2.4"
},
{
+ "name": "System.Tests.ArraySegment_Tests.CopyTo_Invalid",
+ "reason": "Needs parameter name updated to 'destination'."
+ },
+ {
"name": "System.Tests.TimeSpanTests.Parse_Invalid",
"reason": "Temporary disabling till merging the PR https://github.com/dotnet/corefx/pull/34561"
},