I'm running perl, v5.8.0 built for cygwin-multi-64int.
Has anyone encountered this and have a fix?
If not, how do I debug this?
Thanks, Steve Kelem
Here are the results of make test:
/usr/bin/perl.exe t/TEST 0
base/common-req.......ok
base/cookies..........ok
base/date.............ok
base/headers-auth.....ok
base/headers-etag.....ok
base/headers-util.....ok
base/headers..........ok
base/http.............ok
base/listing..........ok
base/mediatypes.......ok
base/message..........ok
base/negotiate........ok
base/response.........ok
base/status...........ok
base/ua...............ok
html/form.............ok
robot/rules-dbm.......ok
robot/rules...........ok
robot/ua-get..........FAILED tests 2-3, 5, 7
Failed 4/7 tests, 42.86% okay
robot/ua..............FAILED tests 2-3, 5, 7
Failed 4/7 tests, 42.86% okay
local/autoload-get....ok
local/autoload........ok
local/get.............ok
local/http-get........Can't call method "is_redirect" on an undefined value at local/http-get.t line 214, <DAEMON> line 1.
HTTP Server terminated
dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-19
Failed 19/19 tests, 0.00% okay
local/http............Can't call method "is_redirect" on an undefined value at local/http.t line 188, <DAEMON> line 1.
HTTP Server terminated
dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-18
Failed 18/18 tests, 0.00% okay
local/protosub........ok
Failed 4/26 test scripts, 84.62% okay. 45/343 subtests failed, 86.88% okay.
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
local/http-get.t 255 65280 19 19 100.00% 1-19
local/http.t 255 65280 18 18 100.00% 1-18
robot/ua-get.t 7 4 57.14% 2-3 5 7
robot/ua.t 7 4 57.14% 2-3 5 7
make: *** [test] Error 29
I tried the following, but the "verbose" feature isn't verbose enough... % ./TEST -v robot/ua-get.t robot/ua-get....1..7 Will access HTTP server at http://skelem:3740/ ok 1 not ok 2 not ok 3 ok 4 Terminating server... not ok 5 ok 6 not ok 7 FAILED tests 2-3, 5, 7 Failed 4/7 tests, 42.86% okay Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- robot/ua-get.t 7 4 57.14% 2-3 5 7 Failed 1/1 test scripts, 0.00% okay. 4/7 subtests failed, 42.86% okay.
