Skip to content

Commit

Permalink
Change fudging for some tests for rakudo-j
Browse files Browse the repository at this point in the history
  • Loading branch information
usev6 committed Aug 28, 2016
1 parent 8627307 commit 3b8dbdb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions S06-signature/types.t
Expand Up @@ -36,6 +36,7 @@ dies-ok { g('m') }, 'type check forbids bad implicit return';
}

# RT #126124
#?rakudo.jvm todo "no mention of type 'Mu', yet"
{
throws-like { sub f(Mu:D $a) {}; f(Int) }, Exception,
message => /'instance of type Mu' .+ 'type object'/,
Expand Down
3 changes: 2 additions & 1 deletion S19-command-line/repl.t
Expand Up @@ -64,14 +64,15 @@ is shell($cmd).exitcode, 42, 'exit(42) in executed REPL got run';
'num32 $i, num64 $j,',
') = 1, 2, 3, 4, 5, 6, 7, 8, 9e0, 10e0;';

#?rakudo todo 'RT#127933'
#?rakudo.moar todo 'RT#127933'
is_run_repl "$code\nsay 'test is good';\n",
:err(''),
:out(/'(1 2 3 4 5 6 7 8 9 10)' .* 'test is good'/),
'Using native numeric types does not break REPL';
}

# RT #128595
#?rakudo.jvm skip 'Proc::Async NYI'
{
# REPL must not start, but if it does start and wait for input, it'll
# "hang", from our point of view, which the test function will detect
Expand Down

0 comments on commit 3b8dbdb

Please sign in to comment.