Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
More Parrot-fudge tests that rely on $*EXECUTABLE_NAME
  • Loading branch information
Reini Urban authored and FROGGS committed Jun 17, 2014
1 parent 68b1ae8 commit b8a32f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions S29-os/system.t
Expand Up @@ -9,8 +9,7 @@ plan 5;
my $res;

$res = run($*EXECUTABLE_NAME,'-e1');
#?rakudo.jvm skip "not reliable: depends on rakudo being installed"
#?rakudo.moar skip "not reliable: depends on rakudo being installed"
#?rakudo skip "not reliable: depends on rakudo being installed"
ok($res,"run() to an existing program does not die (and returns something true)");

$res = run("program_that_does_not_exist_ignore_this_error_please.exe");
Expand Down
4 changes: 1 addition & 3 deletions S32-list/roll.t
Expand Up @@ -123,9 +123,7 @@ ok ('a' .. 'z').roll ~~ /\w/, 'Str-Range roll';

# RT 89972
#?niecza skip "That's not the right way to spawn another Niecza"
#?rakudo.jvm skip 'Cannot spawn rakudo like this (JVM, RT 121528)'
#?rakudo.moar skip 'Cannot spawn rakudo like this (Moar, RT 121528)'
#?rakudo.parrot skip 'Cannot spawn rakudo like this (Parrot, RT 121528)'
#?rakudo skip 'Cannot spawn rakudo like this (RT 121528)'
{
my $a = qqx{$*EXECUTABLE_NAME -e "print ~(1..10).pick(5)"};
my $b = qqx{$*EXECUTABLE_NAME -e "print ~(1..10).pick(5)"};
Expand Down

0 comments on commit b8a32f5

Please sign in to comment.