From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22433 invoked by alias); 9 Sep 2015 08:38:09 -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: 36457 Received: (qmail 23133 invoked from network); 9 Sep 2015 08:38:08 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.0 X-AuditID: cbfec7f5-f794b6d000001495-8c-55efed908a11 Date: Wed, 09 Sep 2015 09:27:58 +0100 From: Peter Stephenson To: Zsh hackers list Subject: Re: Multiple as-installed test suite failures under different circumstances with 5.1-test-1 Message-id: <20150909092758.261695e2@pwslap01u.europe.root.pri> In-reply-to: References: <20150908213644.GD3721@sym.noone.org> Organization: Samsung Cambridge Solution Centre X-Mailer: Claws Mail 3.7.9 (GTK+ 2.22.0; i386-redhat-linux-gnu) MIME-version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7bit X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFjrCLMWRmVeSWpSXmKPExsVy+t/xy7oT3r4PNVi8xsLiYPNDJgdGj1UH PzAFMEZx2aSk5mSWpRbp2yVwZfSsPsVeMJWt4s36SUwNjD9Yuhg5OSQETCTWPnnPDGGLSVy4 t56ti5GLQ0hgKaPEx4dnWCGcGUwSP2fDOFsZJT4/3AXWwiKgKvF0VxvYKDYBQ4mpm2Yzgtgi AloSO06eZAKxhQXSJO6fugUW5xWwl1g24yUbiM0pECzxZfYkdhBbSKBCYvrHz6wgNr+AvsTV v5+YIE6yl5h55QxUr6DEj8n3wHYxA83fvK2JFcKWl9i85i0zxBx1iRt3d7NPYBSahaRlFpKW WUhaFjAyr2IUTS1NLihOSs810itOzC0uzUvXS87P3cQICduvOxiXHrM6xCjAwajEwzuh5X2o EGtiWXFl7iFGCQ5mJRHeo5eBQrwpiZVVqUX58UWlOanFhxilOViUxHln7nofIiSQnliSmp2a WpBaBJNl4uCUamCUMpn//6yETO6eDae+zpz/YOKBlGdVK+J8lfjOsYnZNEyfHZGuv6dTXPhA 3Mmr4nHexg1FK/n5L8XLMKktWnrK2iD2+oWk0EdeNwQErW5s/m34b1bE6ft7tuRocio38XyJ e9fvzNkVeTlq+cvVy6dN236Nc/blrfOO3LY8nhJ97E5xgGWqy58cJZbijERDLeai4kQAxOXH xVcCAAA= On Tue, 8 Sep 2015 18:05:14 -0500 Bart Schaefer wrote: > On Sep 8, 2015 5:37 PM, "Axel Beckert" wrote: > > while zsh's test suite seems to pass at build time, when running zsh's > > tests on the installed zsh (package) as done in Debian now for quite a > > while (since 5.0.6, see > > http://ci.debian.net/packages/z/zsh/unstable/amd64/), the test suite > fails at two > > different places dependening on where I run test suite: > > This looks to me as if the wrong zsh binary is being executed for some of > the tests. Are there two zsh packages installed? Yep, those tests are new, to cover recent changes to the shell. I'm 99% convinced you're just testing an older version, else it doesn't really make sense. pws