Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
A05execution.ztst fails on Cygwin
- X-seq: zsh-workers 34080
- From: İsmail Dönmez <ismail@xxxxxxxxx>
- To: "Zsh Hackers' List" <zsh-workers@xxxxxxx>
- Subject: A05execution.ztst fails on Cygwin
- Date: Sat, 3 Jan 2015 12:54:21 +0200
- 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=
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
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.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author