zsh-workers
 help / color / mirror / code / Atom feed
From: Vin Shelton <acs@alumni.princeton.edu>
To: zsh-workers@sunsite.dk
Subject: Test Failures in Latest CVS
Date: Fri, 23 May 2003 20:49:10 -0400	[thread overview]
Message-ID: <m21xyp1855.fsf@zion.rcn.com> (raw)

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


             reply	other threads:[~2003-05-24  0:52 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-05-24  0:49 Vin Shelton [this message]
2003-05-24 22:42 ` Peter Stephenson
2003-05-24 23:16   ` Vin Shelton

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