Skip to content

Commit f637132

Browse files
committed
pugs fudge
1 parent cf7ea4f commit f637132

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

S02-types/range.t

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ is(+(1.2..4), 3, 'numification');
100100
is(+(1..^3.3), 3, 'numification');
101101
is(+(2.3..3.1), 1, 'numification');
102102
#?niecza skip 'Attempted to access slot $!min of type object for Range'
103+
#?pugs skip 'Range'
103104
is(+Range, 0, 'type numification');
104105

105106
# immutability

S04-phasers/enter-leave.t

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ plan 21;
199199
}
200200

201201
# RT #113548
202+
#?pugs skip 'LEAVE'
202203
{
203204
my $a = 0;
204205
my $b = 0;

S32-list/map.t

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,7 @@ is( ~((1..3).map: { dbl( $_ ) }),'2 4 6','extern method in map');
246246
}
247247

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

0 commit comments

Comments
 (0)