I can't reproduce, which patch did you use, the latter ? t/apache/chunkinput.t .. 1..9 # Running under perl version 5.010001 for linux # Current time local: Thu Sep 19 15:23:54 2013 # Current time GMT: Thu Sep 19 13:23:54 2013 # Using Test.pm version 1.25_02 # Using Apache/Test.pm version 1.38 testing default ok 1 # testing : response codes # expected: HTTP/1.1 200 OK # received: HTTP/1.1 200 OK ok 2 # testing : trailer (pid) # expected: 14984 # received: 14984 ok 3 ok 4 # testing : response codes # expected: HTTP/1.1 404 Not Found # received: HTTP/1.1 404 Not Found ok 5 ok 6 # testing : response codes # expected: HTTP/1.1 413 Request Entity Too Large # received: HTTP/1.1 413 Request Entity Too Large ok 7 ok 8 # testing : response codes # expected: HTTP/1.1 413 Request Entity Too Large # received: HTTP/1.1 413 Request Entity Too Large ok 9 ok All tests successful. Files=1, Tests=9, 0 wallclock secs ( 0.02 usr 0.00 sys + 0.41 cusr 0.15 csys = 0.58 CPU) Result: PASS
On Thu, Sep 19, 2013 at 1:46 PM, Jim Jagielski <[email protected]> wrote: > Unfortunately, it fails tests: > > t/apache/chunkinput.t .. > 1..9 > # Running under perl version 5.012004 for darwin > # Current time local: Thu Sep 19 07:42:53 2013 > # Current time GMT: Thu Sep 19 11:42:53 2013 > # Using Test.pm version 1.25_02 > # Using Apache/Test.pm version 1.38 > testing default > ok 1 > # testing : response codes > # expected: HTTP/1.1 200 OK > # received: HTTP/1.1 400 Bad Request > not ok 2 > # testing : trailer (pid) > # expected: 73948 > # received: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> > not ok 3 > ok 4 > # Failed test 2 in t/apache/chunkinput.t at line 60 > # Failed test 3 in t/apache/chunkinput.t at line 71 > # testing : response codes > # expected: HTTP/1.1 404 Not Found > # received: HTTP/1.1 400 Bad Request > not ok 5 > # Failed test 5 in t/apache/chunkinput.t at line 60 fail #2 > ok 6 > # testing : response codes > # expected: HTTP/1.1 413 Request Entity Too Large > # received: HTTP/1.1 400 Bad Request > not ok 7 > # Failed test 7 in t/apache/chunkinput.t at line 60 fail #3 > ok 8 > # testing : response codes > # expected: HTTP/1.1 413 Request Entity Too Large > # received: HTTP/1.1 400 Bad Request > not ok 9 > # Failed test 9 in t/apache/chunkinput.t at line 60 fail #4 > Failed 5/9 subtests > > Test Summary Report > ------------------- > t/apache/chunkinput.t (Wstat: 0 Tests: 9 Failed: 5) > Failed tests: 2-3, 5, 7, 9 > Files=1, Tests=9, 0 wallclock secs ( 0.02 usr 0.01 sys + 0.33 cusr > 0.18 csys = 0.54 CPU) > Result: FAIL > Failed 1/1 test programs. 5/9 subtests failed. > [warning] server localhost:8529 shutdown > [ error] error running tests (please examine t/logs/error_log) > > > On Sep 18, 2013, at 7:39 PM, Yann Ylavic <[email protected]> wrote: > > > Thanks, > > > > here is the latest patch. > > > >
