File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -1483,7 +1483,7 @@ for my $test (@SCHEDULE) {
14831483
14841484 SKIP:
14851485 {
1486- skip $test -> {skip_reason }, $test -> {_planned } if $test -> {skip };
1486+ skip " $test ->{skip_reason}" , int ( $test -> {_planned }) if $test -> {skip };
14871487
14881488 local $ENV {HARNESS_TIMER };
14891489
Original file line number Diff line number Diff line change @@ -355,9 +355,10 @@ sub test_handler {
355355
356356 SKIP:
357357 {
358- my $planned = 1;
358+ %int ::; # init the coretype if missing
359+ my int $planned = 1;
359360 $planned += 1 + scalar @{ $test -> {output } } if $test -> {output };
360- skip $test -> {skip_reason }, $planned if $test -> {skip };
361+ skip " $test ->{skip_reason}" , $planned if $test -> {skip };
361362
362363 my $source = TAP::Parser::Source-> new;
363364 $source -> raw( $test -> {raw } ) if $test -> {raw };
You can’t perform that action at this time.
0 commit comments