From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: zsh-workers-return-43424-ml=inbox.vuxu.org@zsh.org X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=DKIMWL_WL_MED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.1 Received: from primenet.com.au (ns1.primenet.com.au [203.24.36.2]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id d5d1eded for ; Mon, 10 Sep 2018 11:20:10 +0000 (UTC) Received: (qmail 4653 invoked by alias); 10 Sep 2018 11:19:59 -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: List-Unsubscribe: X-Seq: 43424 Received: (qmail 2128 invoked by uid 1010); 10 Sep 2018 11:19:58 -0000 X-Qmail-Scanner-Diagnostics: from smtpq1.tb.ukmail.iss.as9143.net by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.99.2/21882. spamassassin: 3.4.1. Clear:RC:0(212.54.57.96):SA:0(-2.6/5.0):. Processed in 2.468614 secs); 10 Sep 2018 11:19:58 -0000 X-Envelope-From: p.w.stephenson@ntlworld.com X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | X-Env-Mailfrom: p.w.stephenson@ntlworld.com X-Env-Rcptto: zsh-workers@zsh.org X-SourceIP: 172.25.160.136 X-CNFS-Analysis: v=2.3 cv=e+XXtph/ c=1 sm=1 tr=0 a=4AIt8OzuWET5BS7mAkvERw==:117 a=VhSAxaxaeyEA:10 a=IkcTkHD0fZMA:10 a=x7bEGLp0ZPQA:10 a=HegVXZIhm-oA:10 a=pGWmhHBWAAAA:8 a=OTCtmZXiyueuveHNg9UA:9 a=QEXdDO2ut3YA:10 a=UmEFuOT3ktMK2G6T3c9L:22 X-Authenticated-Sender: p.w.stephenson@ntlworld.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ntlworld.com; s=meg.feb2017; t=1536578389; bh=evQdqdH6KIA0KfbqMwGBYkQWZpbPVyBmLFS3/LTihHQ=; h=Date:From:To:In-Reply-To:References:Subject; b=ZG8o7K/MTr2PEyMu1Arc6nSeL0Wn98R0nTqd6CHkh1p+g0ONoVxnZt/k9ICrZ3+d8 jYAk6yg6W38Sm2Ywpej3qzCA5xfjy6KsyTXdxoVRpyD+uHNZ/J4Wwh+QhvQff8ammy 50CpmkT07c2WKGl5nUbdoBG4Eq+UriI4YpXO459Ibip9p0VpJTgX05izvdHQQUzoAl 7nEmi0UOr603hNTis+trF0y59sxWYORSeVx67LYrWVVpz+2cmL4fERmGoUQe05IbmH 5h+L50rpMh5D8hA86IfSVbU9fzLrlrljlGojUIQq+jy7gYuAnEQfHhjzs57f/yvKJu 4YzvKBdQXfcVQ== Date: Mon, 10 Sep 2018 12:19:49 +0100 (BST) From: Peter Stephenson To: zsh-workers@zsh.org, =?UTF-8?Q?=C4=B0smail_D=C3=B6nmez?= Message-ID: <524677991.1156882.1536578389106@mail2.virginmedia.com> In-Reply-To: References: <20180910103226eucas1p2c84a98abec87724d039d0f14a33c3d28~TA1GZtpYp3066130661eucas1p2z@eucas1p2.samsung.com> Subject: Re: W02jobs.ztst hangs with zsh 5.6.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Priority: 3 Importance: Medium X-Mailer: Open-Xchange Mailer v7.8.3-Rev48 X-Originating-IP: 213.86.214.118 X-Originating-Client: open-xchange-appsuite X-CMAE-Envelope: MS4wfO2OsUDuxAJ10cttSKzZa6Qvwd+gEb0kmhyC6dKrfc9mrv/sQHOQZSRW8bxsiPZu/k+TWf93tdM/Pac5R80RmNc2z2Xqc93NY254mlXUScbetoDR/Xr7 7zailf+nl7SL75Af6xRyumKakrdP9ZDvrrWpBlOvhJ3IJpUua9t3r5Hz5eQRv+TI/7RgdaI+etmlf+EEb3O7DhgSmuItdSXIenPXSJHY2Xt63ftRA9+Vla/d > On 10 September 2018 at 11:39 =C4=B0smail D=C3=B6nmez w= rote: > Running test: `jobs -r` and `jobs -s` with suspended job > ZTST_test: expecting status: 0 > Input: /tmp/zsh.ztst.13823/ztst.in, output: > /tmp/zsh.ztst.13823/ztst.out, error: /tmp/zsh.ztst.13823/ztst.terr >=20 > (*.in, *.terr is empty), so: > havana ~ > cat /tmp/zsh.ztst.13823/ztst.out > zsh:*(stopped|suspended)*sleep* > - > \[1] + (stopped|suspended)*sleep* Thanks --- the test is doing the following. sleep 5 ^Z # Should print stopped / suspended message. jobs -r # Shouldn't print anything. print -- - # Should print "-" --- not really important here, it's # just to sync up the output within the test system. jobs -s # Should show the job. # The test doesn't bother with the following, it just exits, but # to try it out by hand I suggest... kill %1 Could you try this by hand to check? I'd be very surprised if it failed, as all the hairiness here is in the use of zpty in the test system, which I've had a lot of trouble with when trying to add new tests. Again, I suspect pre-existing races rather than the explicit effect of new changes. In that case I think we'll just have to disable much of W02. Thanks! pws