zsh-workers
 help / color / mirror / code / Atom feed
* Test Failures in Latest CVS
@ 2003-05-24  0:49 Vin Shelton
  2003-05-24 22:42 ` Peter Stephenson
  0 siblings, 1 reply; 3+ messages in thread
From: Vin Shelton @ 2003-05-24  0:49 UTC (permalink / raw)
  To: zsh-workers

Hello,

The 5/21 build passes all tests, but builds from the current CVS do not:

...

../../../src/zsh-2003-05-23/Test/B02typeset.ztst: starting.
ZTST_test:76: no such file or directory: 
../../../src/zsh-2003-05-23/Test/ztst.zsh:421: bad math expression: operand expected at `'
: all tests successful.
ZTST_cleanup:2: command not found: rm

...

../../../src/zsh-2003-05-23/Test/E01options.ztst: starting.
*** /tmp/zsh.ztst.out.15277	Fri May 23 20:25:18 2003
--- /tmp/zsh.ztst.tout.15277	Fri May 23 20:25:18 2003
***************
*** 1,12 ****
  inside1 scalar-local-export
! inside2 scalar-local-export
  inside3 scalar-export
  outside1 scalar
! outside2 scalar
  inside3 scalar-export
  inside1 scalar-export
! inside2 scalar-local-export
  inside3 scalar-export
  inside1 scalar-export
! outside2 scalar
  inside3 scalar-export
--- 1,12 ----
  inside1 scalar-local-export
! inside2 scalar-export
  inside3 scalar-export
  outside1 scalar
! inside2 scalar-export
  inside3 scalar-export
  inside1 scalar-export
! inside2 scalar-export
  inside3 scalar-export
  inside1 scalar-export
! inside2 scalar-export
  inside3 scalar-export
Test ../../../src/zsh-2003-05-23/Test/E01options.ztst failed: output differs from expected as shown above for:
  showit() { local v;
             for v in first second third; do
               eval print \$$v \$\{\(t\)$v\}
	     done;
           }      
  setit() { typeset -x first=inside1;
            typeset +g -x second=inside2;
            typeset -g -x third=inside3;
            showit;
          }
  first=outside1 second=outside2 third=outside3
  unsetopt globalexport
  setit
  showit
  setopt globalexport
  setit
  showit
  unfunction setit showit
Was testing: GLOBAL_EXPORT option
../../../src/zsh-2003-05-23/Test/E01options.ztst: test failed.

This is on a

Linux zion.rcn.com 2.4.21-0.13mdkcustom #4 SMP Sat Mar 8 23:08:38 EST 2003 i686 unknown unknown GNU/Linux

system, but I believe I saw the same failures on my Solaris systems at
work.

HTH,
  Vin


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

end of thread, other threads:[~2003-05-24 23:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-24  0:49 Test Failures in Latest CVS Vin Shelton
2003-05-24 22:42 ` Peter Stephenson
2003-05-24 23:16   ` 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).