From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24502 invoked by alias); 2 Dec 2013 15:21:35 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 18181 Received: (qmail 25249 invoked from network); 2 Dec 2013 15:21:19 -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=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 From: Bart Schaefer Message-id: <131202072113.ZM3133@torch.brasslantern.com> Date: Mon, 02 Dec 2013 07:21:13 -0800 In-reply-to: <20131202151557.1636@binki> Comments: In reply to "d.henman" "Re: 5.0.2-test-2 is available" (Dec 2, 3:15pm) References: <20131201194653.7a98a4a4@pws-pc.ntlworld.com> <20131202151557.1636@binki> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: "Zsh Users" Subject: Re: 5.0.2-test-2 is available MIME-version: 1.0 Content-type: text/plain; charset=us-ascii On Dec 2, 3:15pm, d.henman wrote: } } These failures commonly occur on Cygwin, but I still use zsh. I guess } I don't use the features relavent to the failed tests. But, I would } like to remove as many failures as possible. If you can spot anything } in the below that can be fixed in a manner that works on Cygwin would } be good, Well ... } Test ./X02zlevi.ztst failed: non-zero status from preparation code: } Test ./Y01completion.ztst failed: non-zero status from preparation code: } Test ./Y01completion.ztst failed: bad status 1, expected 0 from: } Test ./Y02compmatch.ztst failed: non-zero status from preparation code: My best guess is that this means "comptestinit" is failing, because later ... } (eval):1: command not found: test_code } (eval):1: command not found: tst_arguments ... and both of those are functions defined only when comptestinit has succeeded. So you could try to figure out why comptestinit fails, perhaps by adding a "setopt xtrace" into Test/comptest, but really those tests should be skipped if their environment can't be initialized. -- Barton E. Schaefer