cURL / Mailing Lists / curl-library / Single Mail

curl-library

four tests fail on Solaris 10 : 16 165 1034 1035

From: Dennis Clarke <dclarke_at_blastwave.org>
Date: Wed, 14 Aug 2013 14:02:55 -0400

I have four tests fail on Solaris 10 SPARC .. where should I look given the results below ?

node002$ /usr/local/bin/perl ./runtests.pl -a -v -d -k 16 165 1034 1035
CMD (0): ../src/curl --version 1>log/curlverout.log 2>log/curlvererr.log
********* System characteristics ********
* curl 7.32.0 (sparc-sun-solaris2.10)
* libcurl/7.32.0 OpenSSL/1.0.1e zlib/1.2.7 libidn/1.26 libssh2/1.4.3
* Features: IDN IPv6 Largefile NTLM NTLM_WB SSL libz TLS-SRP
* Host: node002
* System: SunOS node002 5.10 Generic_150400-01 sun4v sparc SUNW,T5240
* Server SSL: OFF libcurl SSL: ON
* debug build: OFF track memory: OFF
* valgrind: OFF HTTP IPv6 ON
* FTP IPv6 ON Libtool lib: OFF
* Shared build: yes
* SSL library: OpenSSL
* Ports:
* HTTP/8990 FTP/8992 FTP2/8995 RTSP/9007
* TFTP/8997 HTTP-IPv6/8994 RTSP-IPv6/9008 FTP-IPv6/8996
* GOPHER/9009 GOPHER-IPv6/9009
* SSH/8999 SOCKS/9000 POP3/9001 IMAP/9003 SMTP/9005
* POP3-IPv6/9002 IMAP-IPv6/9004 SMTP-IPv6/9006
* HTTPTLS/9011 HTTPTLS-IPv6/9012
* HTTP-PIPE/9014
*****************************************
startnew: perl -I. ./httpserver.pl --verbose --pidfile ".http_server.pid" --logfile "log/http_server.log" --ipv4 --port 8990 --srcdir "."
RUN: server/sws --pidfile ".http_server.pid" --logfile "log/http_server.log" --ipv4 --port 8990 --srcdir "."
RUN: ../src/curl --max-time 13 --output log/http_verify.out --silent --verbose --globoff "http://127.0.0.1:8990/verifiedserver" 2>log/http_verify.log
CMD (0): ../src/curl --max-time 13 --output log/http_verify.out --silent --verbose --globoff "http://127.0.0.1:8990/verifiedserver" 2>log/http_verify.log
RUN: HTTP server is now running PID 25520
* pid http => 25520 25521
test 016...[HTTP with proxy authorization]
../src/curl --output log/curl16.out --include --trace-ascii log/trace16 --trace-time -U fake@user:���looooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooong -x 127.0.0.1:8990 http://we.want.that.site.com/16 >log/stdout16 2>log/stderr16
CMD (0): ../src/curl --output log/curl16.out --include --trace-ascii log/trace16 --trace-time -U fake@user:���looooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooong -x 127.0.0.1:8990 http://we.want.that.site.com/16 >log/stdout16 2>log/stderr16

 16: protocol FAILED:
--- log/check-expected Wed Aug 14 17:58:28 2013
+++ log/check-generated Wed Aug 14 17:58:28 2013
@@ -1,5 +1,5 @@
 GET http://we.want.that.site.com/16 HTTP/1.1
