From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22854 invoked from network); 9 Apr 2009 15:32:24 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00 autolearn=ham version=3.2.5 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 9 Apr 2009 15:32:24 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 24792 invoked from network); 9 Apr 2009 15:32:19 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 9 Apr 2009 15:32:19 -0000 Received: (qmail 7193 invoked by alias); 9 Apr 2009 15:32:13 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 26827 Received: (qmail 4236 invoked from network); 9 Apr 2009 15:25:32 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 9 Apr 2009 15:25:32 -0000 Received: from mail.opencsw.org (mail.opencsw.org [147.87.98.73]) by bifrost.dotsrc.org (Postfix) with ESMTPS id 7A11C82D4B6A for ; Thu, 9 Apr 2009 17:25:28 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mail.opencsw.org (Postfix) with ESMTP id 9128C53C2 for ; Thu, 9 Apr 2009 17:25:26 +0200 (CEST) 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= X-Virus-Scanned: amavisd-new at opencsw.org Received: from mail.opencsw.org ([127.0.0.1]) by localhost (mail.opencsw.org [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id V2V8Yb9Llbcf for ; Thu, 9 Apr 2009 17:25:23 +0200 (CEST) Received: from bo-dhcp-213.baltic-online.de (3-237-103-86.dynamic.dsl.tng.de [86.103.237.3]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mail.opencsw.org (Postfix) with ESMTPSA id 2906253C0 for ; Thu, 9 Apr 2009 17:25:23 +0200 (CEST) Message-Id: <1B9BD2E3-B0F4-48E3-8DF4-3D89A1FCCC1F@opencsw.org> From: Dagobert Michelsen To: Zsh Hackers' List Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v930.3) Subject: Test E02xtrace fails on Solaris 8 x86 w/Sun Studio 11 Date: Thu, 9 Apr 2009 17:25:22 +0200 X-Mailer: Apple Mail (2.930.3) X-Virus-Scanned: ClamAV 0.92.1/9218/Thu Apr 9 15:52:20 2009 on bifrost X-Virus-Status: Clean 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