Skip to content

Commit

Permalink
Remove poor fudged test for RT#128595
Browse files Browse the repository at this point in the history
The test tests for hanginess of the REPL, whereas the proper solution
to the ticket is to not start the REPL in the first place, making this
test bogus.
  • Loading branch information
zoffixznet committed Aug 16, 2016
1 parent be9417e commit 74b1c12
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions S19-command-line/repl.t
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use lib <t/spec/packages>;
use Test;
use Test::Util;

plan 10;
plan 9;

# Sanity check that the repl is working at all.
my $cmd = $*DISTRO.is-win
Expand Down Expand Up @@ -78,16 +78,6 @@ is shell($cmd).exitcode, 42, 'exit(42) in executed REPL got run';
'-I in REPL works';
}

# RT #128595
{
#?rakudo.moar todo 'RT 128595'
#?rakudo.jvm skip 'Proc::Async NYI'
doesn't-hang \(:w, $*EXECUTABLE, '-M', "SomeNonExistentMod"),
:in("say 'output works'\n"),
:out(/'output works'/),
'REPL with -M with non-existent module';
}

# RT #127933
{
my $code = [~] 'my ( int8 $a, int16 $b, int32 $c, int64 $d,',
Expand Down

0 comments on commit 74b1c12

Please sign in to comment.