Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: zsh 4.3.9-dev-2, two test failures on NetBSD



I actually had three tests fail from the tarball, but one mysteriously
went away after using the cvs sources.  These are likely to be
longstanding issues, as I don't recall having testing here before.

./A01grammar.ztst: starting.
*** /tmp/zsh.ztst.err.2701	Mon Apr 20 01:48:54 2009
--- /tmp/zsh.ztst.terr.2701	Mon Apr 20 01:48:54 2009
***************
*** 0 ****
--- 1 ----
+ stty: TIOCGETD: Inappropriate ioctl for device
Test ./A01grammar.ztst failed: error output differs from expected as shown above for:
  (exec -l /bin/sh -c 'echo $0')
Was testing: `exec' with -l option
./A01grammar.ztst: test failed.

./V01zmodload.ztst: starting.
*** /tmp/zsh.ztst.err.15666	Mon Apr 20 01:50:13 2009
--- /tmp/zsh.ztst.terr.15666	Mon Apr 20 01:50:13 2009
***************
*** 0 ****
--- 1,2 ----
+ (eval):3: module `zsh/terminfo' has no such feature: `b:echoti': autoload cancelled
+ (eval):3: module `zsh/terminfo' has no such feature: `p:terminfo': autoload cancelled
Test ./V01zmodload.ztst failed: error output differs from expected as shown above for:
 for m in $mods
 do
   zmodload -i $m || mods[(r)$m]=()
 done
Was testing: Test loading of all compiled modules
./V01zmodload.ztst: test failed.



Messages sorted by: Reverse Date, Date, Thread, Author