Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Change fudged tests from 'skipped' to 'todo'
  • Loading branch information
usev6 committed May 9, 2015
1 parent c9e7946 commit fa77e08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions S16-filehandles/io.t
Expand Up @@ -281,7 +281,7 @@ nok $filename.IO ~~ :e, '... and the tempfile is gone, really';
#?rakudo.jvm todo 'builtin JVM charset folds these RT #125078'
is $s, '聛聧聫', "correct windows-1252 unmapped chars from fh";
# Switching encoding on read may or may not ever be supported
#?rakudo skip 'Too late to change filehandle encoding RT #125079'
#?rakudo.moar todo 'Too late to change filehandle encoding RT #125079'
lives_ok { $fh.encoding('ISO-8859-1') }, "reset input fh encoding";
$s = '';
#?rakudo.jvm todo 'will fail due to above failures RT #125080'
Expand All @@ -290,7 +290,7 @@ nok $filename.IO ~~ :e, '... and the tempfile is gone, really';
is $s, 'a垄每', "correct iso-8859-1 chars from fh";
lives_ok { $s = $fh.getc }, "iso-8859-1 unmapped char from fh";
# Switching encoding on read may or may not ever be supported
#?rakudo skip 'Will fail due to above failure RT #125082'
#?rakudo todo 'Will fail due to above failure RT #125082'
is $s, '', "correct iso-8859-1 unmapped char from fh";
$fh.close;
}
Expand Down

0 comments on commit fa77e08

Please sign in to comment.