t/51-click_button.t ............... Got status code 500 at t/51-click_button.t line 32 # Looks like your test exited with 255 before it could output anything. t/51-click_button.t ............... Dubious, test returned 255 (wstat 65280, 0xff00) Failed 13/13 subtests (...) t/70-real-status.t ................ 9/11 # Failed test 'We got the correct error number (404)' # at t/70-real-status.t line 61. # got: '500' # expected: '404' # Looks like you failed 1 test of 11. t/70-real-status.t ................ Dubious, test returned 1 (wstat 256, 0x100) Failed 1/11 subtests (...) t/75-save_url-cookies.t ........... 4/8 # Failed test 'We sent the magic cookie' # at t/75-save_url-cookies.t line 58. # 'Request: # GET / HTTP/1.1 # Connection: keep-alive # Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 # Accept-Encoding: gzip, deflate # Accept-Language: en-us,en;q=0.5 # Host: localhost:56864 # User-Agent: Mozilla/5.0 (X11; Linux i686; rv:10.0) Gecko/20100101 Firefox/10.0 # Cookie: log-server-httponly=supersecret; log-server=shazam2 # # # ' # doesn't match '(?^m:^Cookie:.*? www_mechanize_firefox_test\=t\/75\-save_url\-cookies\.t\-shazam)' t/75-save_url-cookies.t ........... 6/8 # Failed test 'We sent the magic cookie' # at t/75-save_url-cookies.t line 67. # 'Request: # GET /save_url_test HTTP/1.1 # Connection: keep-alive # Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 # Accept-Encoding: gzip, deflate # Accept-Language: en-us,en;q=0.5 # Host: localhost:56864 # User-Agent: Mozilla/5.0 (X11; Linux i686; rv:10.0) Gecko/20100101 Firefox/10.0 # Cookie: log-server-httponly=supersecret; log-server=shazam2 # # # ' # doesn't match '(?^m:^Cookie:.*? www_mechanize_firefox_test\=t\/75\-save_url\-cookies\.t\-shazam)' # Looks like you failed 2 tests of 8. t/75-save_url-cookies.t ........... Dubious, test returned 2 (wstat 512, 0x200) Failed 2/8 subtests