Subject: | "make test" hangs on Cygwin |
The "make test" step hangs. The module appears to work just fine if I
interrupt the "make test" and run "make install", though. Here is the
result from "make test" until I interrupt it:
$ make test
PERL_DL_NONLAZY=1 /usr/bin/perl.exe "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib/lib', 'blib/arch')" t/00-load.t t/add_header.t
t/aliases.t t/area_link.t t/autocheck.t t/clone.t t/cookies.t
t/credentials-api.t t/credentials.t t/die.t t/field.t t/find_frame.t
t/find_image.t t/find_inputs.t t/find_link-warnings.t t/find_link.t
t/find_link_id.t t/form-parsing.t t/frames.t t/image-new.t
t/image-parse.t t/link-base.t t/link-relative.t t/link.t t/new.t
t/pod-coverage.t t/pod.t t/regex-error.t t/save_content.t t/select.t
t/taint.t t/tick.t t/untaint.t t/upload.t t/warn.t t/warnings.t
t/local/back.t t/local/click.t t/local/click_button.t t/local/failure.t
t/local/follow.t t/local/form.t t/local/get.t t/local/overload.t
t/local/page_stack.t t/local/referer.t t/local/reload.t t/local/submit.t
t/live/encoding.t t/live/wikipedia.t t/mech-dump/mech-dump.t
t/00-load.t .............. 1/2 # Testing WWW::Mechanize 1.66, with LWP
5.837, Perl 5.010001, /usr/bin/perl
# Test::Memory::Cycle is not installed.
t/00-load.t .............. ok
t/add_header.t ........... ok
t/aliases.t .............. ok
t/area_link.t ............ ok
t/autocheck.t ............ ok
t/clone.t ................ ok
t/cookies.t .............. # Test server http://127.0.0.1:33612 as PID 5952
t/cookies.t .............. ok
t/credentials-api.t ...... ok
t/credentials.t .......... ok
t/die.t .................. ok
t/field.t ................ ok
t/find_frame.t ........... ok
t/find_image.t ........... ok
t/find_inputs.t .......... ok
t/find_link-warnings.t ... ok
t/find_link.t ............ ok
t/find_link_id.t ......... ok
t/form-parsing.t ......... ok
t/frames.t ............... ok
t/image-new.t ............ ok
t/image-parse.t .......... ok
t/link-base.t ............ ok
t/link-relative.t ........ ok
t/link.t ................. ok
t/live/encoding.t ........ ok
t/live/wikipedia.t ....... 1/15 Error GETing http://en.wikipedia.org/:
Can't connect to en.wikipedia.org:80 (Bad hostname 'en.wikipedia.org')
at t/live/wikipedia.t line 26
# Looks like you planned 15 tests but ran 2.
# Looks like your test exited with 22 just after 2.
t/live/wikipedia.t ....... Dubious, test returned 22 (wstat 5632, 0x1600)
Failed 13/15 subtests
t/local/back.t ........... 1/47 # Started http://localhost:3586/
make: *** [test_dynamic] Interrupt