Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Failure in A01grammar.ztst and C02cond.ztst
- X-seq: zsh-workers 29026
- From: İsmail Dönmez <ismail@xxxxxxxxxxx>
- To: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- Subject: Re: Failure in A01grammar.ztst and C02cond.ztst
- Date: Thu, 21 Apr 2011 20:01:58 +0200
- Cc: zsh-workers <zsh-workers@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=namtrac.org; s=www; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=4lCSpkKApE5BlkuDs98TWaV0ZGIadfrG4nNbyc2LK2M=; b=Y61+QFN31ElonEfZT/NedDZpAw8hFJGjeMv8kfHF22iVjIRnTcaVeznWCHQavK0qpM Y6ITqN1fWetGkKBu55JiU9CRy5bPs2dN7zaxROGJ/3n2veGgkE7N5UVIe9xO+mybu0JU RmWIyozmbtQ5JzP9bJihGCYHtd7QvQ8WQbKFY=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=namtrac.org; s=www; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=XCy+F/HisSj9XBHU6HYoj/tc5F0j0DNDlke0Zur7D1/zRFn9oDj3xSRwOj0mQzD9Aa dgVFFRLBPfTo19/WwAkErjZpZ34D9g7welyqOqGAtCjuAfNiS56YkypwZLyVxSxRDc1+ AnsVylUSUDyKARJrory2Dz0EMZznXgV0swkGo=
- In-reply-to: <BANLkTik7EwCn=8TCs5kEFwAnUsOj1oQXYQ@mail.gmail.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <BANLkTikediVNDT+3PDOENpaL4f1zHBQJLA@mail.gmail.com> <BANLkTim=TbprTjb_JOOuCJgAk6br76f5fw@mail.gmail.com> <BANLkTikVx2Tu5x3gyP4vMML_v4MGND8x0w@mail.gmail.com> <BANLkTik7EwCn=8TCs5kEFwAnUsOj1oQXYQ@mail.gmail.com>
Hi;
On Thu, Apr 21, 2011 at 7:09 PM, Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>wrote:
> On Thu, Apr 21, 2011 at 5:21 AM, İsmail Dönmez <ismail@xxxxxxxxxxx> wrote:
> >
> > Also note that Fedora disables this part of the test:
> >
> >
> http://pkgs.fedoraproject.org/gitweb/?p=zsh.git;a=blob_plain;f=zsh-4.3.6-hack-a01grammar-test-select-off.patch;hb=HEAD
> >
> > So there is possibly some race somewhere?
>
> It seems unlikely. Both the selection list and the prompt are
> fprintf'd to stderr.
>
> The only thing I can come up with is that during the test if LINES=0
> then the list might not be printed. The test explicitly assigns
> COLUMNS=80 but doesn't change LINES ... try adding LINES=3 ...?
>
Yes, adding LINES=3 fixes the problem. Thanks! :) No idea why C02cond.ztst
fails but it looks random.
Regards,
ismail
Messages sorted by:
Reverse Date,
Date,
Thread,
Author