From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6441 invoked from network); 6 Feb 2009 04:07:54 -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.6 required=5.0 tests=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; 6 Feb 2009 04:07:54 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 25272 invoked from network); 6 Feb 2009 04:07:49 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 6 Feb 2009 04:07:49 -0000 Received: (qmail 2311 invoked by alias); 6 Feb 2009 04:07:43 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 26516 Received: (qmail 2302 invoked from network); 6 Feb 2009 04:07:42 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 6 Feb 2009 04:07:42 -0000 Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.245]) by bifrost.dotsrc.org (Postfix) with ESMTP id 8BC3C80271F0 for ; Fri, 6 Feb 2009 05:07:25 +0100 (CET) Received: by an-out-0708.google.com with SMTP id b2so289350ana.36 for ; Thu, 05 Feb 2009 20:07:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; bh=c02pAhDJfI5H4Dh6JRmeZ7KcYPV1G9u+IFdZFLa09CE=; b=HKQuOapoUdxC90YsNwZQXtHAH3Lu++8bIsyVs6q4H1RPjsmFJCntTNE0ihaoRZcPV9 Ru3zUjzX3azU3qd5UENh1MQhsydUD0Lb8ds7+0dY/T7mtsUvbBAXbFw+bTWX7Y9S82VU OeegBGH86a9YD2PSydquVBHcvYxaBOmBgs1Uo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type:content-transfer-encoding; b=AK3UtNBUiYAGcW7WDtRB8LF2sDtrpl7JYMIyA1RoV5NzonLiHsgc2Ojpm+H7OJG04p bMesXiWp+IuT3ibhMhlDgIWy3y97BO6LRIWCAqrD2qEgMqlEqJWtVEf3310gJiKp29Pm 42esYckVIr58iDEk/DV6RGQIu4OHbjj0HR4v0= MIME-Version: 1.0 Sender: ethersoft@gmail.com Received: by 10.100.108.20 with SMTP id g20mr735871anc.14.1233893244337; Thu, 05 Feb 2009 20:07:24 -0800 (PST) Date: Thu, 5 Feb 2009 23:07:24 -0500 X-Google-Sender-Auth: bef7a99d0589bc7c Message-ID: <20a807210902052007m4f26f9d8w9cb831c90be3b879@mail.gmail.com> Subject: Test D03 hang under cygwin 1.7 From: Vin Shelton To: Zsh hackers list Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.92.1/8957/Thu Feb 5 18:31:01 2009 on bifrost X-Virus-Status: Clean Hello - Under the soon-to-be-released Cygwin 1.7, I downloaded the latest CVS sources and ran a build from scratch. I'm getting a test hang in D03: ZTST_verbose=3 make TESTNUM=D03 check cd Test ; make check make[1]: Entering directory `/usr/local/build/zsh-2009-02-05/Test' if test -n "gcc"; then \ cd .. && DESTDIR= \ make MODDIR=`pwd`/Test/Modules install.modules > /dev/null; \ fi if ZTST_testlist="`for f in /usr/local/src/zsh-2009-02-05/Test/D03*.ztst; \ do echo $f; done`" \ ZTST_srcdir="/usr/local/src/zsh-2009-02-05/Test" \ ZTST_exe=../Src/zsh.exe \ ../Src/zsh.exe +Z -f /usr/local/src/zsh-2009-02-05/Test/runtests.zsh; then \ stat=0; \ else \ stat=1; \ fi; \ rm -rf Modules .zcompdump; \ exit $stat /usr/local/src/zsh-2009-02-05/Test/D03procsubst.ztst: starting. ZTST_getsect: read section name: prep ZTST_getchunk: read code chunk: if grep '#define PATH_DEV_FD' $ZTST_testdir/../config.h > /dev/null 2>&1 || grep '#define HAVE_FIFOS' $ZTST_testdir/../config.h > /dev/null 2>&1; then mkdir procsubst.tmp cd procsubst.tmp print 'First\tSecond\tThird\tFourth' >FILE1 print 'Erste\tZweite\tDritte\tVierte' >FILE2 else ZTST_unimplemented="process substitution is not supported" true fi ZTST_execchunk: status 0 ZTST_getchunk: read code chunk: function copycat { cat "$@" } 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: paste <(cut -f1 FILE1) <(cut -f3 FILE2) ZTST_getchunk: read code chunk: paste <(cut -f1 FILE1) <(cut -f3 FILE2) ZTST_test: examining line: >First Dritte ZTST_getredir: read redir for '>': First Dritte ZTST_test: examining line: Running test: <(...) substitution ZTST_test: expecting status: 0 Input: /tmp/zsh.ztst.in.3712, output: /tmp/zsh.ztst.out.3712, error: /tmp/zsh.ztst.terr.3712 make[1]: *** [check] Interrupt make: *** [check] Interrupt