Skip to content

Commit 63da604

Browse files
committed
pugs fudge
1 parent e311f17 commit 63da604

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

S02-types/array.t

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,7 @@ my @array2 = ("test", 1, Mu);
337337

338338
# RT 73184
339339
#?niecza skip "Seems like this is an inappropriate Rakudo-specific test"
340+
#?pugs skip 'Stack space overflow'
340341
{
341342
my @a = 0..*;
342343
try { @a[ Inf ] = 3 };

S02-types/hash.t

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,7 @@ eval_lives_ok('my $rt75694 = { has-b => 42 }', "can have a bareword key starting
297297
}
298298

299299
# RT 77598
300+
#?pugs skip 'No compatible multi variant found: "&is"'
300301
{
301302
is {}[-1], Failure, 'array-indexing a hash with a negative index is Failure';
302303
}

S03-operators/precedence.t

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ eval_dies_ok '1, 2 Z 3, 4 X 5, 6',
237237
}
238238

239239
# RT 73266
240+
#?pugs todo
240241
{
241242
try { eval "say and die 3" };
242243
ok "$!" ~~ m:i/undefined <ws> routine .* \&and/,

0 commit comments

Comments
 (0)