summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorLevi Broderick <GrabYourPitchforks@users.noreply.github.com>2020-01-15 13:04:09 -0800
committerGitHub <noreply@github.com>2020-01-15 13:04:09 -0800
commit4e29494f5610ecd739b1b762b36d3b93c61a4a4b (patch)
treeaff1b6f6111bf101bd082dd44c5900f713ebd7e1 /tests
parentf14483fb2857f507c302815a54d02d275864e423 (diff)
downloadcoreclr-4e29494f5610ecd739b1b762b36d3b93c61a4a4b.tar.gz
coreclr-4e29494f5610ecd739b1b762b36d3b93c61a4a4b.tar.bz2
coreclr-4e29494f5610ecd739b1b762b36d3b93c61a4a4b.zip
[release/3.1] Port fix to revert EncoderNLS and DecoderNLS Convert changes (#27996)
Diffstat (limited to 'tests')
-rw-r--r--tests/CoreFX/CoreFX.issues.rsp7
1 files changed, 5 insertions, 2 deletions
diff --git a/tests/CoreFX/CoreFX.issues.rsp b/tests/CoreFX/CoreFX.issues.rsp
index fb0cfcf242..c8ef9409a8 100644
--- a/tests/CoreFX/CoreFX.issues.rsp
+++ b/tests/CoreFX/CoreFX.issues.rsp
@@ -70,9 +70,12 @@
# https://github.com/dotnet/coreclr/issues/22414
-nomethod System.Numerics.Tests.ToStringTest.RunRegionSpecificStandardFormatToStringTests
-# Failure in System.Text.Encoding.Tests due to bug fix in DecoderNLS.Convert
-# https://github.com/dotnet/coreclr/issues/27191
+# Failure in System.Text.Encoding.Tests due to bug fix in EncoderNLS.Convert and DecoderNLS.Convert
+# https://github.com/dotnet/coreclr/pull/27996
-nomethod System.Text.Tests.DecoderConvert2.PosTest6
+-nomethod System.Text.Tests.DecoderConvert2.PosTest11
+-nomethod System.Text.Tests.EncoderConvert2.EncoderUTF8ConvertMixedASCIIUnicodeCharArrayPartial
+-nomethod System.Text.Tests.EncoderConvert2.EncoderUTF8ConvertUnicodeCharArrayPartial
# Timeout in System.Text.RegularExpressions.Tests.RegexMatchTests.Match_ExcessPrefix
# https://github.com/dotnet/coreclr/issues/18912