From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25091 invoked by alias); 16 Feb 2015 13:05:41 -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: 34554 Received: (qmail 19464 invoked from network); 16 Feb 2015 13:05:36 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=donmez.ws; s=www; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; bh=yAtarKqjqkfdEmsVurcjOz2Q7uU1yElvehmf9V+vWnc=; b=Hh2d8FOwJO58V+56OzpWAUhQ2Tvia8P1zhhZXGeEnJFrQP0WBSqe1Gws/3cLqRenNL VhxUJtO3EvwyE5k8sUrt2zs7cOYfDvB5uB7PvcmCaShXekNUNiGuBn8uo7htWoPdBiIQ G82e3yNGkPVVs255YmwlYaxIvn39LKnspA7pg= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type:content-transfer-encoding; bh=yAtarKqjqkfdEmsVurcjOz2Q7uU1yElvehmf9V+vWnc=; b=ig+7l2hiyA3zxU8Yclo+cBeYTO0UN+SjBuAOEMO6/UpKP4osMx6TM3n5DsGMHo84xk NzDs85dI9/RoW6A9sQXJuw0AneRNFR1c4AuEikWaG2DWQlOFa07gxkcoyiWoeUkZv9el Aoh52Q6aR3cyPkhMrDOzbEUAbB9L4esPmcZWKLAtaRaoDzCh7YTIs9B9ClTgbvN8R1pJ NFcxeUYiSPUN/EI7U94un/+UV+yezrkBMmwgdtsQ9N9fg3N+kQ099/4BL/ZcalycB3tr PGB9ZttUmPjjbN3id8tOUSmi3nszyZqhfftpwqWgcRXF60Olu083aAQZXLDq2Ee6OWOK d5Fg== X-Gm-Message-State: ALoCoQlE/a6fAir+lZj1rLKkr13rirPHzL8TYZqrM57rTtOL/fqP++qyzOGiqsbiDcxf4WFuOhaC X-Received: by 10.152.1.40 with SMTP id 8mr12636778laj.97.1424091930669; Mon, 16 Feb 2015 05:05:30 -0800 (PST) MIME-Version: 1.0 In-Reply-To: References: From: =?UTF-8?B?xLBzbWFpbCBEw7ZubWV6?= Date: Mon, 16 Feb 2015 15:05:10 +0200 Message-ID: Subject: Re: E01options.ztst now fails on Linux To: "Zsh Hackers' List" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Please ignore, works after make clean. On Mon, Feb 16, 2015 at 3:01 PM, =C4=B0smail D=C3=B6nmez = wrote: > ./E01options.ztst: starting. > This test hangs the shell when it fails... > *** /tmp/zsh.ztst.err.7139 Mon Feb 16 15:00:16 2015 > --- /tmp/zsh.ztst.terr.7139 Mon Feb 16 15:00:16 2015 > *************** > *** 1 **** > - zsh: exit 1 > --- 0 ---- > Test ./E01options.ztst failed: error output differs from expected as > shown above for: > $ZTST_testdir/../Src/zsh -f <<<' > setopt printexitvalue > () { false; } > ' > Was testing: PRINT_EXIT_VALUE option for anonymous function > > Broken by "34530: PRINT_EXIT_VALUE with anonymous functions."