From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27414 invoked by alias); 21 Apr 2011 17:09:21 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 29025 Received: (qmail 14428 invoked from network); 21 Apr 2011 17:09:19 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 Received-SPF: none (ns1.primenet.com.au: domain at brasslantern.com does not designate permitted sender hosts) MIME-Version: 1.0 In-Reply-To: References: Date: Thu, 21 Apr 2011 10:09:13 -0700 Message-ID: Subject: Re: Failure in A01grammar.ztst and C02cond.ztst From: Bart Schaefer To: zsh-workers Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Thu, Apr 21, 2011 at 5:21 AM, =C4=B0smail D=C3=B6nmez wrote: > > Also note that Fedora disables this part of the test: > > http://pkgs.fedoraproject.org/gitweb/?p=3Dzsh.git;a=3Dblob_plain;f=3Dzsh-= 4.3.6-hack-a01grammar-test-select-off.patch;hb=3DHEAD > > 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=3D0 then the list might not be printed. The test explicitly assigns COLUMNS=3D80 but doesn't change LINES ... try adding LINES=3D3 ...?