Project

General

Profile

Actions

Bug #228

closed

Fixes for tests

Added by Anonymous over 18 years ago. Updated over 17 years ago.

Status:
Fixed
Priority:
Normal
Category:
core
Target version:
-
ASK QUESTIONS IN Forums:

Description

Attached are two patches that fix issues I described previously (http://butsugenjitemple.org/~ka0ttic/lighttpd-tests.txt).

Once applied, however, it looks like the mod_fastcgi test isn't fully skipped like it should be, and thus fails. I just glanced at mod_fastcgi.t but I'm not sure what the correct fix for this would be.


preparing infrastructure                PASS: prepare.sh
./core-var-include....ok                                                     
./mod-auth............ok                                                     
./mod-rewrite.........ok                                                     
        5/5 skipped: no PHP running on port 1026
./core-request........ok                                                     
./core-response.......ok                                                     
./core................ok                                                     
./mod-compress........ok                                                     
./mod-fastcgi.........ok 1/44# Looks like you planned 44 tests but only ran 43.
./mod-fastcgi.........dubious                                                
    Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 44
    Failed 1/44 tests, 97.73% okay (less 43 skipped tests: 0 okay, 0.00%)
./mod-redirect........ok                                                     
./mod-cgi.............ok                                                     
./mod-userdir.........ok                                                     
./mod-access..........ok                                                     
./core-condition......ok                                                     
./request.............ok                                                     
Failed Test     Stat Wstat Total Fail  Failed  List of Failed
-------------------------------------------------------------------------------
./mod-fastcgi.t    1   256    44    2   4.55%  44
48 subtests skipped.
Failed 1/14 test scripts, 92.86% okay. 1/196 subtests failed, 99.49% okay.
FAIL: run-tests.pl
cleaning up                             PASS: cleanup.sh

-- Aaron Walker <ka0ttic


Files

lighttpd-1.4.1-runtime-module-dir.diff (2.86 KB) lighttpd-1.4.1-runtime-module-dir.diff Allows modules directory to be configured at run-time -- Aaron Walker <ka0ttic Anonymous, 2005-08-25 01:53
lighttpd-1.4.1-no-writes-outside-top_srcdir.2.diff (27.1 KB) lighttpd-1.4.1-no-writes-outside-top_srcdir.2.diff Don't write outside $(top_srcdir) -- Aaron Walker <ka0ttic Anonymous, 2005-08-25 01:55
Actions #1

Updated by Anonymous over 18 years ago

bah one thing I just noticed. I forgot to add the "-m ".$self->{BASEDIR}."/src/.libs" to the valgrind call in LightyTest.pm

-- Aaron Walker <ka0ttic

Actions #2

Updated by jan over 18 years ago

  • Status changed from New to Fixed
  • Resolution set to fixed

added in r640

Actions

Also available in: Atom