From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20544 invoked from network); 20 Apr 2009 04:01:00 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.5 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 20 Apr 2009 04:01:00 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 38002 invoked from network); 20 Apr 2009 04:00:51 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 20 Apr 2009 04:00:51 -0000 Received: (qmail 11154 invoked by alias); 20 Apr 2009 04:00:46 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 26851 Received: (qmail 11137 invoked from network); 20 Apr 2009 04:00:45 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 20 Apr 2009 04:00:45 -0000 Received: from sdf.lonestar.org (mx.freeshell.org [192.94.73.19]) by bifrost.dotsrc.org (Postfix) with ESMTPS id 168B282D4B7C for ; Mon, 20 Apr 2009 05:59:57 +0200 (CEST) Received: from sdf.lonestar.org (IDENT:pda@svalbard.freeshell.org [192.94.73.10]) by sdf.lonestar.org (8.14.3/8.13.8) with ESMTP id n3K40UqL006406 for ; Mon, 20 Apr 2009 04:00:30 GMT Received: (from pda@localhost) by sdf.lonestar.org (8.14.3/8.12.8/Submit) id n3K40Ix8004235 for zsh-workers@sunsite.dk; Mon, 20 Apr 2009 04:00:18 GMT From: Paul Ackersviller Date: Mon, 20 Apr 2009 04:00:18 +0000 To: zsh-workers@sunsite.dk Subject: Re: zsh 4.3.9-dev-2, two test failures on NetBSD Message-ID: <20090420040018.GA2989@svalbard.freeshell.org> Mail-Followup-To: zsh-workers@sunsite.dk References: <26804.1239987872@csr.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <26804.1239987872@csr.com> User-Agent: Mutt/1.4.2.3i X-Virus-Scanned: ClamAV 0.92.1/9256/Sun Apr 19 01:13:04 2009 on bifrost X-Virus-Status: Clean I actually had three tests fail from the tarball, but one mysteriously went away after using the cvs sources. These are likely to be longstanding issues, as I don't recall having testing here before. ./A01grammar.ztst: starting. *** /tmp/zsh.ztst.err.2701 Mon Apr 20 01:48:54 2009 --- /tmp/zsh.ztst.terr.2701 Mon Apr 20 01:48:54 2009 *************** *** 0 **** --- 1 ---- + stty: TIOCGETD: Inappropriate ioctl for device Test ./A01grammar.ztst failed: error output differs from expected as shown above for: (exec -l /bin/sh -c 'echo $0') Was testing: `exec' with -l option ./A01grammar.ztst: test failed. ./V01zmodload.ztst: starting. *** /tmp/zsh.ztst.err.15666 Mon Apr 20 01:50:13 2009 --- /tmp/zsh.ztst.terr.15666 Mon Apr 20 01:50:13 2009 *************** *** 0 **** --- 1,2 ---- + (eval):3: module `zsh/terminfo' has no such feature: `b:echoti': autoload cancelled + (eval):3: module `zsh/terminfo' has no such feature: `p:terminfo': autoload cancelled Test ./V01zmodload.ztst failed: error output differs from expected as shown above for: for m in $mods do zmodload -i $m || mods[(r)$m]=() done Was testing: Test loading of all compiled modules ./V01zmodload.ztst: test failed.