Skip to content

Commit

Permalink
Comment out hanging TODO fudge
Browse files Browse the repository at this point in the history
The test hangs on OSX (per http://irclog.perlgeek.de/perl6-dev/2016-07-13#i_12832824 )

RT#128594
  • Loading branch information
zoffixznet committed Jul 13, 2016
1 parent a8afed7 commit 4f52c6e
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions S29-os/system.t
Expand Up @@ -8,7 +8,7 @@ use Test::Util;
# L<S29/"OS"/"=item run">
# system is renamed to run, so link there.

plan 30;
plan 20;

my $res;

Expand Down Expand Up @@ -72,15 +72,15 @@ throws-like { shell("program_that_does_not_exist_ignore_errors_please.exe") },
is $rt115390, 5050, 'no crash with run() in loop; run() not in sink context';
}

# NOTE: THIS TEST HANGS ON OSX
# RT #128594
{
for ^10 {
#?rakudo todo 'RT 128594'
is_run q{run("non-existent-program-RT128594", :merge).out.slurp-rest},
{ status => 0 },
":merge with run on non-existent program does not crash [attempt $_]"
}
}
#{
# for ^10 {
# is_run q{run("non-existent-program-RT128594", :merge).out.slurp-rest},
# { status => 0 },
# ":merge with run on non-existent program does not crash [attempt $_]"
# }
#}

# all these tests feel like bogus, what are we testing here???
# note: is_run fails after these tests because we are no longer in the right dir
Expand Down

0 comments on commit 4f52c6e

Please sign in to comment.