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

Test E02xtrace fails on Solaris 8 x86 w/Sun Studio 11



Hi,

the current zsh 4.3.9 is failing a test on Solaris 8 x86 with Sun Studio 11
compiler:

./E02xtrace.ztst: starting.
*** /tmp/zsh.ztst.err.5393      Thu Apr  9 17:23:32 2009
--- /tmp/zsh.ztst.terr.5393     Thu Apr  9 17:23:32 2009
***************
*** 1,4 ****
- +./fnfile:1> PS4='+%x:%I> '
  +./fnfile:5> :
  +./fnfile:6> fn
  +./fnfile:3> print This is fn.
--- 1,3 ----
Test ./E02xtrace.ztst failed: error output differs from expected as shown above for:
 echo 'PS4="+%x:%I> "
 fn() {
   print This is fn.
 }
 :
 fn
 ' >fnfile
 $ZTST_testdir/../Src/zsh -fx ./fnfile 2>errfile
 grep '\./fnfile' errfile 1>&2
Was testing: Trace output with sourcefile and line number.
./E02xtrace.ztst: test failed.
./V01zmodload.ztst: starting.
*** /tmp/zsh.ztst.out.5442      Thu Apr  9 17:23:32 2009
--- /tmp/zsh.ztst.tout.5442     Thu Apr  9 17:23:32 2009
***************
*** 1,2 ****
--- 1,3 ----
  zmodload zsh/main
  zmodload zsh/parameter
+ zmodload zsh/zle
Test ./V01zmodload.ztst failed: output differs from expected as shown above for:
 zmodload -L
Was testing: List the loaded modules
./V01zmodload.ztst: test failed.


On Solaris 8 sparc with the same exact same configuration doesn't throw an error
on test.


Best regards

  -- Dago



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