From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19375 invoked by alias); 3 Jan 2015 10:54:53 -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: 34080 Received: (qmail 20541 invoked from network); 3 Jan 2015 10:54:46 -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=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HTML_MESSAGE,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=donmez.ws; s=www; h=mime-version:from:date:message-id:subject:to:content-type; bh=XeF9mLilW1U9Q7KpkMSlThq6P5mjQnvYG5ZQO7pqZTU=; b=C0uBB3omYwZZyhCtOKzVafJv0foahxh5muAKaVQp2Wd5J2oPgFSdDsPaRQ2v8VJP5q 8tQXEgPhm8MZ/zbLvWulqlFBa/+1rJdVKQVDsNjV+b6AvjgNxyC2phdqFlHRFOTqM524 HN/bvi6BznSpV4rqNKgvc+SWspnCGF1ozbIXo= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to :content-type; bh=XeF9mLilW1U9Q7KpkMSlThq6P5mjQnvYG5ZQO7pqZTU=; b=PGiACI2yXAgS8RISnyB8nj1p9vGYmzoFkJ7pKrrzFYwM+OzJjlyXbt1fQDMjCOOvER eJdGRPVd5LyIeOal9nLBljP94wgnv2bC02J+dtZ7tdrWxgNMryf6zRSXdRcXEGdJEJki 4dkzmhzRahJrvVlnF9DXV3QYn7BsXQgjtZi5mfbbvYvHiL2Eih1Rqz6GEDUU8+N/quc1 9C2rYr/eqiLdDOhxIg5dWSvv6AYox2PszY7T25QEdSDJjb8x6Z1sc+u50OhUOSzZZN/u EcD+YRbJFzaoj6GyCPZ5c/X03nU1YIxowhV6BeNiDHl0eKsdIbFORwd7AvLV4a91P4ov mdjQ== X-Gm-Message-State: ALoCoQkIF/L+dQqjpWHVy0czXLk5iuPfcoZG0Pg6uFdMmyIAwjbBppX192+duWtzuBtZg3X28ArF X-Received: by 10.112.235.67 with SMTP id uk3mr80877281lbc.48.1420282482162; Sat, 03 Jan 2015 02:54:42 -0800 (PST) MIME-Version: 1.0 From: =?UTF-8?B?xLBzbWFpbCBEw7ZubWV6?= Date: Sat, 3 Jan 2015 12:54:21 +0200 Message-ID: Subject: A05execution.ztst fails on Cygwin To: "Zsh Hackers' List" Content-Type: multipart/alternative; boundary=001a11c3135ed49598050bbd4836 --001a11c3135ed49598050bbd4836 Content-Type: text/plain; charset=UTF-8 Using latest git; ./A05execution.ztst: starting. This test takes 5 seconds to fail... Pattern match failed:####### <\[<->\] <-> <-> >[8] 3212 4644 >[6] - 2456 running sleep 1000 Test ./A05execution.ztst failed: output differs from expected as shown above for: { setopt MONITOR } 2>/dev/null if [[ -o MONITOR ]] then ( while :; do print "This is a line"; done ) | () : & sleep 1 jobs -l else print -u $ZTST_fd "Skipping pipe leak test, requires MONITOR option" print "[0] 0 0" fi Was testing: Bug regression: piping to anonymous function; piping to backround function ./A05execution.ztst: test failed. zsh configured with: ./configure --enable-multibyte --enable-pcre on x86-64 Cygwin. --001a11c3135ed49598050bbd4836--