zsh-workers
 help / color / mirror / code / Atom feed
From: Vin Shelton <acs@alumni.princeton.edu>
To: Peter Stephenson <p.stephenson@samsung.com>
Cc: "Zsh Hackers' List" <zsh-workers@zsh.org>
Subject: Re: PATH: autoload with explicit path
Date: Sun, 29 Jan 2017 16:53:01 -0500	[thread overview]
Message-ID: <CACeGjnXBtMn2AsW78_hZg9LVTbsTCp46fCszyJR+=i9dSRU8Lg@mail.gmail.com> (raw)
In-Reply-To: <alpine.LRH.2.00.1701291026360.4560@toltec.zanshin.com>

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

(Peter I copied you directly because email from my gmail account has been
bouncing.)

I am seeing two failures with the latest updates, see below.  Please let me
know if you need more info.

Regards,
  Vin


cd Test ; make check
make[1]: Entering directory '/SSD-2TB/opt/build/zsh-2017-01-29/Test'
if test -n "gcc"; then \
  cd .. && DESTDIR= \
  make MODDIR=`pwd`/Test/Modules install.modules > /dev/null; \
fi
if ZTST_testlist="`for f in /opt/src/zsh-2017-01-29/Test/*.ztst; \
           do echo $f; done`" \
 ZTST_srcdir="/opt/src/zsh-2017-01-29/Test" \
 ZTST_exe=../Src/zsh \
 ../Src/zsh +Z -f /opt/src/zsh-2017-01-29/Test/runtests.zsh; then \
 stat=0; \
else \
 stat=1; \
fi; \
sleep 1; \
rm -rf Modules .zcompdump; \
exit $stat
/opt/src/zsh-2017-01-29/Test/A01grammar.ztst: starting.
This test hangs the shell when it fails...
/opt/src/zsh-2017-01-29/Test/A01grammar.ztst: all tests successful.
/opt/src/zsh-2017-01-29/Test/A02alias.ztst: starting.
This test hangs the shell when it fails...
/opt/src/zsh-2017-01-29/Test/A02alias.ztst: all tests successful.

/opt/src/zsh-2017-01-29/Test/A03quoting.ztst: starting.
/opt/src/zsh-2017-01-29/Test/A03quoting.ztst: all tests successful.
/opt/src/zsh-2017-01-29/Test/A04redirect.ztst: starting.
/opt/src/zsh-2017-01-29/Test/A04redirect.ztst: all tests successful.
/opt/src/zsh-2017-01-29/Test/A05execution.ztst: starting.
This test takes 5 seconds to fail...
This test takes 3 seconds and hangs the shell when it fails...
/opt/src/zsh-2017-01-29/Test/A05execution.ztst: all tests successful.
/opt/src/zsh-2017-01-29/Test/A06assign.ztst: starting.
/opt/src/zsh-2017-01-29/Test/A06assign.ztst: all tests successful.
/opt/src/zsh-2017-01-29/Test/A07control.ztst: starting.
/opt/src/zsh-2017-01-29/Test/A07control.ztst: all tests successful.
/opt/src/zsh-2017-01-29/Test/B01cd.ztst: starting.
/opt/src/zsh-2017-01-29/Test/B01cd.ztst: all tests successful.
/opt/src/zsh-2017-01-29/Test/B02typeset.ztst: starting.
/opt/src/zsh-2017-01-29/Test/B02typeset.ztst: all tests successful.
/opt/src/zsh-2017-01-29/Test/B03print.ztst: starting.
/opt/src/zsh-2017-01-29/Test/B03print.ztst: all tests successful.
/opt/src/zsh-2017-01-29/Test/B04read.ztst: starting.
/opt/src/zsh-2017-01-29/Test/B04read.ztst: all tests successful.
/opt/src/zsh-2017-01-29/Test/B05eval.ztst: starting.
/opt/src/zsh-2017-01-29/Test/B05eval.ztst: all tests successful.
/opt/src/zsh-2017-01-29/Test/B06fc.ztst: starting.
/opt/src/zsh-2017-01-29/Test/B06fc.ztst: all tests successful.

