Subject: | WWW::Mechanize fail live/back and live/overload in Perl 5.87 in SUSE 10 |
While installing WWW::Mechanize in SUSE 10 I have the following failure.
t/live/back.............ok 1/32
# Failed test 'Followed OK'
# in t/live/back.t at line 20.
t/live/back.............ok 28/32# Looks like you failed 1 test of 32.
t/live/back.............dubious
Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 4
Failed 1/32 tests, 96.88% okay
t/live/click............ok
t/live/follow...........ok
t/live/follow_link......ok
t/live/form.............ok
t/live/get..............ok 12/26Parsing of undecoded UTF-8 will give
garbage whe
n decoding entities at
/home/guanboon/Download/WWW-Mechanize-1.16/blib/lib/WWW/M
echanize.pm line 449.
t/live/get..............ok
t/live/reload...........ok
t/live/submit...........ok
t/local/back............ok 1/38# Started http://localhost:1039/
t/local/back............ok
t/local/click...........ok 1/10# Started http://localhost:1041/
t/local/click...........ok
t/local/click_button....ok 1/18# Started http://localhost:1042/
t/local/click_button....ok
t/local/failure.........ok 1/17# Started http://localhost:1043/
t/local/failure.........ok
t/local/follow..........ok 1/28# Started http://localhost:1044/
t/local/follow..........ok
t/local/form............ok 1/16# Started http://localhost:1045/
t/local/form............ok
t/local/get.............ok 1/37# Started http://localhost:1046/
t/local/get.............ok
t/local/overload........ok 1/11# Started http://localhost:1047/
Use of uninitialized value in pattern match (m//) at t/local/overload.t
line 69,
<$server> line 1.
# Failed test 'Standard mech chokes on bogus HTML'
# in t/local/overload.t at line 69.
# undef
# doesn't match '(?i-xsm:bad.*select)'
t/local/overload........NOK 4# Looks like you failed 1 test of 11.
t/local/overload........dubious
Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 4
Failed 1/11 tests, 90.91% okay
t/local/page_stack......ok 1/11# Started http://localhost:1048/
t/local/page_stack......ok
t/local/referer.........ok
t/local/reload..........ok 1/16# Started http://localhost:1050/
t/local/reload..........ok
t/local/submit..........ok 1/15# Started http://localhost:1051/
t/local/submit..........ok
t/mech-dump.............ok
t/new...................ok
t/pod-coverage..........skipped
all skipped: Test::Pod::Coverage 1.04 required for testing POD
coverage
t/pod...................ok
t/regex-error...........skipped
all skipped: Test::Warn required to test t/regex-error.t
t/select................ok
t/taint.................skipped
all skipped: Test::Taint required for checking taintedness
t/tick..................ok
t/upload................ok
t/warn..................skipped
all skipped: Test::Warn required to test warn
t/warnings..............skipped
all skipped: Test::Warn required to test warnings
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/live/back.t 1 256 32 1 3.12% 4
t/local/overload.t 1 256 11 1 9.09% 4
6 tests skipped.
Failed 2/49 test scripts, 95.92% okay. 2/594 subtests failed, 99.66% okay.
make: *** [test_dynamic] Error 255
Regards
Guan-Boon