From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13660 invoked from network); 10 Jan 2009 15:45:09 -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=-1.3 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; 10 Jan 2009 15:45:09 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 95938 invoked from network); 10 Jan 2009 15:45:00 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 10 Jan 2009 15:45:00 -0000 Received: (qmail 4643 invoked by alias); 10 Jan 2009 15:44:55 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 26278 Received: (qmail 4631 invoked from network); 10 Jan 2009 15:44:55 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 10 Jan 2009 15:44:55 -0000 Received: from rn-out-0910.google.com (rn-out-0910.google.com [64.233.170.186]) by bifrost.dotsrc.org (Postfix) with ESMTP id EE3AB802720C for ; Sat, 10 Jan 2009 16:44:50 +0100 (CET) Received: by rn-out-0910.google.com with SMTP id 45so6775261rnw.14 for ; Sat, 10 Jan 2009 07:44:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender :to:subject:mime-version:content-type:content-transfer-encoding :content-disposition:x-google-sender-auth; bh=bZXFCXNbifkot98NSD3ESEah5chzkca/Fc6cUwrrk34=; b=oPXhJfPV3xVorFopsC6WZ1y4I4oQ2DUuHAt/PoaZNlZyC+GpoOH4EYK1HOqK+h7Cbs XF3fHUbLX0A22XsqGnEJbggJBTyT5A64yqgN/gS39uA7ZxYDpFkTdKfjkm/xPMLL6M+l ZByYD8ll9VqHjddMKWpKbbw18Mdo4Iv9WMkoE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition:x-google-sender-auth; b=baWFo1wmsmAxMr9XgQ5Hs6UguKdT3FfiF6RWJ9JMlfQO8tp+mVlWsldM78wdDhVw63 OBoLXRlgSXsgHqZP1912rsuY+1lfXo7a06MzPyh0ygJxf81Sf2uk+OJq+505IHdfH6h+ AZ7JeAAoK/mMFKKnjtDQBsgsKkhA8NgliATd8= Received: by 10.65.192.19 with SMTP id u19mr3301206qbp.104.1231602289095; Sat, 10 Jan 2009 07:44:49 -0800 (PST) Received: by 10.65.145.7 with HTTP; Sat, 10 Jan 2009 07:44:49 -0800 (PST) Message-ID: <20a807210901100744w2f8c2c21h32da38cf2bc461ad@mail.gmail.com> Date: Sat, 10 Jan 2009 10:44:49 -0500 From: "Vin Shelton" Sender: ethersoft@gmail.com To: zsh-workers@sunsite.dk Subject: Test hang in Y01 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Google-Sender-Auth: 64a2ea85bd468423 X-Virus-Scanned: ClamAV 0.92.1/8849/Sat Jan 10 05:18:40 2009 on bifrost X-Virus-Status: Clean Greetings - With an up-to-date archive, I'm getting a hang in test Y01. Here's what I found: ; ZTST_verbose=2 make TESTNUM=Y01 check if test -n "gcc"; then \ cd .. && DESTDIR= \ make MODDIR=`pwd`/Test/Modules install.modules > /dev/null; \ fi if ZTST_testlist="`for f in /opt/src/zsh-2009-01-09/Test/Y01*.ztst; \ do echo $f; done`" \ ZTST_srcdir="/opt/src/zsh-2009-01-09/Test" \ ZTST_exe=../Src/zsh \ ../Src/zsh +Z -f /opt/src/zsh-2009-01-09/Test/runtests.zsh; then \ stat=0; \ else \ stat=1; \ fi; \ rm -rf Modules .zcompdump; \ exit $stat /opt/src/zsh-2009-01-09/Test/Y01completion.ztst: starting. ZTST_getsect: read section name: prep ZTST_getchunk: read code chunk: if ( zmodload -i zsh/zpty ) >/dev/null 2>&1; then . $ZTST_srcdir/comptest mkdir comp.tmp cd comp.tmp comptestinit -z $ZTST_testdir/../Src/zsh && { mkdir dir1 && mkdir dir2 && touch file1 && touch file2 } else ZTST_unimplemented="the zsh/zpty module is not available" fi ZTST_execchunk: status 0 ZTST_getchunk: read code chunk: ZTST_getsect: read section name: test ZTST_test: looking for new test ZTST_test: examining line: ZTST_test: examining line: comptest $': \t\t\t\t\t\t\t' ZTST_getchunk: read code chunk: comptest $': \t\t\t\t\t\t\t' ZTST_test: examining line: >line: {: }{} ZTST_getredir: read redir for '>': line: {: }{} DESCRIPTION:{file} DI:{dir1} DI:{dir2} FI:{file1} FI:{file2} line: {: dir1/}{} line: {: dir2/}{} line: {: file1}{} line: {: file2}{} line: {: dir1/}{} line: {: dir2/}{} ZTST_test: examining line: Running test: directories and files ZTST_test: expecting status: 0 Input: /tmp/zsh.ztst.in.30417, output: /tmp/zsh.ztst.out.30417, error: /tmp/zsh.ztst.terr.30417 The err file is empty. The output file contains only: line: {: }{} DESCRIPTION:{file} DI:{dir1} DI:{dir2} FI:{file1} FI:{file2} line: {: dir1/}{} line: {: dir2/}{} line: {: file1}{} line: {: file2}{} line: {: dir1/}{} line: {: dir2/}{} Let me know if you need any more information. Regards, Vin