Subject: | Tk::Pod dies during make test |
Perl 5.8
Tk 800.024 with patch
Suse Linux
Tk-Pod-0.9919
Gets through make without warning, but dies during test phase:
# make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/basic......NOK 25# Test 25 got: ' at /usr/local/lib/perl5/site_perl/5.8.0/i686-linux/Tk/ItemStyle.pm line 21.
at /usr/local/lib/perl5/site_perl/5.8.0/i686-linux/Tk/Widget.pm line 254
' (t/basic.t at line 67 fail #3)
# Expected: '' (can't create Pod widget)
t/basic......FAILED tests 25, 32-33
Failed 3/33 tests, 90.91% okay (less 6 skipped tests: 24 okay, 72.73%)
t/cmdline....ok 1/6# Test 2 got: '65280' (t/cmdline.t at line 53 fail #2)
# Expected: '0'
t/cmdline....NOK 2# Test 3 got: '65280' (t/cmdline.t at line 53 fail #3)
# Expected: '0'
t/cmdline....NOK 3# Test 4 got: '65280' (t/cmdline.t at line 53 fail #4)
# Expected: '0'
t/cmdline....ok 5/6# Test 6 got: '65280' (t/cmdline.t at line 53 fail #5)
# Expected: '0'
t/cmdline....FAILED tests 2-4, 6
Failed 4/6 tests, 33.33% okay
t/podtree.... at /usr/local/lib/perl5/site_perl/5.8.0/i686-linux/Tk/ItemStyle.pm line 21.
at /usr/local/lib/perl5/site_perl/5.8.0/i686-linux/Tk/Widget.pm line 254
t/podtree....dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-2
Failed 2/2 tests, 0.00% okay
t/tkpod......ok
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/basic.t 33 3 9.09% 25 32-33
t/cmdline.t 6 4 66.67% 2-4 6
t/podtree.t 255 65280 2 2 100.00% 1-2
6 subtests skipped.
Failed 3/4 test scripts, 25.00% okay. 9/42 subtests failed, 78.57% okay.
make: *** [test_dynamic] Error 29