From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1112 invoked from network); 29 Feb 2004 19:40:01 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 29 Feb 2004 19:40:01 -0000 Received: (qmail 8139 invoked by alias); 29 Feb 2004 19:39:45 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 7095 Received: (qmail 8124 invoked from network); 29 Feb 2004 19:39:44 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 29 Feb 2004 19:39:44 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [207.217.120.84] by sunsite.dk (MessageWall 1.0.8) with SMTP; 29 Feb 2004 19:39:43 -0000 Received: from cpe-24-221-169-78.ca.sprintbbd.net ([24.221.169.78] helo=ckhb.org) by gull.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 1AxWmr-0000WO-00; Sun, 29 Feb 2004 11:39:41 -0800 From: "S. Cowles" Reply-To: scowles@earthlink.net Organization: personal To: Peter Stephenson , zsh-users@sunsite.dk (Zsh users list) Subject: Re: 4.2.0-pre-1 Date: Sun, 29 Feb 2004 11:39:36 -0800 User-Agent: KMail/1.5.1 References: <10223.1077810073@csr.com> In-Reply-To: <10223.1077810073@csr.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Description: clearsigned data Content-Disposition: inline Message-Id: <200402291139.38514.scowles@earthlink.net> 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=3D \ make MODDIR=3D`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 =2E/A01grammar.ztst: starting. This test hangs the shell when it fails... =2E/A01grammar.ztst: all tests successful. =2E.. =2E/V02zregexparse.ztst: starting. =2E/V02zregexparse.ztst: all tests successful. =2E/Y01completion.ztst: starting. *** /tmp/zsh.ztst.out.33312 Sun Feb 29 10:46:06 2004 =2D-- /tmp/zsh.ztst.tout.33312 Sun Feb 29 10:46:07 2004 *************** *** 1,12 **** =2D line: {: }{} DESCRIPTION:{file} DI:{dir1} DI:{dir2} FI:{file1} FI:{file2} =2D line: {: dir1/}{} =2D line: {: dir2/}{} =2D line: {: file1}{} =2D line: {: file2}{} =2D line: {: dir1/}{} =2D line: {: dir2/}{} =2D-- 1,5 ---- Test ./Y01completion.ztst failed: output differs from expected as shown abo= ve=20 for: comptest $': \t\t\t\t\t\t\t' Was testing: directories and files =2E/Y01completion.ztst: test failed. =2E/Y02compmatch.ztst: starting. *** /tmp/zsh.ztst.out.33349 Sun Feb 29 10:46:08 2004 =2D-- /tmp/zsh.ztst.tout.33349 Sun Feb 29 10:46:09 2004 *************** *** 1,3 **** =2D line: {tst }{} COMPADD:{_tst:compadd: unknown match specification character `z'} INSERT_POSITIONS:{} =2D-- 1,2 ---- Test ./Y02compmatch.ztst failed: output differs from expected as shown abov= e=20 for: test_code z: list1 comptest $'tst \t' Was testing: Match Error for "z:" =2E/Y02compmatch.ztst: test failed. =2E/Y03arguments.ztst: starting. *** /tmp/zsh.ztst.out.33361 Sun Feb 29 10:46:13 2004 =2D-- /tmp/zsh.ztst.tout.33361 Sun Feb 29 10:46:14 2004 *************** *** 1,11 **** =2D line: {tst arg1 }{} =2D line: {tst arg1 }{} =2D line: {tst arg1 }{} =2D line: {tst arg1 }{} =2D line: {tst arg1 }{} =2D line: {tst r}{} =2D line: {tst x}{} =2D line: {tst x }{} MESSAGE:{no more arguments} =2D line: {tst x y }{} MESSAGE:{no more arguments} =2D-- 1,2 ---- Test ./Y03arguments.ztst failed: output differs from expected as shown abov= e=20 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 =2E/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%