cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: make test on opensolairs

From: Aleksandar Lazic <al-curllibrary_at_none.at>
Date: Fri, 13 Jun 2008 23:04:24 +0200

On Fre 13.06.2008 13:37, Dan Fandrich wrote:
>On Fri, Jun 13, 2008 at 05:12:23PM +0200, Aleksandar Lazic wrote:
>> today I have build curl-7.18.2 on opensolaris 2008.5 and got the
>> follwoing output after 'make test'.
>>
>> Maybe this is a kownbug?!
>>
>> ###
>> RUN: SFTP server failed verification
>
>This looks like a failure to determine an appropriate set of options to
>use Sun SSH. It's not a test failure per se, and it appears that the
>test harness correctly skipped those tests that required the server.
>It's something that ought to be fixed in the test harness, but it won't
>cause test failures.

Ok.

>> TESTDONE: 381 tests out of 382 reported OK: 99%
>> TESTFAIL: These test cases failed: 1004
>
>This it only thing to worry about. Test case 1004 doesn't require the
>SSH server, so it's worrysome that it's failing. Can you post the logs
>for just this test failure?

this is the output on the console:

###
curl-7.18.2/tests $ ./runtests.pl -v 1004
********* System characteristics ********
* curl 7.18.2 (i386-pc-solaris2.11)
* libcurl/7.18.2 OpenSSL/0.9.8a zlib/1.2.3
* Features: IPv6 Largefile NTLM SSL libz
* Host: osvbx
* System: SunOS osvbx 5.11 snv_86 i86pc i386 i86pc
* Server SSL: OFF
* libcurl SSL: ON
* libcurl debug: OFF
* valgrind: OFF
* HTTP IPv6 ON
* FTP IPv6 ON
* HTTP port: 8990
* FTP port: 8992
* FTP port 2: 8995
* HTTP IPv6 port: 8994
* FTP IPv6 port: 8996
* TFTP port: 8997
* SCP/SFTP port: 8999
* SOCKS port: 9000
* SSL library: OpenSSL
* Libtool lib: OFF
*****************************************
startnew: perl -I. ./httpserver.pl -p .http.pid 8990
CMD; ../src/curl -m13 -o log/verifiedserver -ksvg "http://127.0.0.1:8990/verifiedserver" 2>log/verifyhttp
RUN: HTTP server is now running PID 520
* pid http => 520 520
test 1004...[HTTP GET with empty proxy]
../src/curl --output log/curl1004.out --include -v --trace-time http://127.0.0.1:8990/1004 --proxy "" >>log/stdout1004 2>>log/stderr1004

  data FAILED:
--- log/check-expected Fri Jun 13 22:59:27 2008
+++ log/check-generated Fri Jun 13 22:59:27 2008
@@ -1,12 +1,0 @@
-HTTP/1.1 200 OK
-Date: Thu, 09 Nov 2010 14:49:00 GMT
-Server: test-server/fake
-Last-Modified: Tue, 13 Jun 2000 12:10:00 GMT
-ETag: "21025-dc7-39462498"
-Accept-Ranges: bytes
-Content-Length: 6
-Connection: close
-Content-Type: text/html
-Funny-head: yesyes
-
--foo-

  - abort tests
* kill pid for http => 520
RUN: Test server pid 520 signalled to die
TESTDONE: 0 tests out of 1 reported OK: 0%
TESTFAIL: These test cases failed: 1004
TESTDONE: 1 tests were considered during 2 seconds.
###

The logs are attached as tar.bz file.

Aleks

Received on 2008-06-13