Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
make test hangs on the Y tests
- X-seq: zsh-workers 28775
- From: Vincent Stemen <vince.lists@xxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: make test hangs on the Y tests
- Date: Fri, 18 Feb 2011 22:25:29 -0600
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- Sender: Vincent Stemen <vince@xxxxxxxxxxx>
Hi.  On the master branch from git as of yesterday, running "make test"
hangs when it gets to the Y01completion test.  It seems to hang on any
of the 'Y' tests.
    # ZTST_verbose=2 make TESTNUM=Y test
    cd Test ; make check
    if test -n "gcc"; then  cd .. && DESTDIR=  make MODDIR=`pwd`/Test/Modules install.modules > /dev/null;  fi
    if ZTST_testlist="`for f in ./Y*.ztst;  do echo $f; done`"  ZTST_srcdir="."  ZTST_exe=../Src/zsh  ../Src/zsh +Z -f ./runtests.zsh; then  stat=0;  else  stat=1;  fi;  sleep 1;  rm -rf Modules .zcompdump;  exit $stat
    ./Y01completion.ztst: starting.
    ZTST_getsect: read section name: prep
    ZTST_getchunk: read code chunk:
      if ( zmodload -i zsh/zpty ) >/dev/null 2>&1; then
        . $ZTST_srcdir/comptest
        mkdir comp.tmp
        cd comp.tmp
        comptestinit -z $ZTST_testdir/../Src/zsh &&
        {
          mkdir dir1 &&
          mkdir dir2 &&
          touch file1 &&
          touch file2
        }
      else
        ZTST_unimplemented="the zsh/zpty module is not available"
      fi
    ^C
As you can see at the bottom, I eventually hit ^C to break out.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author