szbalint / WWW--Curl

Perl binding for libcurl
http://curl.haxx.se
Other
28 stars 19 forks source link

constants test fails on curl 7.15.5 #3

Open otterley opened 13 years ago

otterley commented 13 years ago

00-constants.t is failing against curl 7.15.5 (which ships with CentOS/RHEL 5):

t/00constants.t ........... 1/399 
#   Failed test 'CURL_SOCKET_BAD is defined alright - Invalid argument'
#   at t/00constants.t line 59.
bpopovic commented 13 years ago

I have a similar problem with Curl 7.20.1 on Slackware 13.1. The errors with wich 00constants.t fails are: CURLE_CHUNK_FAILED and CURLE_FTP_BAD_FILE_LIST.

t/00constants.t ........... 1/583 
#   Failed test 'CURLE_CHUNK_FAILED is defined alright - Invalid argument'
#   at t/00constants.t line 59.
#   Failed test 'CURLE_FTP_BAD_FILE_LIST is defined alright - Invalid argument'
#   at t/00constants.t line 59.
nicdoye commented 12 years ago

Just had the same as @otterley on CentOS 5.6

The versions of curl/curl-devel are:

curl-7.15.5-9.el5_7.4 curl-devel-7.15.5-9.el5_7.4

x09 commented 12 years ago
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t
t/00constants.............
#   Failed test 'CURL_SOCKET_BAD is defined alright - Invalid argument'
#   at t/00constants.t line 59.
# Looks like you failed 1 test of 399.
t/00constants.............dubious
....
....
Failed Test     Stat Wstat Total Fail  Failed  List of Failed
-------------------------------------------------------------------------------
t/00constants.t    1   256   399    1   0.25%  378
5 tests skipped.
Failed 1/22 test scripts, 95.45% okay. 1/597 subtests failed, 99.83% okay.
make: *** [test_dynamic] Error 255
  /usr/bin/make test -- NOT OK
Running make install
  make test had returned bad status, won't install without force

curl-7.15.5-9.el5_7.4 curl-devel-7.15.5-9.el5_7.4

CentOS release 5.3

perl, v5.8.8

zba commented 12 years ago

same here