zsh-workers
 help / color / mirror / code / Atom feed
From: "Bart Schaefer" <schaefer@candle.brasslantern.com>
To: "Andrej Borsenkow" <Andrej.Borsenkow@mow.siemens.ru>,
	"ZSH workers mailing list" <zsh-workers@sunsite.auc.dk>,
	Peter Stephenson <pws@cambridgesiliconradio.com>
Subject: Re: test failuer case
Date: Thu, 1 Jun 2000 14:20:49 +0000	[thread overview]
Message-ID: <1000601142049.ZM2976@candle.brasslantern.com> (raw)
In-Reply-To: <000601bfcbab$f4227bd0$21c9ca95@mow.siemens.ru>
In-Reply-To: <0FVG001HSZXA60@la-la.cambridgesiliconradio.com>

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   


  parent reply	other threads:[~2000-06-01 14:24 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-06-01  9:28 Output of 'make check' Andrej Borsenkow
2000-06-01 10:03 ` Peter Stephenson
2000-06-01 13:03   ` Andrej Borsenkow
2000-06-01 14:21     ` Bart Schaefer
2000-06-01 14:52     ` Peter Stephenson
2000-06-01 14:20   ` Bart Schaefer [this message]
2000-06-01  9:29 test failuer case Andrej Borsenkow

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1000601142049.ZM2976@candle.brasslantern.com \
    --to=schaefer@candle.brasslantern.com \
    --cc=Andrej.Borsenkow@mow.siemens.ru \
    --cc=pws@cambridgesiliconradio.com \
    --cc=zsh-workers@sunsite.auc.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).