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

A05 Test Hang



With latest sources, I'm getting a hang up on A05:

 ZTST_VERBOSE=3 make TESTNUM=A05 check
cd Test ; make check
make[1]: Entering directory `/raid-3tb/opt/build/zsh-2015-01-25/Test'
if test -n "gcc"; then \
 cd .. && DESTDIR= \
 make MODDIR=`pwd`/Test/Modules install.modules > /dev/null; \
fi
if ZTST_testlist="`for f in /opt/src/zsh-2015-01-25/Test/A05*.ztst; \
           do echo $f; done`" \
ZTST_srcdir="/opt/src/zsh-2015-01-25/Test" \
ZTST_exe=../Src/zsh \
../Src/zsh +Z -f /opt/src/zsh-2015-01-25/Test/runtests.zsh; then \
stat=0; \
else \
stat=1; \
fi; \
sleep 1; \
rm -rf Modules .zcompdump; \
exit $stat
/opt/src/zsh-2015-01-25/Test/A05execution.ztst: starting.
This test takes 5 seconds to fail...

^C (intr) does not interrupt; I have to ^Z (suspend) and kill the job.

  - Vin



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