zsh-workers
 help / color / mirror / code / Atom feed
From: Vin Shelton <shelton@icd.teradyne.com>
To: zsh-workers@sunsite.dk
Subject: Test Results on cygwin
Date: 09 Jul 2001 10:06:27 -0400	[thread overview]
Message-ID: <545elrqrycc.fsf@icd.teradyne.com> (raw)


I built from the latest CVS sources, and here are my test results
under the latest cygwin.

cd Test ; make check
make[1]: Entering directory `/cygdrive/d/acs/build/zsh-2001-07-09-0723-GMT/Test'
if test -n "dllwrap"; then \
  cd .. && \
  make MODDIR=`pwd`/Test/Modules install.modules > /dev/null; \
fi
for f in /cygdrive/s/shelton/new/src/zsh-2001-07-09-0723-GMT/Test/*.ztst; do \
  ../Src/zsh +Z -f /cygdrive/s/shelton/new/src/zsh-2001-07-09-0723-GMT/Test/ztst.zsh $f; \
done
/cygdrive/s/shelton/new/src/zsh-2001-07-09-0723-GMT/Test/A01grammar.ztst: starting.
This test hangs the shell when it fails...
/cygdrive/s/shelton/new/src/zsh-2001-07-09-0723-GMT/Test/A01grammar.ztst: all tests successful.
/cygdrive/s/shelton/new/src/zsh-2001-07-09-0723-GMT/Test/A02alias.ztst: starting.
/cygdrive/s/shelton/new/src/zsh-2001-07-09-0723-GMT/Test/A02alias.ztst: all tests successful.
/cygdrive/s/shelton/new/src/zsh-2001-07-09-0723-GMT/Test/A03quoting.ztst: starting.
/cygdrive/s/shelton/new/src/zsh-2001-07-09-0723-GMT/Test/A03quoting.ztst: all tests successful.
/cygdrive/s/shelton/new/src/zsh-2001-07-09-0723-GMT/Test/A04redirect.ztst: starting.
/cygdrive/s/shelton/new/src/zsh-2001-07-09-0723-GMT/Test/A04redirect.ztst: all tests successful.
/cygdrive/s/shelton/new/src/zsh-2001-07-09-0723-GMT/Test/A05execution.ztst: starting.
Test /cygdrive/s/shelton/new/src/zsh-2001-07-09-0723-GMT/Test/A05execution.ztst failed: bad status 1, expected 0 from:
  unfunction functst
  fpath=(.)
  print "print This is functst." >functst
  autoload functst
  functst
Error output:
ZTST_execchunk:2: functst: function definition file not found
Was testing: autoloading (1)
/cygdrive/s/shelton/new/src/zsh-2001-07-09-0723-GMT/Test/A05execution.ztst: test failed.
/cygdrive/s/shelton/new/src/zsh-2001-07-09-0723-GMT/Test/B01cd.ztst: starting.
/cygdrive/s/shelton/new/src/zsh-2001-07-09-0723-GMT/Test/B01cd.ztst: all tests successful.
/cygdrive/s/shelton/new/src/zsh-2001-07-09-0723-GMT/Test/C01arith.ztst: starting.
/cygdrive/s/shelton/new/src/zsh-2001-07-09-0723-GMT/Test/C01arith.ztst: all tests successful.
/cygdrive/s/shelton/new/src/zsh-2001-07-09-0723-GMT/Test/C02cond.ztst: starting.
Warning: Not testing [[ -b blockdevice ]] (no devices found)
Test /cygdrive/s/shelton/new/src/zsh-2001-07-09-0723-GMT/Test/C02cond.ztst failed: bad status 1, expected 0 from:
  [[ -g modish && ! -g zerolength ]]
Was testing: -g cond
/cygdrive/s/shelton/new/src/zsh-2001-07-09-0723-GMT/Test/C02cond.ztst: test failed.
/cygdrive/s/shelton/new/src/zsh-2001-07-09-0723-GMT/Test/C03traps.ztst: starting.
This test takes at least three seconds...
This test, too, takes at least three seconds...
/cygdrive/s/shelton/new/src/zsh-2001-07-09-0723-GMT/Test/C03traps.ztst: all tests successful.
/cygdrive/s/shelton/new/src/zsh-2001-07-09-0723-GMT/Test/C04funcdef.ztst: starting.
/cygdrive/s/shelton/new/src/zsh-2001-07-09-0723-GMT/Test/C04funcdef.ztst: all tests successful.
/cygdrive/s/shelton/new/src/zsh-2001-07-09-0723-GMT/Test/D01prompt.ztst: starting.
/cygdrive/s/shelton/new/src/zsh-2001-07-09-0723-GMT/Test/D01prompt.ztst: all tests successful.
/cygdrive/s/shelton/new/src/zsh-2001-07-09-0723-GMT/Test/D02glob.ztst: starting.
/cygdrive/s/shelton/new/src/zsh-2001-07-09-0723-GMT/Test/D02glob.ztst: all tests successful.
/cygdrive/s/shelton/new/src/zsh-2001-07-09-0723-GMT/Test/D03procsubst.ztst: starting.
/cygdrive/s/shelton/new/src/zsh-2001-07-09-0723-GMT/Test/D03procsubst.ztst: skipped (process substitution is not support
ed)
/cygdrive/s/shelton/new/src/zsh-2001-07-09-0723-GMT/Test/D04parameter.ztst: starting.
/cygdrive/s/shelton/new/src/zsh-2001-07-09-0723-GMT/Test/D04parameter.ztst: all tests successful.
/cygdrive/s/shelton/new/src/zsh-2001-07-09-0723-GMT/Test/D05array.ztst: starting.
/cygdrive/s/shelton/new/src/zsh-2001-07-09-0723-GMT/Test/D05array.ztst: all tests successful.
/cygdrive/s/shelton/new/src/zsh-2001-07-09-0723-GMT/Test/D06subscript.ztst: starting.
/cygdrive/s/shelton/new/src/zsh-2001-07-09-0723-GMT/Test/D06subscript.ztst: all tests successful.
/cygdrive/s/shelton/new/src/zsh-2001-07-09-0723-GMT/Test/E01options.ztst: starting.
Test /cygdrive/s/shelton/new/src/zsh-2001-07-09-0723-GMT/Test/E01options.ztst failed: bad status 1, expected 0 from:
  fpath=(.)
  echo >foo 'echo foo loaded; foo() { echo foo run; }'
  echo >bar 'bar() { echo bar run; }'
  setopt kshautoload
  autoload foo bar
  foo
  bar
  unfunction foo bar
  unsetopt kshautoload
  autoload foo bar
  foo
  bar
Error output:
ZTST_execchunk:2: foo: function definition file not found
ZTST_execchunk:2: bar: function definition file not found
ZTST_execchunk:2: foo: function definition file not found
ZTST_execchunk:2: bar: function definition file not found
Was testing: KSH_AUTOLOAD option
/cygdrive/s/shelton/new/src/zsh-2001-07-09-0723-GMT/Test/E01options.ztst: test failed.
/cygdrive/s/shelton/new/src/zsh-2001-07-09-0723-GMT/Test/E02xtrace.ztst: starting.
/cygdrive/s/shelton/new/src/zsh-2001-07-09-0723-GMT/Test/E02xtrace.ztst: all tests successful.
/cygdrive/s/shelton/new/src/zsh-2001-07-09-0723-GMT/Test/V01zmodload.ztst: starting.
/cygdrive/s/shelton/new/src/zsh-2001-07-09-0723-GMT/Test/V01zmodload.ztst: all tests successful.
/cygdrive/s/shelton/new/src/zsh-2001-07-09-0723-GMT/Test/V02zregexparse.ztst: starting.
/cygdrive/s/shelton/new/src/zsh-2001-07-09-0723-GMT/Test/V02zregexparse.ztst: all tests successful.
/cygdrive/s/shelton/new/src/zsh-2001-07-09-0723-GMT/Test/Y01completion.ztst: starting.
/cygdrive/s/shelton/new/src/zsh-2001-07-09-0723-GMT/Test/Y01completion.ztst: all tests successful.
/cygdrive/s/shelton/new/src/zsh-2001-07-09-0723-GMT/Test/Y02compmatch.ztst: starting.
/cygdrive/s/shelton/new/src/zsh-2001-07-09-0723-GMT/Test/Y02compmatch.ztst: all tests successful.
/cygdrive/s/shelton/new/src/zsh-2001-07-09-0723-GMT/Test/Y03arguments.ztst: starting.
/cygdrive/s/shelton/new/src/zsh-2001-07-09-0723-GMT/Test/Y03arguments.ztst: all tests successful.
rm -rf Modules .zcompdump
make[1]: Leaving directory `/cygdrive/d/acs/build/zsh-2001-07-09-0723-GMT/Test'


                 reply	other threads:[~2001-07-09 14:06 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=545elrqrycc.fsf@icd.teradyne.com \
    --to=shelton@icd.teradyne.com \
    --cc=zsh-workers@sunsite.dk \
    /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).