zsh-workers
 help / color / mirror / code / Atom feed
* Failure in A01grammar.ztst and C02cond.ztst
@ 2011-04-20 14:55 İsmail Dönmez
  2011-04-21  7:44 ` İsmail Dönmez
  0 siblings, 1 reply; 5+ messages in thread
From: İsmail Dönmez @ 2011-04-20 14:55 UTC (permalink / raw)
  To: zsh-workers

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

I am testing 4.3.10-dev-2 release on a wide range of openSUSE & SUSE
releases (https://build.opensuse.org/package/show?package=zsh&project=shells)
and some machines seem to have problems with these two tests. Here is the
error outputs, any ideas appreciated.



./A01grammar.ztst: starting.
*** /tmp/zsh.ztst.err.13556     Wed Apr 20 14:47:09 2011
--- /tmp/zsh.ztst.terr.13556   Wed Apr 20 14:47:09 2011
***************
*** 1,2 ****
- 1) one     2) two     3) three
  input> input>
--- 1 ----
Test ./A01grammar.ztst failed: error output differs from expected as shown
above for:
  (COLUMNS=80
  PS3="input> "
  select name in one two three; do
    print $name
  done)
Was testing: `select' loop
./A01grammar.ztst: test failed.


Test ./C02cond.ztst failed: bad status 1, expected 0 from:
  print -u $ZTST_fd 'This test takes two seconds...'
  sleep 2
  cat unmodified
  touch newnewnew
  if [[ $OSTYPE == "cygwin" ]]; then
    print -u$ZTST_fd "Warning: not testing [[ -N file ]] (not supported on
Cygwin)"
    true
  elif [[ "$(find . -prune -fstype nfs 2>/dev/null)" == "." ]]; then
    print -u$ZTST_fd "Warning: not testing [[ -N file ]] (not supported with
NFS)"
    true
  else
    [[ -N newnewnew && ! -N unmodified ]]
  fi
Was testing: -N cond
./C02cond.ztst: test failed.
The following may (or may not) help identifying the cause:
  This test can fail on NFS-mounted filesystems as the access and
  modification times are not updated separately.  The test will fail
  on HFS+ (Apple Mac OS X default) filesystems because access times
  are not recorded.  Also, Linux ext3 filesystems may be mounted
  with the noatime option which does not update access times.
  Failures in these cases do not indicate a problem in the shell.

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

end of thread, other threads:[~2011-04-21 18:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-04-20 14:55 Failure in A01grammar.ztst and C02cond.ztst İsmail Dönmez
2011-04-21  7:44 ` İsmail Dönmez
2011-04-21 12:21   ` İsmail Dönmez
2011-04-21 17:09     ` Bart Schaefer
2011-04-21 18:01       ` İsmail Dönmez

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