Subject: | 2.4.0 test failures on perl 5.8.9 |
Date: | Sun, 17 Oct 2010 14:17:45 -0700 |
To: | bug-podlators [...] rt.cpan.org, rra [...] stanford.edu |
From: | Father Chrysostomos <sprout [...] cpan.org> |
I’ve just tried installing version 2.4.0 on perl 5.8.9. I get the following failures:
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl5.8.9 "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/basic............ok
t/color............ok
t/devise-date......ok
t/filehandle.......ok
t/man-heading......ok
t/man-options......ok
t/man-perlio.......ok
t/man-utf8.........ok
t/man..............NOK 29/31
# Failed test 'Output correct for test 27'
# at t/man.t line 62.
# got: '.SH "LINK TO URL"
# .IX Header "LINK TO URL"
# This is a link to a \s-1URL\s0.
# '
# expected: '.SH "LINK TO URL"
# .IX Header "LINK TO URL"
# This is a link <http://www.example.com/> to a \s-1URL\s0.
# '
t/man..............NOK 31/31
# Failed test 'Output correct for test 29'
# at t/man.t line 62.
# got: '.SH "TRAILING SPACE"
# .IX Header "TRAILING SPACE"
# Hello\
# .PP
# world
# .PP
# \&.
# .SH "POD ERRORS"
# .IX Header "POD ERRORS"
# Hey! \fBThe above document had some coding errors, which are explained below:\fR
# .IP "Around line 5:" 4
# .IX Item "Around line 5:"
# Unterminated S<...> sequence
# '
# expected: '.SH "TRAILING SPACE"
# .IX Header "TRAILING SPACE"
# Hello\
# .PP
# world\ \ \
# .PP
# \&.
# '
# Looks like you failed 2 tests of 31.
t/man..............dubious
Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 29, 31
Failed 2/31 tests, 93.55% okay
t/overstrike.......ok
t/parselink........ok
t/pod-parser.......ok
t/pod-spelling.....skipped
all skipped: Spelling tests only run for maintainer
t/pod..............ok
t/termcap..........ok
t/text-encoding....ok
t/text-options.....ok
t/text-perlio......ok
t/text-utf8........ok
t/text.............ok 1/8
# Failed test 'Output correct for test 3'
# at t/text.t line 52.
# got: 'Test of S<>
# This is some
#
# POD ERRORS
# Hey! The above document had some coding errors, which are explained
# below:
#
# Around line 3:
# Unterminated S<...> sequence
#
# '
# expected: 'Test of S<>
# This is some whitespace.
#
# '
t/text.............NOK 5/8
# Failed test 'Output correct for test 6'
# at t/text.t line 52.
# got: 'LINK TO URL
# This is a link to a URL.
#
# '
# expected: 'LINK TO URL
# This is a link <http://www.example.com/> to a URL.
#
# '
# Looks like you failed 2 tests of 8.
t/text.............dubious
Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 5, 8
Failed 2/8 tests, 75.00% okay
Failed Test Stat Wstat Total Fail List of Failed
-------------------------------------------------------------------------------
t/man.t 2 512 31 2 29 31
t/text.t 2 512 8 2 5 8
1 test skipped.
Failed 2/20 test scripts. 4/182 subtests failed.
Files=20, Tests=182, 6 wallclock secs ( 4.70 cusr + 0.59 csys = 5.29 CPU)
Failed 2/20 test programs. 4/182 subtests failed.