summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorLevi Broderick <GrabYourPitchforks@users.noreply.github.com>2019-10-17 11:33:32 -0700
committerGitHub <noreply@github.com>2019-10-17 11:33:32 -0700
commit525f52122ad3919b6fb5df528533cc1039603d48 (patch)
treefef2ff747a5d55d1f2708ca778a5771b32995fe0 /tests
parentb9c739940772f2745e4fdf6c2951fd7c7d3c7be0 (diff)
downloadcoreclr-525f52122ad3919b6fb5df528533cc1039603d48.tar.gz
coreclr-525f52122ad3919b6fb5df528533cc1039603d48.tar.bz2
coreclr-525f52122ad3919b6fb5df528533cc1039603d48.zip
Fix DecoderNLS.Convert to out the correct value for 'completed' (#27229)
Port https://github.com/dotnet/coreclr/pull/27210 to release/3.1
Diffstat (limited to 'tests')
-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 e6f33eba07..fb0cfcf242 100644
--- a/tests/CoreFX/CoreFX.issues.rsp
+++ b/tests/CoreFX/CoreFX.issues.rsp
@@ -70,6 +70,10 @@
# 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
+-nomethod System.Text.Tests.DecoderConvert2.PosTest6
+
# Timeout in System.Text.RegularExpressions.Tests.RegexMatchTests.Match_ExcessPrefix
# https://github.com/dotnet/coreclr/issues/18912
-nomethod System.Text.RegularExpressions.Tests.RegexMatchTests.Match_ExcessPrefix