zsh-workers
 help / color / mirror / code / Atom feed
From: Vin Shelton <acs@alumni.princeton.edu>
To: zsh-workers@sunsite.dk
Subject: Test Failures from Latest CVS
Date: 03 Apr 2001 00:46:40 -0400	[thread overview]
Message-ID: <m2lmpimvyn.fsf@zion.rcn.com> (raw)

Under Mandrake 7.2, gcc-2.95.3, glibc-2.1.3-18, with uname -a
reporting:
'Linux zion.rcn.com 2.4.3 #2 SMP Fri Mar 30 23:27:06 EST 2001 i686 unknown',
I'm getting the following failures from 'make check':

cd Test ; make check
make[1]: Entering directory `/usr/local/build/zsh-2001-04-02/Test'
if test -n "gcc"; then \
  cd .. && \
  make MODDIR=`pwd`/Test/Modules install.modules > /dev/null; \
fi
mkdir /usr/local/build/zsh-2001-04-02/Test/Modules
mkdir /usr/local/build/zsh-2001-04-02/Test/Modules/zsh
for f in /usr/local/src/zsh-2001-04-02/Test/*.ztst; do \
  ../Src/zsh +Z -f /usr/local/src/zsh-2001-04-02/Test/ztst.zsh $f; \
done
/usr/local/src/zsh-2001-04-02/Test/A01grammar.ztst: starting.
This test hangs the shell when it fails...
/usr/local/src/zsh-2001-04-02/Test/A01grammar.ztst: all tests successful.
/usr/local/src/zsh-2001-04-02/Test/A02alias.ztst: starting.
/usr/local/src/zsh-2001-04-02/Test/A02alias.ztst: all tests successful.
/usr/local/src/zsh-2001-04-02/Test/A03quoting.ztst: starting.
/usr/local/src/zsh-2001-04-02/Test/A03quoting.ztst: all tests successful.
/usr/local/src/zsh-2001-04-02/Test/A04redirect.ztst: starting.
/usr/local/src/zsh-2001-04-02/Test/A04redirect.ztst: all tests successful.
/usr/local/src/zsh-2001-04-02/Test/A05execution.ztst: starting.
/usr/local/src/zsh-2001-04-02/Test/A05execution.ztst: all tests successful.
/usr/local/src/zsh-2001-04-02/Test/B01cd.ztst: starting.
/usr/local/src/zsh-2001-04-02/Test/B01cd.ztst: all tests successful.
/usr/local/src/zsh-2001-04-02/Test/C01arith.ztst: starting.
/usr/local/src/zsh-2001-04-02/Test/C01arith.ztst: all tests successful.
/usr/local/src/zsh-2001-04-02/Test/C02cond.ztst: starting.
Test /usr/local/src/zsh-2001-04-02/Test/C02cond.ztst failed: bad status 1, expected 0 from:
  # Find a block special file system.  This is a little tricky.
  block=$(find /dev /devices -type b -print 2>/dev/null|head -1) &&
  [[ -b $block && ! -b zerolength ]]
Was testing: -b cond
/usr/local/src/zsh-2001-04-02/Test/C02cond.ztst: test failed.
/usr/local/src/zsh-2001-04-02/Test/C03traps.ztst: starting.
This test takes at least three seconds...
This test, too, takes at least three seconds...
/usr/local/src/zsh-2001-04-02/Test/C03traps.ztst: all tests successful.
/usr/local/src/zsh-2001-04-02/Test/C04funcdef.ztst: starting.
/usr/local/src/zsh-2001-04-02/Test/C04funcdef.ztst: all tests successful.
/usr/local/src/zsh-2001-04-02/Test/D01prompt.ztst: starting.
/usr/local/src/zsh-2001-04-02/Test/D01prompt.ztst: all tests successful.
/usr/local/src/zsh-2001-04-02/Test/D02glob.ztst: starting.
/usr/local/src/zsh-2001-04-02/Test/D02glob.ztst: all tests successful.
/usr/local/src/zsh-2001-04-02/Test/D03procsubst.ztst: starting.
/usr/local/src/zsh-2001-04-02/Test/D03procsubst.ztst: all tests successful.
/usr/local/src/zsh-2001-04-02/Test/D04parameter.ztst: starting.
/usr/local/src/zsh-2001-04-02/Test/D04parameter.ztst: all tests successful.
/usr/local/src/zsh-2001-04-02/Test/D05array.ztst: starting.
/usr/local/src/zsh-2001-04-02/Test/D05array.ztst: all tests successful.
/usr/local/src/zsh-2001-04-02/Test/E02xtrace.ztst: starting.
/usr/local/src/zsh-2001-04-02/Test/E02xtrace.ztst: all tests successful.
/usr/local/src/zsh-2001-04-02/Test/V02zregexparse.ztst: starting.
/usr/local/src/zsh-2001-04-02/Test/V02zregexparse.ztst: all tests successful.
/usr/local/src/zsh-2001-04-02/Test/Y01completion.ztst: starting.
*** /tmp/zsh.ztst.out.29733	Mon Apr  2 21:26:40 2001
--- /tmp/zsh.ztst.tout.29733	Mon Apr  2 21:26:40 2001
***************
*** 1,12 ****
  line: {: }{}
! DESCRIPTION:{file}
! DI:{dir1}
! DI:{dir2}
! FI:{file1}
! FI:{file2}
! line: {: dir1/}{}
! line: {: dir2/}{}
! line: {: file1}{}
! line: {: file2}{}
! line: {: dir1/}{}
! line: {: dir2/}{}
--- 1,7 ----
  line: {: }{}
! line: {: }{}
! line: {: }{}
! line: {: }{}
! line: {: }{}
! line: {: }{}
! line: {: }{}
Test /usr/local/src/zsh-2001-04-02/Test/Y01completion.ztst failed: output differs from expected as shown above for:
  comptest $': \t\t\t\t\t\t\t'
Was testing: directories and files
/usr/local/src/zsh-2001-04-02/Test/Y01completion.ztst: test failed.
/usr/local/src/zsh-2001-04-02/Test/Y02compmatch.ztst: starting.
*** /tmp/zsh.ztst.out.29749	Mon Apr  2 21:26:40 2001
--- /tmp/zsh.ztst.tout.29749	Mon Apr  2 21:26:40 2001
***************
*** 1,3 ****
  line: {tst }{}
- COMPADD:{_tst:compadd: unknown match specification character `z'}
- INSERT_POSITIONS:{}
--- 1 ----
Test /usr/local/src/zsh-2001-04-02/Test/Y02compmatch.ztst failed: output differs from expected as shown above for:
 test_code z: list1
 comptest  $'tst \t'
