From 4d61fbd7ec1a9f2b9d4d67a8fd56e3e4944bc263 Mon Sep 17 00:00:00 2001 From: usev6 Date: Tue, 19 Apr 2016 12:26:57 +0200 Subject: [PATCH] (Re-)fudge test for RT #127878 for JVM --- integration/weird-errors.t | 1 + 1 file changed, 1 insertion(+) diff --git a/integration/weird-errors.t b/integration/weird-errors.t index 5d4519484b..dd55843205 100644 --- a/integration/weird-errors.t +++ b/integration/weird-errors.t @@ -198,4 +198,5 @@ sub decode_utf8c { my Str $u=$b.decode("utf8-c8"); $u.=subst("a","b"); } +#?rakudo.jvm todo "Unknown encoding 'utf8-c8' RT #127878" lives-ok &decode_utf8c, 'RT #127878: Can decode and work with interesting byte sequences';