Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
pugs fudge
  • Loading branch information
coke committed Apr 1, 2013
1 parent cf7ea4f commit f637132
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions S02-types/range.t
Expand Up @@ -100,6 +100,7 @@ is(+(1.2..4), 3, 'numification');
is(+(1..^3.3), 3, 'numification');
is(+(2.3..3.1), 1, 'numification');
#?niecza skip 'Attempted to access slot $!min of type object for Range'
#?pugs skip 'Range'
is(+Range, 0, 'type numification');

# immutability
Expand Down
1 change: 1 addition & 0 deletions S04-phasers/enter-leave.t
Expand Up @@ -199,6 +199,7 @@ plan 21;
}

# RT #113548
#?pugs skip 'LEAVE'
{
my $a = 0;
my $b = 0;
Expand Down
1 change: 1 addition & 0 deletions S32-list/map.t
Expand Up @@ -246,6 +246,7 @@ is( ~((1..3).map: { dbl( $_ ) }),'2 4 6','extern method in map');
}

# RT #112596
#?pugs skip 'hangs'
{
my @a = map &sprintf.assuming("%x"), 9..12;
is(@a, <9 a b c>, "map over a callable with a slurpy");
Expand Down

0 comments on commit f637132

Please sign in to comment.