Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the WWW-Mechanize CPAN distribution.

Report information
The Basics
Id: 19035
Status: resolved
Priority: 0/
Queue: WWW-Mechanize

People
Owner: Nobody in particular
Requestors: dsteinbrunner [...] pobox.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.18
Fixed in: (no value)



Subject: Failed test '404 check'
Module: WWW::Mechanize 1.18 Perl: 5.8.5 OS: OpenBSD 3.6 While installing via cpan I go the following test failure: t/local/back............ok 3/38# Started http://localhost:3785/ t/local/back............NOK 28 # Failed test '404 check' # in t/local/back.t at line 148. # got: '500' # expected: '404' t/local/back............ok 38/38# Looks like you failed 1 test of 38. t/local/back............dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 28 Failed 1/38 tests, 97.37% okay (less 2 skipped tests: 35 okay, 92.11%) I do not have this problem from the following systems: OpenBSD 3.9 with perl 5.8.8 Mac OS X 10.4.6 with perl 5.8.6
I get the same failure here as well, installing either directly through cpanp or from a subshell. Linux 2.6.13.2 with perl v5.8.7 built for i486-linux-gnu-thread-multi t/local/back............ok 1/38# Started http://localhost:32813/ # Failed test '404 check' # in t/local/back.t at line 148. # got: '500' # expected: '404' t/local/back............ok 29/38# Looks like you failed 1 test of 38. t/local/back............dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 28 Failed 1/38 tests, 97.37% okay (less 2 skipped tests: 35 okay, 92.11%)
I'm going to assume this is fixed in 1.22.
From: dsteinbrunner [...] pobox.com
On Thu Apr 26 15:57:15 2007, PETDANCE wrote: Show quoted text
> I'm going to assume this is fixed in 1.22.
Nope... here are the updated stats and failure: Module: WWW::Mechanize 1.22 Perl: 5.8.5 OS: OpenBSD 3.6 t/local/back............ok 3/38# Started http://localhost:44940/ t/local/back............NOK 28 # Failed test '404 check' # in t/local/back.t at line 149. # got: '500' # expected: '404' t/local/back............ok 38/38# Looks like you failed 1 test of 38. t/local/back............dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 28 Failed 1/38 tests, 97.37% okay (less 2 skipped tests: 35 okay, 92.11%) The closest thing to that box that I could test with passes. Info on it follows: Module: WWW::Mechanize 1.22 Perl: 5.8.6 OS: OpenBSD 3.8 t/local/back............ok 3/38# Started http://localhost:3725/ t/local/back............ok 2/38 skipped: Test::Memory::Cycle not installed Since things are so close between them I figured I should look into module dependancies to see if I could come up with differences. All the LWP prereqs checked out, which is were I started, but I did find the older box had new versions of a few of WWW::Mech's prereqs. Differences follow: 36:/root# perl -MHTML::Parser -e 'print $HTML::Parser::VERSION, "\n"' 3.54 36:/root# perl -MHTML::TokeParser -e 'print $HTML::TokeParser::VERSION, "\n"' 2.37 36:/root# perl -MTest::More -e 'print $Test::More::VERSION, "\n"' 0.62 38# perl -MHTML::Parser -e 'print $HTML::Parser::VERSION, "\n"' 3.50 38# perl -MHTML::TokeParser -e 'print $HTML::TokeParser::VERSION, "\n"' 2.35 38# perl -MTest::More -e 'print $Test::More::VERSION, "\n"' 0.47 Which modules would you suggest might be more likely to be involved so I know were to start and should I downgrade the old boxes modules or upgrade the new boxes modules?