zsh-workers
 help / color / mirror / code / Atom feed
* Test Results on cygwin
@ 2001-07-09 14:06 Vin Shelton
  0 siblings, 0 replies; only message in thread
From: Vin Shelton @ 2001-07-09 14:06 UTC (permalink / raw)
  To: zsh-workers


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'


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-07-09 14:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-07-09 14:06 Test Results on cygwin Vin Shelton

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).