zsh-workers
 help / color / mirror / code / Atom feed
From: Peter Stephenson <p.stephenson@samsung.com>
To: Zsh Hackers' List <zsh-workers@zsh.org>
Subject: Re: PATCH: don't run zpty tests on Cygwin
Date: Wed, 14 Jan 2015 17:28:55 +0000	[thread overview]
Message-ID: <20150114172855.20d1f548@pwslap01u.europe.root.pri> (raw)
In-Reply-To: <CAJ1KOAiX9PVEMOOfh_9_aebVvH6Whkbuo4ipfOC-Xi9ALPS-BA@mail.gmail.com>

On Wed, 14 Jan 2015 19:10:51 +0200
İsmail Dönmez <ismail@donmez.ws> wrote:
> X02zlevi.ztst is also hanging due to zpty.

Missed that.

My own Cygwin test hasn't got that far in the last hour.  It's having
trouble forking processes.  Not ideal.

pws

diff --git a/Test/X02zlevi.ztst b/Test/X02zlevi.ztst
index 7bb35d5..6ca047d 100644
--- a/Test/X02zlevi.ztst
+++ b/Test/X02zlevi.ztst
@@ -1,7 +1,9 @@
 # Tests of the vi mode of ZLE
 
 %prep
-  if ( zmodload -i zsh/zpty ) >/dev/null 2>&1; then
+  if [[ $OSTYPE = cygwin ]]; then
+    ZTST_unimplemented="the zsh/zpty module does not work on Cygwin"
+  elif ( zmodload -i zsh/zpty ) >/dev/null 2>&1; then
     . $ZTST_srcdir/comptest
     comptestinit -v -z $ZTST_testdir/../Src/zsh
   else


  reply	other threads:[~2015-01-14 17:29 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-14 13:32 Peter Stephenson
2015-01-14 13:48 ` İsmail Dönmez
2015-01-14 14:12   ` Peter Stephenson
2015-01-14 17:00     ` İsmail Dönmez
2015-01-14 17:10 ` İsmail Dönmez
2015-01-14 17:28   ` Peter Stephenson [this message]
2015-01-14 17:36     ` İsmail Dönmez

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150114172855.20d1f548@pwslap01u.europe.root.pri \
    --to=p.stephenson@samsung.com \
    --cc=zsh-workers@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).