From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28656 invoked by alias); 2 Dec 2013 09:45:13 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 18179 Received: (qmail 23017 invoked from network); 2 Dec 2013 09:45:06 -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=-6.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_HI, SPF_HELO_PASS autolearn=ham version=3.3.2 X-AuditID: cbfec7f5-b7f706d0000017c2-61-529c544425b5 Date: Mon, 02 Dec 2013 09:34:59 +0000 From: Peter Stephenson To: Zsh Users Subject: Re: 5.0.2-test-2 is available Message-id: <20131202093459.6e2cf7ed@pwslap01u.europe.root.pri> In-reply-to: <20131202151557.1636@binki> References: <20131201194653.7a98a4a4@pws-pc.ntlworld.com> <20131202151557.1636@binki> Organization: Samsung Cambridge Solution Centre X-Mailer: Claws Mail 3.7.9 (GTK+ 2.22.0; i386-redhat-linux-gnu) MIME-version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7bit X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFupmluLIzCtJLcpLzFFi42I5/e/4FV2XkDlBBpt3C1nsOLmS0YHRY9XB D0wBjFFcNimpOZllqUX6dglcGb9WzGEseMVW8ebLWqYGxsWsXYycHBICJhJbOieyQ9hiEhfu rWfrYuTiEBJYyihx+H07M5TDJNH0ahYLSBWLgKrEuW3bwbrZBAwlpm6azQhiiwgoSpz59Y0J xBYWUJPonbgfqJmDg1fAXmLhFTuQMKeAhsSP7zfYQcJCAuESh7YXgoT5BfQlrv79xARxg73E zCtnwCbyCghK/Jh8D2wrs4CWxOZtTawQtrzE5jVvmScwCsxCUjYLSdksJGULGJlXMYqmliYX FCel5xrpFSfmFpfmpesl5+duYoQE4NcdjEuPWR1iFOBgVOLhrTg2O0iINbGsuDL3EKMEB7OS CK+Hz5wgId6UxMqq1KL8+KLSnNTiQ4xMHJxSDYytKYvvLrl586l26Lw9O9y4pT5tsf0n6u66 I18/U89OiEPax2vHhW18D2a7P33Crem4e5eSRqrTlZVmXlsv7Wk6UbDZzDIs6MXX6wdnaxUZ cH2Y5V8pXv/PbvXqtNULr5guEWb9z3HMQWl1vOyRpxf63y2Y16x93GTy+Tes6fv5mMzzsh7c bTJWYinOSDTUYi4qTgQAwebU+x4CAAA= On Mon, 02 Dec 2013 15:15:57 +0900 "d.henman" wrote: > I downloaded and successfully built the new test version on Cygwin, > the Posix emulation layer. The make check produced five test > failures. > > FAIL V08zpty.ztst so the zpty module dies. > > The first failed test is V08zpty.ztst, hangs indefinitely, which it > normally does on my Cygwin setup. I think it has to do with Cygwin's > emulating pipes or sockets or the like. > > The other four tests which fail are, but they don't hang: > FAIL Y01completion.ztst > FAIL Y02compmatch.ztst > FAIL Y03arguments.ztst These could well be down to the same thing --- the completion tests use zpty. We could make the V08 tests a dependency for the completion tests, although that's a higher level link than any we've had between the tests before. pws