/opt/src/zsh-2017-01-29/Test/B07emulate.ztst: starting.
/opt/src/zsh-2017-01-29/Test/B07emulate.ztst: all tests successful.
/opt/src/zsh-2017-01-29/Test/B08shift.ztst: starting.
/opt/src/zsh-2017-01-29/Test/B08shift.ztst: all tests successful.
/opt/src/zsh-2017-01-29/Test/B09hash.ztst: starting.
/opt/src/zsh-2017-01-29/Test/B09hash.ztst: all tests successful.
/opt/src/zsh-2017-01-29/Test/C01arith.ztst: starting.
/opt/src/zsh-2017-01-29/Test/C01arith.ztst: all tests successful.
/opt/src/zsh-2017-01-29/Test/C02cond.ztst: starting.
This test takes two seconds...
/opt/src/zsh-2017-01-29/Test/C02cond.ztst: all tests successful.
/opt/src/zsh-2017-01-29/Test/C03traps.ztst: starting.
This test takes at least three seconds...
This test, too, takes at least three seconds...
Another test that takes three seconds
/opt/src/zsh-2017-01-29/Test/C03traps.ztst: all tests successful.
/opt/src/zsh-2017-01-29/Test/C04funcdef.ztst: starting.
--- /tmp/zsh.ztst.11675/ztst.out 2017-01-29 16:48:50.438882533 -0500
+++ /tmp/zsh.ztst.11675/ztst.tout 2017-01-29 16:48:50.442882549 -0500
@@ -1 +1 @@
-oops is a shell function from CURDIR/oops
+oops is a shell function from /SSD-2TBCURDIR/oops
Test /opt/src/zsh-2017-01-29/Test/C04funcdef.ztst failed: output differs
from expected as shown above for:
  (
    fpath=(.)
    printf '%s\n' 'oops(){}' 'ninjas-earring(){}' 'oops "$@"' >oops
    autoload oops
    oops
    whence -v oops | sed -e "s%$PWD%CURDIR%"
  )
Was testing: whence -v of zsh-style autoload
/opt/src/zsh-2017-01-29/Test/C04funcdef.ztst: test failed.
/opt/src/zsh-2017-01-29/Test/C05debug.ztst: starting.
/opt/src/zsh-2017-01-29/Test/C05debug.ztst: all tests successful.
/opt/src/zsh-2017-01-29/Test/D01prompt.ztst: starting.
/opt/src/zsh-2017-01-29/Test/D01prompt.ztst: all tests successful.
/opt/src/zsh-2017-01-29/Test/D02glob.ztst: starting.
/opt/src/zsh-2017-01-29/Test/D02glob.ztst: all tests successful.
/opt/src/zsh-2017-01-29/Test/D03procsubst.ztst: starting.
/opt/src/zsh-2017-01-29/Test/D03procsubst.ztst: all tests successful.
/opt/src/zsh-2017-01-29/Test/D04parameter.ztst: starting.
/opt/src/zsh-2017-01-29/Test/D04parameter.ztst: all tests successful.

/opt/src/zsh-2017-01-29/Test/D05array.ztst: starting.
/opt/src/zsh-2017-01-29/Test/D05array.ztst: all tests successful.
/opt/src/zsh-2017-01-29/Test/D06subscript.ztst: starting.
/opt/src/zsh-2017-01-29/Test/D06subscript.ztst: all tests successful.
/opt/src/zsh-2017-01-29/Test/D07multibyte.ztst: starting.
Testing multibyte with locale en_US.UTF-8
Test case skipped: No Polish UTF-8 locale found, skipping sort test
/opt/src/zsh-2017-01-29/Test/D07multibyte.ztst: all tests successful.
/opt/src/zsh-2017-01-29/Test/D08cmdsubst.ztst: starting.
/opt/src/zsh-2017-01-29/Test/D08cmdsubst.ztst: all tests successful.
/opt/src/zsh-2017-01-29/Test/D09brace.ztst: starting.
/opt/src/zsh-2017-01-29/Test/D09brace.ztst: all tests successful.
/opt/src/zsh-2017-01-29/Test/E01options.ztst: starting.
This test hangs the shell when it fails...
/opt/src/zsh-2017-01-29/Test/E01options.ztst: all tests successful.
/opt/src/zsh-2017-01-29/Test/E02xtrace.ztst: starting.
/opt/src/zsh-2017-01-29/Test/E02xtrace.ztst: all tests successful.
/opt/src/zsh-2017-01-29/Test/V01zmodload.ztst: starting.
/opt/src/zsh-2017-01-29/Test/V01zmodload.ztst: all tests successful.
/opt/src/zsh-2017-01-29/Test/V02zregexparse.ztst: starting.
/opt/src/zsh-2017-01-29/Test/V02zregexparse.ztst: all tests successful.
/opt/src/zsh-2017-01-29/Test/V03mathfunc.ztst: starting.
/opt/src/zsh-2017-01-29/Test/V03mathfunc.ztst: all tests successful.
/opt/src/zsh-2017-01-29/Test/V04features.ztst: starting.
/opt/src/zsh-2017-01-29/Test/V04features.ztst: all tests successful.
/opt/src/zsh-2017-01-29/Test/V05styles.ztst: starting.
/opt/src/zsh-2017-01-29/Test/V05styles.ztst: all tests successful.
/opt/src/zsh-2017-01-29/Test/V06parameter.ztst: starting.
--- /tmp/zsh.ztst.14908/ztst.out 2017-01-29 16:48:55.798904574 -0500
+++ /tmp/zsh.ztst.14908/ztst.tout 2017-01-29 16:48:55.802904591 -0500
@@ -3,8 +3,8 @@
 Inside function fn
 2 + ./functrace.zsh:10 + ./functrace.zsh:5
 Inside autofn
