cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: Multiple `make check' failures of curl-7.18.X

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Tue, 12 Aug 2008 09:21:26 +0200 (CEST)

On Mon, 11 Aug 2008, Andy Tsouladze wrote:

> andyt_at_mate: tests> diff runtests.pl runtests.pl.orig
> 390c390
> < if( -x "$_/$cmd" && ! -d "$_/$cmd") {
> ---
>> if( -x "$_/$cmd") {

Thanks, this has now been committed! (please consider using diff -u for future
patches)

> stunnel exited with 16777215!
> RUN: failed to start the HTTPS server
> test 350...FAILED
>
> It seems like the first failed test is 350. This is not true though. In
> fact, it is 300. What happens is, when test 300 runs, runtests.pl calls
> httpsserver.pl, which fails with the "stunnel exited ..." message, and no
> information about test 300 ever appears on STDOUT. This is misleading. I
> guess it would be useful if the line
> 1863: logmsg sprintf("test %03d...", $testnum);
> could be executed earlier, as soon as it becomes clear that the test should
> not be skipped.

I must admit that I can't see the problem in the code. Can you post a patch
for this as well?

-- 
  / daniel.haxx.se
-------------------------------------------------------------------
List admin: http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-users
FAQ:        http://curl.haxx.se/docs/faq.html
Etiquette:  http://curl.haxx.se/mail/etiquette.html
Received on 2008-08-12