Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: 4.2.0-pre-1
- X-seq: zsh-users 7095
- From: "S. Cowles" <scowles@xxxxxxxxxxxxx>
- To: Peter Stephenson <pws@xxxxxxx>, zsh-users@xxxxxxxxxx (Zsh users list)
- Subject: Re: 4.2.0-pre-1
- Date: Sun, 29 Feb 2004 11:39:36 -0800
- In-reply-to: <10223.1077810073@xxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- Organization: personal
- References: <10223.1077810073@xxxxxxx>
- Reply-to: scowles@xxxxxxxxxxxxx
Built, compiled, and passed most tests on Irix 6.5, IP22.
Relevant output from make check follows.
04-02-29
10:43:23 [112] lhost:origdist/zsh-4.2.0-pre-1% make check
cd Test ; make check
make[1]: Entering directory `/home/scowles/origdist/zsh-4.2.0-pre-1/Test'
if test -n "gcc"; then \
cd .. && DESTDIR= \
make MODDIR=`pwd`/Test/Modules install.modules > /dev/null; \
fi
mkdir /home/scowles/origdist/zsh-4.2.0-pre-1/Test/Modules
mkdir /home/scowles/origdist/zsh-4.2.0-pre-1/Test/Modules/zsh
mkdir /home/scowles/origdist/zsh-4.2.0-pre-1/Test/Modules/zsh/net
for f in ./*.ztst; do \
../Src/zsh +Z -f ./ztst.zsh $f; \
done
./A01grammar.ztst: starting.
This test hangs the shell when it fails...
./A01grammar.ztst: all tests successful.
...
./V02zregexparse.ztst: starting.
./V02zregexparse.ztst: all tests successful.
./Y01completion.ztst: starting.
*** /tmp/zsh.ztst.out.33312 Sun Feb 29 10:46:06 2004
--- /tmp/zsh.ztst.tout.33312 Sun Feb 29 10:46:07 2004
***************
*** 1,12 ****
- line: {: }{}
DESCRIPTION:{file}
DI:{dir1}
DI:{dir2}
FI:{file1}
FI:{file2}
- line: {: dir1/}{}
- line: {: dir2/}{}
- line: {: file1}{}
- line: {: file2}{}
- line: {: dir1/}{}
- line: {: dir2/}{}
--- 1,5 ----
Test ./Y01completion.ztst failed: output differs from expected as shown above
for:
comptest $': \t\t\t\t\t\t\t'
Was testing: directories and files
./Y01completion.ztst: test failed.
./Y02compmatch.ztst: starting.
*** /tmp/zsh.ztst.out.33349 Sun Feb 29 10:46:08 2004
--- /tmp/zsh.ztst.tout.33349 Sun Feb 29 10:46:09 2004
***************
*** 1,3 ****
- line: {tst }{}
COMPADD:{_tst:compadd: unknown match specification character `z'}
INSERT_POSITIONS:{}
--- 1,2 ----
Test ./Y02compmatch.ztst failed: output differs from expected as shown above
for:
test_code z: list1
comptest $'tst \t'
Was testing: Match Error for "z:"
./Y02compmatch.ztst: test failed.
./Y03arguments.ztst: starting.
*** /tmp/zsh.ztst.out.33361 Sun Feb 29 10:46:13 2004
--- /tmp/zsh.ztst.tout.33361 Sun Feb 29 10:46:14 2004
***************
*** 1,11 ****
- line: {tst arg1 }{}
- line: {tst arg1 }{}
- line: {tst arg1 }{}
- line: {tst arg1 }{}
- line: {tst arg1 }{}
- line: {tst r}{}
- line: {tst x}{}
- line: {tst x }{}
MESSAGE:{no more arguments}
- line: {tst x y }{}
MESSAGE:{no more arguments}
--- 1,2 ----
Test ./Y03arguments.ztst failed: output differs from expected as shown above
for:
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'
Was testing: one non-option argument
./Y03arguments.ztst: test failed.
make[1]: [check] Error 1 (ignored)
rm -rf Modules .zcompdump
make[1]: Leaving directory `/home/scowles/origdist/zsh-4.2.0-pre-1/Test'
04-02-29
10:46:15 [113] lhost:origdist/zsh-4.2.0-pre-1%
Messages sorted by:
Reverse Date,
Date,
Thread,
Author