-2 + ./functrace.zsh:20 + CURDIR/autofn:0
+2 + ./functrace.zsh:20 + /SSD-2TB/opt/build/zsh-2017-01-29/Test/autofn:0
 Inside autofn
-2 + ./functrace.zsh:21 + CURDIR/autofn:0
+2 + ./functrace.zsh:21 + /SSD-2TB/opt/build/zsh-2017-01-29/Test/autofn:0
 In sourced file
 2 + ./functrace.zsh:22 + ./sourcedfile:0
Test /opt/src/zsh-2017-01-29/Test/V06parameter.ztst failed: output differs
from expected as shown above for:
  print 'print In sourced file
  print $LINENO + $functrace + ${funcsourcetrace/#$PWD/CURDIR}
  ' >sourcedfile
  print -r -- 'print Started functrace.zsh
  module_path=(./Modules)
  print $LINENO + $functrace + ${funcsourcetrace/#$PWD/CURDIR}
  :
  fn() {
    print Inside function $0
    print $LINENO + $functrace + ${funcsourcetrace/#$PWD/CURDIR}
  }
  :
  fn
  :
  fpath=(. $fpath)
  :
  echo '\''print Inside $0
    print $LINENO + $functrace + ${funcsourcetrace/#$PWD/CURDIR}
  '\'' >autofn
  :
  autoload autofn
  :
  autofn
  autofn
  . ./sourcedfile' >functrace.zsh
  $ZTST_testdir/../Src/zsh +Z -f ./functrace.zsh
Was testing: Function tracing
/opt/src/zsh-2017-01-29/Test/V06parameter.ztst: test failed.
/opt/src/zsh-2017-01-29/Test/V07pcre.ztst: starting.
Testing PCRE multibyte with locale en_US.UTF-8
/opt/src/zsh-2017-01-29/Test/V07pcre.ztst: all tests successful.
/opt/src/zsh-2017-01-29/Test/V08zpty.ztst: starting.
/opt/src/zsh-2017-01-29/Test/V08zpty.ztst: all tests successful.
/opt/src/zsh-2017-01-29/Test/V09datetime.ztst: starting.
Test case skipped: Japanese UTF-8 locale not supported
/opt/src/zsh-2017-01-29/Test/V09datetime.ztst: all tests successful.
/opt/src/zsh-2017-01-29/Test/V10private.ztst: starting.
/opt/src/zsh-2017-01-29/Test/V10private.ztst: all tests successful.
/opt/src/zsh-2017-01-29/Test/W01history.ztst: starting.
History tests write to /dev/tty
  print ten ten nine one print

  print   print one two three four five six seven eight nine ten one two

  print mystery sequence

  print one

  print two

  print mystery sequence

  print metaphor\? shmetaphor!

  print metaphor!

  print -l metophor, Molochi,

  echo $(  echo foo bar) again

  echo more $(   echo $(  echo foo bar) again )

/opt/src/zsh-2017-01-29/Test/W01history.ztst: all tests successful.

/opt/src/zsh-2017-01-29/Test/X02zlevi.ztst: starting.
This test may hang the shell when it fails...
/opt/src/zsh-2017-01-29/Test/X02zlevi.ztst: all tests successful.
/opt/src/zsh-2017-01-29/Test/X03zlebindkey.ztst: starting.
/opt/src/zsh-2017-01-29/Test/X03zlebindkey.ztst: all tests successful.
/opt/src/zsh-2017-01-29/Test/Y01completion.ztst: starting.
/opt/src/zsh-2017-01-29/Test/Y01completion.ztst: all tests successful.
/opt/src/zsh-2017-01-29/Test/Y02compmatch.ztst: starting.
/opt/src/zsh-2017-01-29/Test/Y02compmatch.ztst: all tests successful.
/opt/src/zsh-2017-01-29/Test/Y03arguments.ztst: starting.
/opt/src/zsh-2017-01-29/Test/Y03arguments.ztst: all tests successful.
**************************************
46 successful test scripts, 2 failures, 0 skipped
**************************************
Makefile:187: recipe for target 'check' failed
make[1]: *** [check] Error 1
make[1]: Leaving directory '/SSD-2TB/opt/build/zsh-2017-01-29/Test'
Makefile:263: recipe for target 'check' failed
make: *** [check] Error 2
check_zsh: make check failed with error code 2.  See /tmp/zsh_check2065.out.


-- 
And my clothes don't fit me no more
I walked a thousand miles
Just to slip this skin

  reply	other threads:[~2017-01-30  6:29 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CGME20170127151334epcas2p4c32b57f69fcae22b40b309793eb8ceb6@epcas2p4.samsung.com>
2017-01-27 15:12 ` Sebastian Gniazdowski
2017-01-27 16:24   ` Peter Stephenson
2017-01-27 18:40     ` Sebastian Gniazdowski
2017-01-27 18:44       ` Peter Stephenson
2017-01-27 19:00         ` Sebastian Gniazdowski
2017-01-28 18:05         ` Bart Schaefer
2017-01-28 19:12           ` Peter Stephenson
2017-01-28 19:45             ` Bart Schaefer
2017-01-28 19:56               ` Peter Stephenson
2017-01-28 20:37                 ` Sebastian Gniazdowski
2017-01-29 12:27             ` Sebastian Gniazdowski
2017-01-29 16:11               ` Bart Schaefer
2017-01-29 17:32                 ` Sebastian Gniazdowski
2017-01-29 18:37                   ` Bart Schaefer
2017-01-29 21:53                     ` Vin Shelton [this message]
2017-01-30 10:06                       ` Peter Stephenson
2017-01-29 17:58                 ` Peter Stephenson
2017-01-30 11:37                   ` Sebastian Gniazdowski
2017-01-30 11:55                     ` Peter Stephenson
2016-12-11 22:18 Peter Stephenson
2016-12-12 16:05 ` Bart Schaefer
2016-12-12 16:31   ` Peter Stephenson
2016-12-12 18:09     ` Bart Schaefer
2017-01-10 19:31     ` Peter Stephenson
2017-01-11 11:42       ` Peter Stephenson
2017-01-11 20:51         ` Peter Stephenson
2017-01-12 20:42           ` Peter Stephenson
2017-01-13 18:04           ` Peter Stephenson
2017-01-16 10:37             ` Peter Stephenson
2017-01-16 15:04               ` Daniel Shahaf
2017-01-16 15:48                 ` Peter Stephenson
2017-01-16 15:22               ` Bart Schaefer
2017-01-16 15:59                 ` Peter Stephenson
     [not found]                   ` <CAHYJk3SB1NDj6y5TRHHsAVsyjHfZQhTzMRzTR2c-SVEc9oAwzA@mail.gmail.com>
2017-01-24 11:10                     ` Peter Stephenson
2017-01-11 21:13         ` Peter Stephenson

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='CACeGjnXBtMn2AsW78_hZg9LVTbsTCp46fCszyJR+=i9dSRU8Lg@mail.gmail.com' \
    --to=acs@alumni.princeton.edu \
    --cc=p.stephenson@samsung.com \
    --cc=zsh-workers@zsh.org \
    /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).