zsh-workers
 help / color / mirror / code / Atom feed
From: Peter Whaite <peta@cortexmachina.com>
To: zsh-workers@sunsite.dk
Subject: Latest cvs hangs in completion tests
Date: Thu, 14 Jun 2001 16:48:06 -0400	[thread overview]
Message-ID: <200106142048.QAA30512@aragorn.cortexmachina.com> (raw)


I noticed this after the readonly patch (#14915) went in.   Pretty sure it was
ok before that. System is:
  
  % cat /etc/issue

  Red Hat Linux release 6.2 (mixed)
  Kernel 2.4.3 on an i686

  % uname -a
  Linux aragorn 2.4.3 #8 Mon Apr 30 19:05:32 EDT 2001 i686 unknown

Verbose test output:

  % ZTST_verbose=2 make test TESTNUM=Y 
  if test -n "gcc"; then \
    cd .. && \
    make MODDIR=`pwd`/Test/Modules install.modules > /dev/null; \
  fi
  for f in ./Y*.ztst; do \
    ../Src/zsh +Z -f ./ztst.zsh $f; \
  done
  ./Y01completion.ztst: starting.
  ZTST_getsect: read section name: prep
  ZTST_getchunk: read code chunk:
    . $ZTST_srcdir/comptest
  ZTST_execchunk: status 0
  ZTST_getchunk: read code chunk:
    mkdir comp.tmp
    cd comp.tmp
  ZTST_execchunk: status 0
  ZTST_getchunk: read code chunk:
    comptestinit -z $ZTST_testdir/../Src/zsh
  ZTST_execchunk: status 0
  ZTST_getchunk: read code chunk:
    mkdir dir1
    mkdir dir2
    touch file1
    touch file2
  ZTST_execchunk: status 0
  ZTST_getchunk: read code chunk:

  ZTST_getsect: read section name: test
  ZTST_test: looking for new test
  ZTST_test: examining line:

  ZTST_test: examining line:
    comptest $': \t\t\t\t\t\t\t'
  ZTST_getchunk: read code chunk:
    comptest $': \t\t\t\t\t\t\t'
  ZTST_test: examining line:
  >line: {: }{}
  ZTST_getredir: read redir for '>':
  line: {: }{}
  DESCRIPTION:{file}
  DI:{dir1}
  DI:{dir2}
  FI:{file1}
  FI:{file2}
  line: {: dir1/}{}
  line: {: dir2/}{}
  line: {: file1}{}
  line: {: file2}{}
  line: {: dir1/}{}
  line: {: dir2/}{}
  ZTST_test: examining line:

  Running test: directories and files
  ZTST_test: expecting status: 0

Then hangs.  Note directory group is sticky which may be a bit unusual...

  % ls -ld comp.tmp
  drwxrwsr-x    4 peta     maint        1024 Jun 14 16:36 comp.tmp/
  % ls -lR comp.tmp 
  comp.tmp:
  total 2
  drwxrwsr-x    2 peta     maint        1024 Jun 14 16:36 dir1/
  drwxrwsr-x    2 peta     maint        1024 Jun 14 16:36 dir2/
  -rw-rw-r--    1 peta     maint           0 Jun 14 16:36 file1
  -rw-rw-r--    1 peta     maint           0 Jun 14 16:36 file2

  comp.tmp/dir1:
  total 0

  comp.tmp/dir2:
  total 0

Let me know if other info is needed.

--
peta


             reply	other threads:[~2001-06-14 20:48 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-06-14 20:48 Peter Whaite [this message]
2001-06-15  9:52 ` Peter Stephenson
2001-06-15  9:59   ` Peter Stephenson
2001-06-15 10:05 ` Bart Schaefer
2001-06-15 10:25   ` Peter Stephenson
2001-06-15 12:20     ` Andrej Borsenkow

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=200106142048.QAA30512@aragorn.cortexmachina.com \
    --to=peta@cortexmachina.com \
    --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).