Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Test hang in Y01
- X-seq: zsh-workers 26278
- From: "Vin Shelton" <acs@xxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Test hang in Y01
- Date: Sat, 10 Jan 2009 10:44:49 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender :to:subject:mime-version:content-type:content-transfer-encoding :content-disposition:x-google-sender-auth; bh=bZXFCXNbifkot98NSD3ESEah5chzkca/Fc6cUwrrk34=; b=oPXhJfPV3xVorFopsC6WZ1y4I4oQ2DUuHAt/PoaZNlZyC+GpoOH4EYK1HOqK+h7Cbs XF3fHUbLX0A22XsqGnEJbggJBTyT5A64yqgN/gS39uA7ZxYDpFkTdKfjkm/xPMLL6M+l ZByYD8ll9VqHjddMKWpKbbw18Mdo4Iv9WMkoE=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition:x-google-sender-auth; b=baWFo1wmsmAxMr9XgQ5Hs6UguKdT3FfiF6RWJ9JMlfQO8tp+mVlWsldM78wdDhVw63 OBoLXRlgSXsgHqZP1912rsuY+1lfXo7a06MzPyh0ygJxf81Sf2uk+OJq+505IHdfH6h+ AZ7JeAAoK/mMFKKnjtDQBsgsKkhA8NgliATd8=
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- Sender: ethersoft@xxxxxxxxx
Greetings -
With an up-to-date archive, I'm getting a hang in test Y01. Here's
what I found:
; ZTST_verbose=2 make TESTNUM=Y01 check
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-2009-01-09/Test/Y01*.ztst; \
do echo $f; done`" \
ZTST_srcdir="/opt/src/zsh-2009-01-09/Test" \
ZTST_exe=../Src/zsh \
../Src/zsh +Z -f /opt/src/zsh-2009-01-09/Test/runtests.zsh; then \
stat=0; \
else \
stat=1; \
fi; \
rm -rf Modules .zcompdump; \
exit $stat
/opt/src/zsh-2009-01-09/Test/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
ZTST_execchunk: status 0
ZTST_getchunk: read code chunk:
ZTST_getsect: read section name: test
ZTST_test: looking for new test
ZTST_test: examining line:
ZTST_test: examining line:
comptest $': \t\t\t\t\t\t\t'
ZTST_getchunk: read code chunk:
comptest $': \t\t\t\t\t\t\t'
ZTST_test: examining line:
>line: {: }{}
ZTST_getredir: read redir for '>':
line: {: }{}
DESCRIPTION:{file}
DI:{dir1}
DI:{dir2}
FI:{file1}
FI:{file2}
line: {: dir1/}{}
line: {: dir2/}{}
line: {: file1}{}
line: {: file2}{}
line: {: dir1/}{}
line: {: dir2/}{}
ZTST_test: examining line:
Running test: directories and files
ZTST_test: expecting status: 0
Input: /tmp/zsh.ztst.in.30417, output: /tmp/zsh.ztst.out.30417, error:
/tmp/zsh.ztst.terr.30417
The err file is empty. The output file contains only:
line: {: }{}
DESCRIPTION:{file}
DI:{dir1}
DI:{dir2}
FI:{file1}
FI:{file2}
line: {: dir1/}{}
line: {: dir2/}{}
line: {: file1}{}
line: {: file2}{}
line: {: dir1/}{}
line: {: dir2/}{}
Let me know if you need any more information.
Regards,
Vin
Messages sorted by:
Reverse Date,
Date,
Thread,
Author