Skip to content

Commit 907379d

Browse files
committed
Add fudging for rakudo-j for new tests
1 parent 8e585a4 commit 907379d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

S19-command-line/repl.t

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@ is shell($cmd).exitcode, 42, 'exit(42) in executed REPL got run';
8282

8383
{
8484
# RT #128595
85-
#?rakudo todo 'RT 128595'
85+
#?rakudo.moar todo 'RT 128595'
86+
#?rakudo.jvm skip 'Proc::Async NYI'
8687
doesn't-hang \(:w, $*EXECUTABLE, '-M', "SomeNonExistentMod"),
8788
:in("say 'output works'\nexit\n"),
8889
:out(/'output works'/),

S29-os/system.t

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,13 +77,15 @@ throws-like { shell("program_that_does_not_exist_ignore_errors_please.exe") },
7777
for ^10 {
7878
# NOTE: THIS TEST HANGS ON OSX; double check before unfudging
7979
#?rakudo.moar skip 'RT 128594'
80+
#?rakudo.jvm todo 'IOException "no such file" RT 128594'
8081
is_run q{run("non-existent-program-RT128594", :merge).out.slurp-rest},
8182
{ status => 0 },
8283
":merge with run on non-existent program does not crash [attempt $_]";
8384
}
8485
}
8586

8687
# RT #128398
88+
#?rakudo.jvm skip 'Proc::Async NYI'
8789
{
8890
my $p = Proc::Async.new: :w, $*EXECUTABLE, "-ne",
8991
Q!last if /2/; .say; LAST { say "test worked" }!;

0 commit comments

Comments
 (0)