Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix Niecza fudging.
It was reporting a TODO pass for this test, but in actuality the test's current approach simply does not work for Niecza.  I've changed it to a
skip to cut down on the spectest noise, and not tempt someone else to remove the fudging all together.
  • Loading branch information
colomon committed Jun 12, 2013
1 parent c49e082 commit be0cfe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S32-list/roll.t
Expand Up @@ -122,7 +122,7 @@ is (1..^2).roll, 1, '1-elem Range roll';
ok ('a' .. 'z').roll ~~ /\w/, 'Str-Range roll';

# RT 89972
#?niecza todo "Doesn't work in Niecza"
#?niecza skip "That's not the right way to spawn another Niecza"
{
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 be0cfe8

Please sign in to comment.