From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26053 invoked from network); 4 Sep 2004 01:29:54 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 4 Sep 2004 01:29:54 -0000 Received: (qmail 77749 invoked from network); 4 Sep 2004 01:29:48 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 4 Sep 2004 01:29:48 -0000 Received: (qmail 19210 invoked by alias); 4 Sep 2004 01:29:45 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 20316 Received: (qmail 19194 invoked from network); 4 Sep 2004 01:29:44 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 4 Sep 2004 01:29:44 -0000 Received: (qmail 77506 invoked from network); 4 Sep 2004 01:29:44 -0000 Received: from smtp03.mrf.mail.rcn.net (207.172.4.62) by a.mx.sunsite.dk with SMTP; 4 Sep 2004 01:29:41 -0000 Received: from 209-6-229-49.c3-0.nwt-ubr2.sbo-nwt.ma.cable.rcn.com ([209.6.229.49] helo=zion.rcn.com) by smtp03.mrf.mail.rcn.net with esmtp (Exim 3.35 #7) id 1C3PN5-0005o1-00 for zsh-workers@sunsite.dk; Fri, 03 Sep 2004 21:29:39 -0400 Received: by zion.rcn.com (Postfix, from userid 500) id 3CE30130D7; Fri, 3 Sep 2004 21:29:39 -0400 (EDT) To: zsh-workers@sunsite.dk Subject: Test Failures from latest CVS From: Vin Shelton Organization: EtherSoft, Inc Date: Fri, 03 Sep 2004 21:29:38 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Checker-Version: SpamAssassin 2.63 on a.mx.sunsite.dk X-Spam-Level: X-Spam-Status: No, hits=0.0 required=6.0 tests=none autolearn=no version=2.63 X-Spam-Hits: 0.0 When I run 'make check' in the latest CVS sources, here are the results I get. Thes failures are new within the last couple of days. HTH, Vin : ~ Fri 3 21:25; check_zsh /ide/build/zsh-2004-09-03 cd Test ; make check make[1]: Entering directory `/ide/build/zsh-2004-09-03/Test' if test -n "icc"; then \ cd .. && DESTDIR= \ make MODDIR=`pwd`/Test/Modules install.modules > /dev/null; \ fi mkdir /ide/build/zsh-2004-09-03/Test/Modules mkdir /ide/build/zsh-2004-09-03/Test/Modules/zsh mkdir /ide/build/zsh-2004-09-03/Test/Modules/zsh/net for f in /ide/src/zsh-2004-09-03/Test/*.ztst; do \ ZTST_exe=../Src/zsh \ ../Src/zsh +Z -f /ide/src/zsh-2004-09-03/Test/ztst.zsh $f; \ done /ide/src/zsh-2004-09-03/Test/A01grammar.ztst: starting. *** /tmp/zsh.ztst.err.12222 Fri Sep 3 21:25:44 2004 --- /tmp/zsh.ztst.terr.12222 Fri Sep 3 21:25:44 2004 *************** *** 1 **** ! (eval):3: parse error near `fi' --- 1 ---- ! ZTST_execchunk:3: parse error near `fi' Test /ide/src/zsh-2004-09-03/Test/A01grammar.ztst failed: error output differs from expected as shown above for: if true; : fi Was testing: `if ...' (iv) /ide/src/zsh-2004-09-03/Test/A01grammar.ztst: test failed. /ide/src/zsh-2004-09-03/Test/A02alias.ztst: starting. /ide/src/zsh-2004-09-03/Test/A02alias.ztst: all tests successful. /ide/src/zsh-2004-09-03/Test/A03quoting.ztst: starting. /ide/src/zsh-2004-09-03/Test/A03quoting.ztst: all tests successful. /ide/src/zsh-2004-09-03/Test/A04redirect.ztst: starting. /ide/src/zsh-2004-09-03/Test/A04redirect.ztst: all tests successful. /ide/src/zsh-2004-09-03/Test/A05execution.ztst: starting. /ide/src/zsh-2004-09-03/Test/A05execution.ztst: all tests successful. /ide/src/zsh-2004-09-03/Test/A06assign.ztst: starting. /ide/src/zsh-2004-09-03/Test/A06assign.ztst: all tests successful. /ide/src/zsh-2004-09-03/Test/B01cd.ztst: starting. /ide/src/zsh-2004-09-03/Test/B01cd.ztst: all tests successful. /ide/src/zsh-2004-09-03/Test/B02typeset.ztst: starting. /ide/src/zsh-2004-09-03/Test/B02typeset.ztst: all tests successful. /ide/src/zsh-2004-09-03/Test/B03print.ztst: starting. /ide/src/zsh-2004-09-03/Test/B03print.ztst: all tests successful. /ide/src/zsh-2004-09-03/Test/B04read.ztst: starting. /ide/src/zsh-2004-09-03/Test/B04read.ztst: all tests successful. /ide/src/zsh-2004-09-03/Test/C01arith.ztst: starting. /ide/src/zsh-2004-09-03/Test/C01arith.ztst: all tests successful. /ide/src/zsh-2004-09-03/Test/C02cond.ztst: starting. /ide/src/zsh-2004-09-03/Test/C02cond.ztst: all tests successful. /ide/src/zsh-2004-09-03/Test/C03traps.ztst: starting. This test takes at least three seconds... This test, too, takes at least three seconds... /ide/src/zsh-2004-09-03/Test/C03traps.ztst: all tests successful. /ide/src/zsh-2004-09-03/Test/C04funcdef.ztst: starting. /ide/src/zsh-2004-09-03/Test/C04funcdef.ztst: all tests successful. /ide/src/zsh-2004-09-03/Test/D01prompt.ztst: starting. /ide/src/zsh-2004-09-03/Test/D01prompt.ztst: all tests successful. /ide/src/zsh-2004-09-03/Test/D02glob.ztst: starting. /ide/src/zsh-2004-09-03/Test/D02glob.ztst: all tests successful. /ide/src/zsh-2004-09-03/Test/D03procsubst.ztst: starting. /ide/src/zsh-2004-09-03/Test/D03procsubst.ztst: all tests successful. /ide/src/zsh-2004-09-03/Test/D04parameter.ztst: starting. /ide/src/zsh-2004-09-03/Test/D04parameter.ztst: all tests successful. /ide/src/zsh-2004-09-03/Test/D05array.ztst: starting. /ide/src/zsh-2004-09-03/Test/D05array.ztst: all tests successful. /ide/src/zsh-2004-09-03/Test/D06subscript.ztst: starting. /ide/src/zsh-2004-09-03/Test/D06subscript.ztst: all tests successful. /ide/src/zsh-2004-09-03/Test/E01options.ztst: starting. *** /tmp/zsh.ztst.err.14132 Fri Sep 3 21:26:16 2004 --- /tmp/zsh.ztst.terr.14132 Fri Sep 3 21:26:16 2004 *************** *** 1,3 **** ! (eval):1: parse error near `print' ! (eval):1: parse error near `print' ! (eval):1: parse error near `print' --- 1,3 ---- ! fn:1: parse error near `print' ! fn:1: parse error near `print' ! fn:1: parse error near `print' Test /ide/src/zsh-2004-09-03/Test/E01options.ztst failed: error output differs from expected as shown above for: fn() { eval 'for f in foo bar; print $f' eval 'for f (word1 word2) print $f' eval 'repeat 3 print nonsense' } unsetopt shortloops print option unset fn setopt shortloops print option set fn Was testing: SHORT_LOOPS option /ide/src/zsh-2004-09-03/Test/E01options.ztst: test failed. /ide/src/zsh-2004-09-03/Test/E02xtrace.ztst: starting. /ide/src/zsh-2004-09-03/Test/E02xtrace.ztst: all tests successful. /ide/src/zsh-2004-09-03/Test/V01zmodload.ztst: starting. /ide/src/zsh-2004-09-03/Test/V01zmodload.ztst: all tests successful. /ide/src/zsh-2004-09-03/Test/V02zregexparse.ztst: starting. /ide/src/zsh-2004-09-03/Test/V02zregexparse.ztst: all tests successful. /ide/src/zsh-2004-09-03/Test/V03mathfunc.ztst: starting. /ide/src/zsh-2004-09-03/Test/V03mathfunc.ztst: all tests successful. /ide/src/zsh-2004-09-03/Test/Y01completion.ztst: starting. /ide/src/zsh-2004-09-03/Test/Y01completion.ztst: all tests successful. /ide/src/zsh-2004-09-03/Test/Y02compmatch.ztst: starting. /ide/src/zsh-2004-09-03/Test/Y02compmatch.ztst: all tests successful. /ide/src/zsh-2004-09-03/Test/Y03arguments.ztst: starting. /ide/src/zsh-2004-09-03/Test/Y03arguments.ztst: all tests successful. rm -rf Modules .zcompdump make[1]: Leaving directory `/ide/build/zsh-2004-09-03/Test' ~ zion [check_zsh] ~ 04-09-03 9:26PM