Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Test Failures from latest CVS sources



On my linux 2.6.2 box (heavily modified Mandrake 9.0 system), I'm
seeing some test failures in builds from the latest CVS sources:
All the Y0? completion tests are failing:


/opt/src/zsh-2004-02-18/Test/Y01completion.ztst: starting.
Test /opt/src/zsh-2004-02-18/Test/Y01completion.ztst failed: non-zero status from preparation code:
  comptestinit -z $ZTST_testdir/../Src/zsh &&
  {
    mkdir dir1 &&
    mkdir dir2 &&
    touch file1 &&
    touch file2
  }
/opt/src/zsh-2004-02-18/Test/Y01completion.ztst: test failed.
Test /opt/src/zsh-2004-02-18/Test/Y01completion.ztst failed: bad status 1, expected 0 from:
  comptest $': \t\t\t\t\t\t\t'
Was testing: directories and files
/opt/src/zsh-2004-02-18/Test/Y01completion.ztst: test failed.
/opt/src/zsh-2004-02-18/Test/Y02compmatch.ztst: starting.
Test /opt/src/zsh-2004-02-18/Test/Y02compmatch.ztst failed: non-zero status from preparation code:
  comptestinit -z $ZTST_testdir/../Src/zsh &&
  {
    list1=(IndianRed IndianRed2 IndianRed3 IndianRed4)
    test_code () {
        matcher=$1;
        list=$2;
        code="compdef _tst tst ; _tst () { echo -n '<COMPADD>';compadd -M '"
        code="$code$matcher"
        code="$code'  - ${(P)list} ; echo  -n '</COMPADD>'"
        code="$code; $extra_cmd"
        code="$code; echo -n '<INSERT_POSITIONS>'"
        code="$code; echo \$compstate[insert_positions]"
        code="$code; echo -n '</INSERT_POSITIONS>'"
        code="$code}"
        comptesteval "$code"
    }
  }
/opt/src/zsh-2004-02-18/Test/Y02compmatch.ztst: test failed.
Test /opt/src/zsh-2004-02-18/Test/Y02compmatch.ztst failed: bad status 1, expected 0 from:
 test_code z: list1
 comptest  $'tst \t'
Error output:
(eval):1: command not found: test_code
Was testing: Match Error for "z:"
/opt/src/zsh-2004-02-18/Test/Y02compmatch.ztst: test failed.
/opt/src/zsh-2004-02-18/Test/Y03arguments.ztst: starting.
Test /opt/src/zsh-2004-02-18/Test/Y03arguments.ztst failed: non-zero status from preparation code:
  comptestinit -z $ZTST_testdir/../Src/zsh &&
  {
    comptesteval 'compdef _tst tst'
    tst_arguments () { comptesteval "_tst () { _arguments ${${(@qq)*}} }" }
  }
/opt/src/zsh-2004-02-18/Test/Y03arguments.ztst: test failed.
Test /opt/src/zsh-2004-02-18/Test/Y03arguments.ztst failed: bad status 1, expected 0 from:
 tst_arguments ':desc1:(arg1)'
 comptest $'tst \t\C-wa\t\C-war\t\C-warg\t\C-warg1\t\C-wr\t\C-wx\t \ty \t'
Error output:
(eval):1: command not found: tst_arguments
Was testing: one non-option argument
/opt/src/zsh-2004-02-18/Test/Y03arguments.ztst: test failed.
make[1]: [check] Error 1 (ignored)

zsh configuration
-----------------
zsh version               : 4.1.1-dev-1
host operating system     : i686-pc-linux-gnu
source code location      : /opt/src/zsh-2004-02-18
compiler                  : icc
preprocessor flags        : -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
executable compiler flags : -O3 -tpp6 -axK -xK -ip 
module compiler flags     : -O3 -tpp6 -axK -xK -ip  -fPIC
executable linker flags   : -i_dynamic  -rdynamic
module linker flags       : -i_dynamic  -shared
library flags             : -ldl -lnsl -lcurses -lm  -lc
installation basename     : zsh
binary install path       : /usr/local/zsh-2004-02-18/bin
man page install path     : /usr/local/zsh-2004-02-18/man
info install path         : /usr/local/zsh-2004-02-18/info
functions install path    : /usr/local/share/zsh/4.1.1-dev-1/functions

  - Vin



Messages sorted by: Reverse Date, Date, Thread, Author