Skip Menu |

This queue is for tickets about the HTML-HTML5-Parser CPAN distribution.

Report information
The Basics
Id: 80190
Status: open
Priority: 0/
Queue: HTML-HTML5-Parser

People
Owner: perl [...] toby.ink
Requestors: bohica [...] ntlworld.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in:
  • 0.206
  • 0.207_01
Fixed in: (no value)



Subject: 07ua.t fails
$ prove -vb t/07ua.t t/07ua.t .. 1..3 ok 1 - simple file response - status 200 ok 2 - simple HTTP response - status 200 HTTP response code was not 200 OK. (Set $opts{ignore_http_response_code} to ignore this error.) at t/07ua.t line 53. # Looks like you planned 3 tests but ran 2. # Looks like your test exited with 255 just after 2. Dubious, test returned 255 (wstat 65280, 0xff00) Failed 1/3 subtests Test Summary Report ------------------- t/07ua.t (Wstat: 65280 Tests: 2 Failed: 0) Non-zero exit status: 255 Parse errors: Bad plan. You planned 3 tests but ran 2. Files=1, Tests=2, 1 wallclock secs ( 0.02 usr 0.00 sys + 0.22 cusr 0.02 csys = 0.26 CPU) Result: FAIL This is perl 5, version 12, subversion 4 (v5.12.4) built for i686-linux-gnu-thread-multi-64int (with 45 registered patches, see perl -V for more detail) http_proxy=http://squid.easysoft.local:8080/ just in case that matters. I notice 3 other people have had this issue in the reports. I will look in to it myself later today. Martin -- Martin J. Evans Wetherby, UK
Thanks for the bug report. Hmmm... the proxy might be the issue I suppose. It's difficult to tell because the CPAN testers reports don't include "http_proxy" in the list of reported env variables. Next dev release I'll include a test which prints out some diagnostics like LWP/HTTP::Tiny version numbers, proxy env variables, etc.