Subject: | HTTP-Server-Simple breaks |
Running make test
PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t
t/00smoke..........ok
t/01live...........ok 4/10# started server on 94797
t/01live...........ok
t/02pod............ok
t/03podcoverage....ok
t/04cgi............ok 5/20
# Failed test (t/04cgi.t at line 43)
t/04cgi............NOK 6# 'HTTP/1.0 200 OK
# Content-Type: text/html
# Content-Length: 32
#
# url: http://dev.thefeed.no:13432'
# doesn't match '(?-xism:url: http://localhost:13432)'
t/04cgi............NOK 9
# Failed test (t/04cgi.t at line 43)
# 'HTTP/1.0 200 OK
# Content-Type: text/html
# Content-Length: 27
#
# server_name: dev.thefeed.no'
# doesn't match '(?-xism:server_name: localhost)'
t/04cgi............NOK 10
# Failed test (t/04cgi.t at line 52)
# 'HTTP/1.0 200 OK
# Content-Type: text/html
# Content-Length: 27
#
# SERVER_NAME: dev.thefeed.no'
# doesn't match '(?-xism:SERVER_NAME: localhost)'
t/04cgi............NOK 11
# Failed test (t/04cgi.t at line 52)
# 'HTTP/1.0 200 OK
# Content-Type: text/html
# Content-Length: 26
#
# REMOTE_ADDR: 213.238.32.74'
# doesn't match '(?-xism:REMOTE_ADDR: 127.0.0.1)'
t/04cgi............NOK 18
# Failed test (t/04cgi.t at line 52)
# 'HTTP/1.0 200 OK
# Content-Type: text/html
# Content-Length: 40
#
# SERVER_URL: http://dev.thefeed.no:13432/'
# doesn't match '(?-xism:SERVER_URL: http://localhost:13432/)'
t/04cgi............ok 20/20# Looks like you failed 5 tests of 20.
t/04cgi............dubious
Test returned status 5 (wstat 1280, 0x500)
DIED. FAILED tests 6, 9-11, 18
Failed 5/20 tests, 75.00% okay
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/04cgi.t 5 1280 20 5 25.00% 6 9-11 18
Failed 1/5 test scripts, 80.00% okay. 5/44 subtests failed, 88.64% okay.
*** Error code 2
Stop in /root/.cpan/build/HTTP-Server-Simple-0.15.
/usr/bin/make test -- NOT OK
Running make install
m