zsh-workers
 help / color / mirror / code / Atom feed
* Test Failures
@ 2003-09-25  1:29 Vin Shelton
  2003-09-25  4:06 ` Bart Schaefer
  0 siblings, 1 reply; 12+ messages in thread
From: Vin Shelton @ 2003-09-25  1:29 UTC (permalink / raw)
  To: zsh-workers

[-- Attachment #1: Type: text/plain, Size: 573 bytes --]

I'm getting 2 test failures on a zsh built from the latest CVS sources:

Error output:
(eval):typeset:1: -T requires names of scalar and array
Was testing: Tied parameters and uniquified colon-arrays
../../../src/zsh-2003-09-24-1942/Test/B02typeset.ztst: test failed.

and

Test ../../../src/zsh-2003-09-24-1942/Test/Y02compmatch.ztst failed: output differs from expected as shown above for:
 test_code m: list1
 comptest  $'tst \t'
Was testing: Match Error for "m:"
../../../src/zsh-2003-09-24-1942/Test/Y02compmatch.ztst: test failed.

Here are the entire test results:


[-- Attachment #2: check.out --]
[-- Type: application/octet-stream, Size: 5589 bytes --]

[-- Attachment #3: Type: text/plain, Size: 83 bytes --]


Peter, at least the first one seems to be a result of your changes.

HTH,
  - Vin

^ permalink raw reply	[flat|nested] 12+ messages in thread
* Test Failures
@ 2003-03-28 20:24 Vin Shelton
  2003-03-30 18:59 ` Bart Schaefer
  0 siblings, 1 reply; 12+ messages in thread
From: Vin Shelton @ 2003-03-28 20:24 UTC (permalink / raw)
  To: Zsh hackers list

Recently (starting I think on March 26), this failure appeared in the
test suite:

cd Test ; make check
make[1]: Entering directory `/u/shelton2/software/build/SunOS-5.8/zsh-2003-03-27/Test'
if test -n "/opt/SUNWspro/bin/cc"; then \
  cd .. && DESTDIR= \
  make MODDIR=`pwd`/Test/Modules install.modules > /dev/null; \
fi
mkdir /u/shelton2/software/build/SunOS-5.8/zsh-2003-03-27/Test/Modules
mkdir /u/shelton2/software/build/SunOS-5.8/zsh-2003-03-27/Test/Modules/zsh
mkdir /u/shelton2/software/build/SunOS-5.8/zsh-2003-03-27/Test/Modules/zsh/net
for f in /u/shelton2/software/src/zsh-2003-03-27/Test/*.ztst; do \
  ../Src/zsh +Z -f /u/shelton2/software/src/zsh-2003-03-27/Test/ztst.zsh $f; \
done
/u/shelton2/software/src/zsh-2003-03-27/Test/A01grammar.ztst: starting.
*** /tmp/zsh.ztst.err.4366	Thu Mar 27 04:20:15 2003
--- /tmp/zsh.ztst.terr.4366	Thu Mar 27 04:20:15 2003
***************
*** 1,2 ****
- 1) one     2) two     3) three   
  input> input> 
--- 1 ----
Test /u/shelton2/software/src/zsh-2003-03-27/Test/A01grammar.ztst failed: error output differs from expected as shown above for:
  PS3="input> "
  select name in one two three; do
    print $name
  done
Was testing: `select' loop
/u/shelton2/software/src/zsh-2003-03-27/Test/A01grammar.ztst: test failed.

System info:
  uname -a reports:
    SunOS denver 5.8 Generic_108528-14 sun4u sparc SUNW,Ultra-5_10 Solaris

  Built with:
    cc: WorkShop Compilers 4.2 30 Oct 1996 C 4.2

configuration info:
/u/shelton2/software/src/zsh-2003-03-27/configure '--prefix=/u/shelton2/software/SunOS-5.8/zsh-2003-03-27' '--datadir=/u/shelton2/software/share' '--enable-zsh-mem' '--enable-etcdir=/u/shelton2/software/etc' '--enable-dynamic' '--disable-nls' '--disable-locale' 'CC=/opt/SUNWspro/bin/cc' 'CFLAGS=-xO5 -dalign'

HTH,
  Vin


^ permalink raw reply	[flat|nested] 12+ messages in thread
* Test failures
@ 2000-05-03  5:33 Felix Rosencrantz
  0 siblings, 0 replies; 12+ messages in thread
From: Felix Rosencrantz @ 2000-05-03  5:33 UTC (permalink / raw)
  To: zsh-workers

I'm seeing a couple test failures.

This is new and might be related to 11058:
*** /tmp/zsh.ztst.out.9344      Tue May  2 10:13:26 2000
--- /tmp/zsh.ztst.tout.9344     Tue May  2 10:13:27 2000
***************
*** 1,2 ****
  line: {tst a }{}
- MESSAGE:{no more arguments}
--- 1 ----
Test ./53completion.ztst failed: output differs from expected as shown above
for:
 comptest -c "$code" $'tst a \t'
Was testing: _arguments
./53completion.ztst: test failed.


The following failure has been around since the test was added April 19th.

*** /tmp/zsh.ztst.out.8907      Tue May  2 10:13:07 2000
--- /tmp/zsh.ztst.tout.8907     Tue May  2 10:13:07 2000
***************
*** 1,4 ****
  be could I I programme recorded that watching
! be could I I programme recorded that watching
! watching that recorded programme I I could be
  watching that recorded programme I I could be
--- 1,4 ----
+ I I be could programme recorded that watching
  be could I I programme recorded that watching
! watching that recorded programme could be I I
  watching that recorded programme I I could be
Test ./13parameter.ztst failed: output differs from expected as shown above
for:
  # it doesn't *say* these are case-insensitive without i...
  # I think this is a bug.
  foo=(I could be watching that programme I recorded)
  print ${(o)foo}
  print ${(oi)foo}
  print ${(O)foo}
  print ${(Oi)foo}
Was testing: ${(o)...}, ${(O)...}
./13parameter.ztst: test failed.


I'm building on Solaris 2.6 with gcc 2.8.1 and static libraries.  Though my
guess is that these might generic bugs or related to environment issues. 
Though
I haven't investigated.

-FR

__________________________________________________
Do You Yahoo!?
Send instant messages & get email alerts with Yahoo! Messenger.
http://im.yahoo.com/


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2003-09-25  9:46 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-25  1:29 Test Failures Vin Shelton
2003-09-25  4:06 ` Bart Schaefer
2003-09-25  7:38   ` Wayne Davison
2003-09-25  9:39     ` Peter Stephenson
  -- strict thread matches above, loose matches on Subject: below --
2003-03-28 20:24 Vin Shelton
2003-03-30 18:59 ` Bart Schaefer
2003-03-30 20:08   ` Vin Shelton
2003-03-31 10:22     ` Peter Stephenson
2003-03-31 21:59       ` Vin Shelton
2003-04-01  9:52         ` Peter Stephenson
2003-04-01 13:37           ` Vin Shelton
2000-05-03  5:33 Test failures Felix Rosencrantz

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