Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 54959 invoked from network); 12 Sep 2007 09:05:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Sep 2007 09:05:54 -0000 Received: (qmail 79009 invoked by uid 500); 12 Sep 2007 09:05:47 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 78918 invoked by uid 500); 12 Sep 2007 09:05:47 -0000 Mailing-List: contact commits-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list commits@harmony.apache.org Received: (qmail 78909 invoked by uid 99); 12 Sep 2007 09:05:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Sep 2007 02:05:47 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Sep 2007 09:05:46 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 532031A9832; Wed, 12 Sep 2007 02:05:26 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r574853 - in /harmony/enhanced/drlvm/trunk/build/make/targets: cunit.test.xml smoke.test.xml test.common.xml Date: Wed, 12 Sep 2007 09:05:25 -0000 To: commits@harmony.apache.org From: varlax@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20070912090526.532031A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: varlax Date: Wed Sep 12 02:05:24 2007 New Revision: 574853 URL: http://svn.apache.org/viewvc?rev=574853&view=rev Log: More informative error message in junit report + more robust conversion to xml report. Modified: harmony/enhanced/drlvm/trunk/build/make/targets/cunit.test.xml harmony/enhanced/drlvm/trunk/build/make/targets/smoke.test.xml harmony/enhanced/drlvm/trunk/build/make/targets/test.common.xml Modified: harmony/enhanced/drlvm/trunk/build/make/targets/cunit.test.xml URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/build/make/targets/cunit.test.xml?rev=574853&r1=574852&r2=574853&view=diff ============================================================================== --- harmony/enhanced/drlvm/trunk/build/make/targets/cunit.test.xml (original) +++ harmony/enhanced/drlvm/trunk/build/make/targets/cunit.test.xml Wed Sep 12 02:05:24 2007 @@ -249,10 +249,12 @@ + + out="${outputproperty}" + msg="Exit code: ${resultproperty} Err: ${@{file}.msg}"/> Modified: harmony/enhanced/drlvm/trunk/build/make/targets/smoke.test.xml URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/build/make/targets/smoke.test.xml?rev=574853&r1=574852&r2=574853&view=diff ============================================================================== --- harmony/enhanced/drlvm/trunk/build/make/targets/smoke.test.xml (original) +++ harmony/enhanced/drlvm/trunk/build/make/targets/smoke.test.xml Wed Sep 12 02:05:24 2007 @@ -205,8 +205,23 @@ - - + + + + + + + + + + + + + + + + + @@ -240,9 +255,13 @@ + + + suite="${class.name}_${mode.id}" test="${mode.name}" + status="${@{test}.is.passed}" + out="${@{test}.out}" err="${@{test}.err}" + msg="Exit code: ${res.code} Err: ${@{test}.msg}"/> Modified: harmony/enhanced/drlvm/trunk/build/make/targets/test.common.xml URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/build/make/targets/test.common.xml?rev=574853&r1=574852&r2=574853&view=diff ============================================================================== --- harmony/enhanced/drlvm/trunk/build/make/targets/test.common.xml (original) +++ harmony/enhanced/drlvm/trunk/build/make/targets/test.common.xml Wed Sep 12 02:05:24 2007 @@ -129,6 +129,25 @@ + + + + + + + + + + + + + + + + + + + @@ -138,6 +157,7 @@ + @@ -149,7 +169,7 @@ - +