-Proxy-Authorization: Basic ZmFrZUB1c2VyOqenp2xvb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29uZw==
+Proxy-Authorization: Basic ZmFrZUB1c2VyOsKnwqfCp2xvb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29uZw==
 Host: we.want.that.site.com
 Accept: */*
 Proxy-Connection: Keep-Alive
test 165...[HTTP over proxy with IDN host name]
../src/curl --output log/curl165.out --include --trace-ascii log/trace165 --trace-time http://www.%ef%bf%bd%ef%bf%bd%ef%bf%bd.se/page/165 -x 127.0.0.1:8990 >log/stdout165 2>log/stderr165
CMD (0): ../src/curl --output log/curl165.out --include --trace-ascii log/trace165 --trace-time http://www.%ef%bf%bd%ef%bf%bd%ef%bf%bd.se/page/165 -x 127.0.0.1:8990 >log/stdout165 2>log/stderr165

 165: protocol FAILED:
--- log/check-expected Wed Aug 14 17:58:29 2013
+++ log/check-generated Wed Aug 14 17:58:29 2013
@@ -1,5 +1,5 @@
-GET http://www.xn--4cab6c.se/page/165 HTTP/1.1
-Host: www.xn--4cab6c.se
+GET http://www.xn--bbab6cyjbb.se/page/165 HTTP/1.1
+Host: www.xn--bbab6cyjbb.se
 Accept: */*
 Proxy-Connection: Keep-Alive
 
test 1034...[HTTP over proxy with malformatted IDN host name]
../src/curl --output log/curl1034.out --include --trace-ascii log/trace1034 --trace-time http://invalid-utf8-%ef%bf%bd.local/page/1034 -x 127.0.0.1:8990 >log/stdout1034 2>log/stderr1034
CMD (0): ../src/curl --output log/curl1034.out --include --trace-ascii log/trace1034 --trace-time http://invalid-utf8-%ef%bf%bd.local/page/1034 -x 127.0.0.1:8990 >log/stdout1034 2>log/stderr1034

 1034: protocol FAILED:
--- log/check-expected Wed Aug 14 17:58:29 2013
+++ log/check-generated Wed Aug 14 17:58:29 2013
@@ -1,5 +1,5 @@
-GET http://invalid-utf8-%c3%a2./src/curl --output log/curl1035.out --include --trace-ascii log/trace1035 --trace-time http://too-long-IDN-name-c%ef%bf%bdrl-r%ef%bf%bdles-la-la-la-dee-da-flooby-nooby.local/page/1035 -x 127.0.0.1:8990 >log/stdout1035 2>log/stderr1035
CMD (0): ../src/curl --output log/curl1035.out --include --trace-ascii log/trace1035 --trace-time http://too-long-IDN-name-c%ef%bf%bdrl-r%ef%bf%bdles-la-la-la-dee-da-flooby-nooby.local/page/1035 -x 127.0.0.1:8990 >log/stdout1035 2>log/stderr1035

 1035: protocol FAILED:
--- log/check-expected Wed Aug 14 17:58:29 2013
+++ log/check-generated Wed Aug 14 17:58:29 2013
@@ -1,5 +1,5 @@
-GET http://too-long-IDN-name-c%c3%bcrl-r%c3%bcles-la-la-la-dee-da-flooby-nooby.local/page/1035 HTTP/1.1
-Host: too-long-IDN-name-cürl-rüles-la-la-la-dee-da-flooby-nooby.local
+GET http://too-long-IDN-name-c%c3%bcrl-r%c3%bcles-la-la-la-dee-da-flooby-nooby.local/page/1035 HTTP/1.1
+Host: too-long-IDN-name-cürl-rüles-la-la-la-dee-da-flooby-nooby.local
 Accept: */*
 Proxy-Connection: Keep-Alive
 
* kill pid for http => 25520
* kill pid for http => 25521
RUN: Process with pid 25520 signalled to die
RUN: Process with pid 25521 signalled to die
Terminated
RUN: Process with pid 25521 gracefully died
RUN: Process with pid 25520 forced to die with SIGKILL
TESTDONE: 0 tests out of 4 reported OK: 0%
TESTFAIL: These test cases failed: 16 165 1034 1035
TESTDONE: 4 tests were considered during 4 seconds.
node002$

Sorry is some of the utf8 chars fail to paste into the mail here.

Dennis

-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2013-08-14