Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Test Failures in Latest CVS
- X-seq: zsh-workers 18577
- From: Vin Shelton <acs@xxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Test Failures in Latest CVS
- Date: Fri, 23 May 2003 20:49:10 -0400
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- Organization: EtherSoft, Inc
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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author