Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Failure in A01grammar.ztst and C02cond.ztst
- X-seq: zsh-workers 29024
- From: İsmail Dönmez <ismail@xxxxxxxxxxx>
- To: zsh-workers <zsh-workers@xxxxxxx>
- Subject: Re: Failure in A01grammar.ztst and C02cond.ztst
- Date: Thu, 21 Apr 2011 14:21:35 +0200
- 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:content-type; bh=sYq/E1NAANQrXU2rPbE4p89lp1n5clpYWxOdJHLkASM=; b=XL5Z4xiJ3gCS9e2N1+RZobD2ODgFwgRWdh28WvP/08tcVmQcR76hU3qBtp0XEUyYBb wIYrD+sUJqUjE41XdkAfIO49nOwt+8XdbxYw18tOvCEJxxrmeHPn6xU4bjHU/2x77PsA N30y8OABX6+OVh3FyaiiDZ2vGp9r4+T0hBHDU=
- 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 :content-type; b=W6Hz2BbzW0CDnE97niw0AOJL5duYJO9LRd6NcSzOIqYXOmDgsTXk7AYeVIy03uUUZr UqUDKtigw/KgarahzroPvGFyJac/Eo8Xuyunx1szOQnvMafnW7KIVJjJYpNaSNknUCpc u2NLOXVpB51nXagBOoi+pFcGgvydpLwuZCOr4=
- In-reply-to: <BANLkTim=TbprTjb_JOOuCJgAk6br76f5fw@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>
Hi again;
On Thu, Apr 21, 2011 at 9:44 AM, İsmail Dönmez <ismail@xxxxxxxxxxx> wrote:
> Hi again;
>
> On Wed, Apr 20, 2011 at 4:55 PM, İsmail Dönmez <ismail@xxxxxxxxxxx> wrote:
> >
> > I am testing 4.3.10-dev-2 release on a wide range of openSUSE & SUSE
> releases (
> https://build.opensuse.org/package/show?package=zsh&project=shells) and
> some machines seem to have problems with these two tests. Here is the error
> outputs, any ideas appreciated.
> >
> >
> >
> > ./A01grammar.ztst: starting.
> > *** /tmp/zsh.ztst.err.13556 Wed Apr 20 14:47:09 2011
> > --- /tmp/zsh.ztst.terr.13556 Wed Apr 20 14:47:09 2011
> > ***************
> > *** 1,2 ****
> > - 1) one 2) two 3) three
> > input> input>
> > --- 1 ----
> > Test ./A01grammar.ztst failed: error output differs from expected as
> shown above for:
> > (COLUMNS=80
> > PS3="input> "
> > select name in one two three; do
> > print $name
> > done)
> > Was testing: `select' loop
> > ./A01grammar.ztst: test failed.
>
> This test only fails only on 32bit machines it seems and works on all
> 64bit machines I tested.
>
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?
Regards,
ismail
Messages sorted by:
Reverse Date,
Date,
Thread,
Author