Skip to content

Commit

Permalink
[JVM] Unfudge some now passing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
usev6 committed Mar 6, 2018
1 parent 9ba8d28 commit f6bf6da
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions S32-io/pipe.t
Expand Up @@ -33,7 +33,6 @@ sub shell_captures_out_ok($code, $out, $exitcode, $desc) {
}
}

#?rakudo.jvm skip 'hangs, RT #131393'
{
my $sh = shell("$*EXECUTABLE -e \".say for reverse lines\"", :in, :out);
$sh.in.say: "foo\nbar\nbaz";
Expand Down Expand Up @@ -68,7 +67,6 @@ with run(:out, $*EXECUTABLE, '-e', '') -> $proc {
}
}

#?rakudo.jvm skip 'hangs'
{
lives-ok {
my $p = run :bin, :out, :err, :in, $*EXECUTABLE, '-e',
Expand All @@ -82,7 +80,6 @@ with run(:out, $*EXECUTABLE, '-e', '') -> $proc {
}

# RT #129882
#?rakudo.jvm skip 'hangs'
{
my $proc = run $*EXECUTABLE, '-e', 'print slurp', :in, :out, :bin;
my $input = ('a' x 1_000_000).encode;
Expand Down

0 comments on commit f6bf6da

Please sign in to comment.