From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26761 invoked by alias); 16 Feb 2015 13:02:10 -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: 34553 Received: (qmail 26637 invoked from network); 16 Feb 2015 13:01:55 -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:from:date:message-id:subject:to:content-type; bh=Ez3w/1vMobbIJEQDwG9ufKsMUJhIBJ5f1Z6ISVqjj2k=; b=cKh2mzDta/8Z19bVgcYGJKChX7LLrmiBWac8rE6lTj0GlqpzUAuP//o8lXehRcnKgR rLypNRNNu9NV+56KdpzSPvOVuvX1OXoydYNPp09EHXnOJMlsEbNgwGt4qT9MT7p68qLI UjxvWz3WafS4s/D5997EulJ9i5xKHOn8Z+s04= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to :content-type; bh=Ez3w/1vMobbIJEQDwG9ufKsMUJhIBJ5f1Z6ISVqjj2k=; b=AQAO0vpy1l8gN+jbubNimV8LojhYggm+8zf5e8KI7Go6i7UE01ZoPPgt2orxAkTzAv ZcqyA6Sbo8AhK0Yw96raSvwc3VMNDLiVa2JdqCYlkRxoKISw2igUSudhTCJNjqkeXhw4 JRybn5WXDqAzUALSyOaBoLqgixsbOCGLSTgW0TtZI6QK1VflRa246Zjgo04zwWcZqvE8 njhV3h8rAW3JFt80ZEK04hQxPFW5cNuDjmAfOzw9+dicQjdlePN0FOwkEPVPxRt81uIc kPPstKtKZnp2c2WoBl6TXu9G0KLIgYbm80JD4oPXS4wC0JL5s/pESmbbZDALXHtp5gWQ Cv/A== X-Gm-Message-State: ALoCoQndA/5cxcya+g96rDk+YREhiHpTzSNsSTHibKztB+hrInqrZkUIIL1IpUVwUVEk1BEFYpfW X-Received: by 10.112.137.38 with SMTP id qf6mr22302258lbb.59.1424091712379; Mon, 16 Feb 2015 05:01:52 -0800 (PST) MIME-Version: 1.0 From: =?UTF-8?B?xLBzbWFpbCBEw7ZubWV6?= Date: Mon, 16 Feb 2015 15:01:32 +0200 Message-ID: Subject: E01options.ztst now fails on Linux To: "Zsh Hackers' List" Content-Type: text/plain; charset=UTF-8 ./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."