Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 53421 invoked from network); 1 Oct 2007 09:55:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Oct 2007 09:55:30 -0000 Received: (qmail 72395 invoked by uid 500); 1 Oct 2007 09:55:20 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 72301 invoked by uid 500); 1 Oct 2007 09:55:20 -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 72292 invoked by uid 99); 1 Oct 2007 09:55:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Oct 2007 02:55:20 -0700 X-ASF-Spam-Status: No, hits=-98.8 required=10.0 tests=ALL_TRUSTED,DNS_FROM_DOB,RCVD_IN_DOB 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; Mon, 01 Oct 2007 09:55:29 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id D9F4C1A9832; Mon, 1 Oct 2007 02:55:08 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r580911 - in /harmony/enhanced/buildtest/branches/2.0/tests/eut: build.xml summary-reporter/src/org/apache/harmony/eut/reporter/EUTHTMLSummaryEmitter.java summary-reporter/src/org/apache/harmony/eut/reporter/EUTReporter.java Date: Mon, 01 Oct 2007 09:55:08 -0000 To: commits@harmony.apache.org From: smishura@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20071001095508.D9F4C1A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: smishura Date: Mon Oct 1 02:55:06 2007 New Revision: 580911 URL: http://svn.apache.org/viewvc?rev=580911&view=rev Log: Apply patch from HARMONY-4878: [buildtest][eut] copy EFL to report on people.apache.org Modified: harmony/enhanced/buildtest/branches/2.0/tests/eut/build.xml harmony/enhanced/buildtest/branches/2.0/tests/eut/summary-reporter/src/org/apache/harmony/eut/reporter/EUTHTMLSummaryEmitter.java harmony/enhanced/buildtest/branches/2.0/tests/eut/summary-reporter/src/org/apache/harmony/eut/reporter/EUTReporter.java Modified: harmony/enhanced/buildtest/branches/2.0/tests/eut/build.xml URL: http://svn.apache.org/viewvc/harmony/enhanced/buildtest/branches/2.0/tests/eut/build.xml?rev=580911&r1=580910&r2=580911&view=diff ============================================================================== --- harmony/enhanced/buildtest/branches/2.0/tests/eut/build.xml (original) +++ harmony/enhanced/buildtest/branches/2.0/tests/eut/build.xml Mon Oct 1 02:55:06 2007 @@ -395,6 +395,7 @@ + Modified: harmony/enhanced/buildtest/branches/2.0/tests/eut/summary-reporter/src/org/apache/harmony/eut/reporter/EUTHTMLSummaryEmitter.java URL: http://svn.apache.org/viewvc/harmony/enhanced/buildtest/branches/2.0/tests/eut/summary-reporter/src/org/apache/harmony/eut/reporter/EUTHTMLSummaryEmitter.java?rev=580911&r1=580910&r2=580911&view=diff ============================================================================== --- harmony/enhanced/buildtest/branches/2.0/tests/eut/summary-reporter/src/org/apache/harmony/eut/reporter/EUTHTMLSummaryEmitter.java (original) +++ harmony/enhanced/buildtest/branches/2.0/tests/eut/summary-reporter/src/org/apache/harmony/eut/reporter/EUTHTMLSummaryEmitter.java Mon Oct 1 02:55:06 2007 @@ -165,6 +165,8 @@ out.println("
  • report.txt - " + "contains unexpected failures/errors details (like stack " + "traces) collected from correspondent xml reports."); + out.println("
  • eut.efl - contains " + + "expected failures/errors/crashes list with comments."); out.println(" "); } Modified: harmony/enhanced/buildtest/branches/2.0/tests/eut/summary-reporter/src/org/apache/harmony/eut/reporter/EUTReporter.java URL: http://svn.apache.org/viewvc/harmony/enhanced/buildtest/branches/2.0/tests/eut/summary-reporter/src/org/apache/harmony/eut/reporter/EUTReporter.java?rev=580911&r1=580910&r2=580911&view=diff ============================================================================== --- harmony/enhanced/buildtest/branches/2.0/tests/eut/summary-reporter/src/org/apache/harmony/eut/reporter/EUTReporter.java (original) +++ harmony/enhanced/buildtest/branches/2.0/tests/eut/summary-reporter/src/org/apache/harmony/eut/reporter/EUTReporter.java Mon Oct 1 02:55:06 2007 @@ -242,7 +242,7 @@ + "No unexpected EUT issues detected"); System.exit(RETURN_EUT_PASSED); } else { - System.err.println("EUT SCRIPT: " + System.out.println("EUT SCRIPT: " + "Unexpected EUT issues are detected"); System.exit(RETURN_EUT_FAILED); }