From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8073 invoked from network); 1 Jun 2000 14:24:28 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 1 Jun 2000 14:24:28 -0000 Received: (qmail 12624 invoked by alias); 1 Jun 2000 14:24:23 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 11713 Received: (qmail 12610 invoked from network); 1 Jun 2000 14:24:19 -0000 From: "Bart Schaefer" Message-Id: <1000601142049.ZM2976@candle.brasslantern.com> Date: Thu, 1 Jun 2000 14:20:49 +0000 In-Reply-To: <000601bfcbab$f4227bd0$21c9ca95@mow.siemens.ru> Comments: In reply to "Andrej Borsenkow" "test failuer case" (Jun 1, 1:29pm) References: <000601bfcbab$f4227bd0$21c9ca95@mow.siemens.ru> <0FVG001HSZXA60@la-la.cambridgesiliconradio.com> In-Reply-To: <0FVG001HSZXA60@la-la.cambridgesiliconradio.com> Comments: In reply to Peter Stephenson "Re: Output of 'make check'" (Jun 1, 11:03am) X-Mailer: Z-Mail (5.0.0 30July97) To: "Andrej Borsenkow" , "ZSH workers mailing list" , Peter Stephenson Subject: Re: test failuer case MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Jun 1, 1:29pm, Andrej Borsenkow wrote: } Subject: test failuer case } } Running with current CVS (including last patch from Peter) gives me: } } *** /tmp/zsh.ztst.out.25823 Thu Jun 1 13:22:33 2000 } --- /tmp/zsh.ztst.tout.25823 Thu Jun 1 13:22:34 2000 } *************** } *** 1 **** } ! line: {tst -x }{} } --- 1,2 ---- } ! line: {tst -}{} } ! MESSAGE:{arg} This is the test that we changed right before 3.1.7 so that "make check" would be clean (11647), when in fact it was telling us about a real bug which Sven has subsequently fixed (11678). We should put the test back the way it was intended to be. Index: Test/53comptest.zsh ====================================================================== @@ -129,7 +129,8 @@ comptesteval 'compdef _tst tst; _tst () { _arguments "-x" ":arg:" }' comptest $'tst -\t' 0:_arguments ->line: {tst -x }{} +>line: {tst -}{} +>MESSAGE:{arg} comptesteval 'compdef _tst tst; _tst () { _arguments "-x:arg:" }' comptest $'tst -x\t' -- Bart Schaefer Brass Lantern Enterprises http://www.well.com/user/barts http://www.brasslantern.com Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net