zsh-workers
 help / color / mirror / code / Atom feed
From: Sven Wischnowsky <wischnow@informatik.hu-berlin.de>
To: zsh-workers@sunsite.dk
Subject: Re: Test Failures from Latest CVS
Date: Tue, 3 Apr 2001 13:22:38 +0200 (MET DST)	[thread overview]
Message-ID: <200104031122.NAA23997@beta.informatik.hu-berlin.de> (raw)
In-Reply-To: <m2lmpimvyn.fsf@zion.rcn.com>

Vin Shelton wrote:

> ...
>
> Test /usr/local/src/zsh-2001-04-02/Test/C02cond.ztst failed: bad status 1, expected 0 from:
>   # Find a block special file system.  This is a little tricky.
>   block=$(find /dev /devices -type b -print 2>/dev/null|head -1) &&
>   [[ -b $block && ! -b zerolength ]]
> Was testing: -b cond

>From C02cond I only get the well known failure in the -N test (which comes
after this test here).  So, dunno...

With the completion tests I had other problems, caused partly by me
overlooking two more places where fpaths to the completion system were
used and partly caused by 13868.

Bye
  Sven

Index: Src/Zle/compmatch.c
===================================================================
RCS file: /cvsroot/zsh/zsh/Src/Zle/compmatch.c,v
retrieving revision 1.34
diff -u -r1.34 compmatch.c
--- Src/Zle/compmatch.c	2001/04/02 09:05:50	1.34
+++ Src/Zle/compmatch.c	2001/04/03 11:21:24
@@ -2076,8 +2076,7 @@
 
 				if ((diff = sub_join(o, n, tn, 0))) {
 				    o->flags = (o->flags & ~CLF_MISS) | of;
-				    if (po && po->prefix &&
-                                        cmp_anchors(o, po, 0)) {
+				    if (po && po->prefix) {
 					po->flags |= CLF_MISS;
 					po->max += diff;
 				    }
Index: Test/comptest
===================================================================
RCS file: /cvsroot/zsh/zsh/Test/comptest,v
retrieving revision 1.11
diff -u -r1.11 comptest
--- Test/comptest	2001/02/08 03:29:59	1.11
+++ Test/comptest	2001/04/03 11:21:24
@@ -1,7 +1,9 @@
 comptestinit () {
   setopt extendedglob
   [[ -d $ZTST_testdir/Modules/zsh ]] && module_path=( $ZTST_testdir/Modules )
-  fpath=( $ZTST_srcdir/../(Completion|Functions)/*~*/CVS(/) )
+  fpath=( $ZTST_srcdir/../Functions/*~*/CVS(/)
+          $ZTST_srcdir/../Completion
+          $ZTST_srcdir/../Completion/*/*~*/CVS(/) )
 
   zmodload -i zsh/zpty
 
Index: Test/ztst.zsh
===================================================================
RCS file: /cvsroot/zsh/zsh/Test/ztst.zsh,v
retrieving revision 1.9
diff -u -r1.9 ztst.zsh
--- Test/ztst.zsh	2001/04/02 13:04:05	1.9
+++ Test/ztst.zsh	2001/04/03 11:21:24
@@ -64,6 +64,7 @@
 
 # Set the function autoload paths to correspond to this build of zsh.
 fpath=( $ZTST_srcdir/../Functions/*~*/CVS(/)
+        $ZTST_srcdir/../Completion
         $ZTST_srcdir/../Completion/*/*~*/CVS(/) )
 
 : ${TMPPREFIX:=/tmp/zsh}


-- 
Sven Wischnowsky                         wischnow@informatik.hu-berlin.de


  reply	other threads:[~2001-04-03 11:22 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-04-03  4:46 Vin Shelton
2001-04-03 11:22 ` Sven Wischnowsky [this message]
2001-04-04  3:16   ` Vin Shelton
     [not found]     ` <1010404153344.ZM32462@candle.brasslantern.com>
2001-04-04 21:24       ` Vin Shelton
2004-09-04  1:29 Test Failures from latest CVS Vin Shelton
2004-09-04 15:11 ` Bart Schaefer
2004-09-04 16:38   ` Bart Schaefer
2004-09-05 17:36     ` Peter Stephenson
2004-09-05 18:12       ` Bart Schaefer

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=200104031122.NAA23997@beta.informatik.hu-berlin.de \
    --to=wischnow@informatik.hu-berlin.de \
    --cc=zsh-workers@sunsite.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).