Ticket #425: tt425.patch
| File tt425.patch, 1.1 KB (added by rg, 4 years ago) |
|---|
-
t/op/pushaction.t
97 97 main 98 98 OUTPUT 99 99 100 pir_output_is( <<'CODE', <<'OUTPUT', "pushaction as closure" ); 100 $ENV{TEST_PROG_ARGS} ||= ''; 101 my @todo = $ENV{TEST_PROG_ARGS} =~ /--run-pbc/ 102 ? ( todo => 'lexicals not thawed properly from PBC, RT #60652' ) 103 : (); 104 pir_output_is( <<'CODE', <<'OUTPUT', "pushaction as closure", @todo ); 101 105 .sub main :main 102 106 .local pmc a 103 107 .lex 'a', a -
t/pmc/sub.t
1454 1436 I can has outer? 1455 1437 OUTPUT 1456 1438 1457 pir_output_is( <<'CODE', <<'OUTPUT', ':outer with identical sub names' ); 1439 $ENV{TEST_PROG_ARGS} ||= ''; 1440 my @todo = $ENV{TEST_PROG_ARGS} =~ /--run-pbc/ 1441 ? ( todo => 'lexicals not thawed properly from PBC, RT #60652' ) 1442 : (); 1443 pir_output_is( <<'CODE', <<'OUTPUT', ':outer with identical sub names', @todo ); 1458 1444 .sub 'main' :main 1459 1445 $P0 = get_hll_global ['ABC'], 'outer' 1460 1446 $P0('ABC lex')