Was testing: Match Error for "z:"
/usr/local/src/zsh-2001-04-02/Test/Y02compmatch.ztst: test failed.
/usr/local/src/zsh-2001-04-02/Test/Y03arguments.ztst: starting.
*** /tmp/zsh.ztst.out.29763	Mon Apr  2 21:26:40 2001
--- /tmp/zsh.ztst.tout.29763	Mon Apr  2 21:26:40 2001
***************
*** 1,11 ****
! line: {tst arg1 }{}
! line: {tst arg1 }{}
! line: {tst arg1 }{}
! line: {tst arg1 }{}
! line: {tst arg1 }{}
! line: {tst r}{}
! line: {tst x}{}
! line: {tst x }{}
! MESSAGE:{no more arguments}
! line: {tst x y }{}
! MESSAGE:{no more arguments}
--- 1,9 ----
! line: {tst }{}
! line: {a}{}
! line: {ar}{}
! line: {arg}{}
! line: {arg1}{}
! line: {r}{}
! line: {x}{}
! line: {x }{}
! line: {x y }{}
Test /usr/local/src/zsh-2001-04-02/Test/Y03arguments.ztst failed: output differs from expected as shown above for:
 tst_arguments ':desc1:(arg1)'
 comptest $'tst \t\C-wa\t\C-war\t\C-warg\t\C-warg1\t\C-wr\t\C-wx\t \ty \t'
Was testing: one non-option argument
/usr/local/src/zsh-2001-04-02/Test/Y03arguments.ztst: test failed.
make[1]: [check] Error 1 (ignored)
rm -rf Modules .zcompdump
make[1]: Leaving directory `/usr/local/build/zsh-2001-04-02/Test'


Notice the failures on: C02cond, Y01completion, Y02compmatch, and
Y03arguments.  I'm a little behind in my reading of the mail list, so
please forgive me if these are known difficulties.

  - vin


             reply	other threads:[~2001-04-03  4:40 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-04-03  4:46 Vin Shelton [this message]
2001-04-03 11:22 ` Sven Wischnowsky
2001-04-04  3:16   ` Vin Shelton
     [not found]     ` <1010404153344.ZM32462@candle.brasslantern.com>
2001-04-04 21:24       ` Vin Shelton
2004-09-04  1:29 Test Failures from latest CVS Vin Shelton
2004-09-04 15:11 ` Bart Schaefer
2004-09-04 16:38   ` Bart Schaefer
2004-09-05 17:36     ` Peter Stephenson
2004-09-05 18:12       ` Bart Schaefer

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=m2lmpimvyn.fsf@zion.rcn.com \
    --to=acs@alumni.princeton.edu \
    --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).