Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Test E02xtrace fails on Solaris 8 x86 w/Sun Studio 11
- X-seq: zsh-workers 26827
- From: Dagobert Michelsen <dam@xxxxxxxxxxx>
- To: Zsh Hackers' List <zsh-workers@xxxxxxxxxx>
- Subject: Test E02xtrace fails on Solaris 8 x86 w/Sun Studio 11
- Date: Thu, 9 Apr 2009 17:25:22 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/simple; d=opencsw.org; h= x-mailer:date:subject:mime-version:content-transfer-encoding :content-type:to:from:message-id:x-virus-scanned; s=csw02; t= 1239290723; bh=MOA8FNQLoVFTMV8PeZtxGVEmkLY/5CzylHAc9+HqE6s=; b=N s8lyQDOLsOXisoNDQs3sYxiEXndicFBgKEATijnPYglBGiUNqkOqKC32edril07v 9ssqtJhGc+dpeM3bXoGY5m2O8XJSm4NlVzwJb0wj2usZThXXzEjamw2UYdkns80C oPDZXdZcBxORxDOdQ9OM1w9upqoFYBb12AA2a1PcYQ=
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
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