Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 74148 invoked from network); 16 Oct 2006 10:15:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 16 Oct 2006 10:15:34 -0000 Received: (qmail 90203 invoked by uid 500); 16 Oct 2006 10:15:30 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 90079 invoked by uid 500); 16 Oct 2006 10:15:30 -0000 Mailing-List: contact harmony-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: harmony-dev@incubator.apache.org Delivered-To: mailing list harmony-dev@incubator.apache.org Received: (qmail 90063 invoked by uid 99); 16 Oct 2006 10:15:30 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Oct 2006 03:15:30 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of wuyuehao@gmail.com designates 66.249.82.236 as permitted sender) Received: from [66.249.82.236] (HELO wx-out-0506.google.com) (66.249.82.236) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Oct 2006 03:15:29 -0700 Received: by wx-out-0506.google.com with SMTP id s12so1413217wxc for ; Mon, 16 Oct 2006 03:15:09 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ahz+5oUs0nFvjxdRwVMB//7Ub3a5UG3yWzpe2+dW+zbvdKau6OtzvfqkNkn//S5yGFgPX/zv1gtBcSOpB43ixo/8UbqFFJmraSCag/+z7julbu6/Viiu2AiB4iFcQBDpM/voS61ESM3BEojPYnDY1Bu5R2+hxbf+ZoDKIMc5Cs8= Received: by 10.70.18.11 with SMTP id 11mr11178830wxr; Mon, 16 Oct 2006 03:15:08 -0700 (PDT) Received: by 10.70.53.15 with HTTP; Mon, 16 Oct 2006 03:15:08 -0700 (PDT) Message-ID: <211709bc0610160315w4317a013nc140e6360cbe3bed@mail.gmail.com> Date: Mon, 16 Oct 2006 18:15:08 +0800 From: "Tony Wu" To: harmony-dev@incubator.apache.org Subject: Re: [classlib] quicker reporting of test failures/errors (was Re: svn commit: r463824 - /incubator/harmony/enhanced/classlib/trunk/make/build-test.xml) In-Reply-To: <200610161004.k9GA4Tc5031104@d06av02.portsmouth.uk.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20061013205852.461D11A981A@eris.apache.org> <200610161004.k9GA4Tc5031104@d06av02.portsmouth.uk.ibm.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Nice! I'll generate only error/failure tests in selfhosting like that:) On 10/16/06, Mark Hindess wrote: > > Frustrated with the time that gen-report takes to produce a report > (which mainly consists of pages and pages of information about test > passes that I'll never read), I implemented a short report mode on > Friday. So now, running: > > ant -Dshort.report=true test > > will produce a report that only contains information about tests that > have failures or errors. Unless you've broken something really badly > it will run in a tiny fraction of the time that the full report takes - > 15minutes for me if I run all the classlib tests! > > Regards, > Mark. > > On 13 October 2006 at 20:58, hindessm@apache.org wrote: > > Author: hindessm > > Date: Fri Oct 13 13:58:51 2006 > > New Revision: 463824 > > > > URL: http://svn.apache.org/viewvc?view=rev&rev=463824 > > Log: > > Generating the test report takes ten minutes on my thinkpad so I've added > > a short report mode that only reports on tests that have either errors or > > failures. It takes only a few seconds assuming most tests are passing. > > Activate it with command line argument -Dshort.report=true. > > > > Modified: > > incubator/harmony/enhanced/classlib/trunk/make/build-test.xml > > > > Modified: incubator/harmony/enhanced/classlib/trunk/make/build-test.xml > > URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/m > > ake/build-test.xml?view=diff&rev=463824&r1=463823&r2=463824 > > ============================================================================= > > = > > --- incubator/harmony/enhanced/classlib/trunk/make/build-test.xml (original) > > +++ incubator/harmony/enhanced/classlib/trunk/make/build-test.xml Fri Oct 13 > > 13:58:51 2006 > > @@ -52,7 +52,9 @@ > > > > > > > > - > > + > > + > > + > > > > > > > > @@ -63,6 +65,20 @@ > > > > > > > > + > > + > > + > > + > > + > > + > > + > > + > > + > > + > > + > > + > > + > > + > > > > > > > > > > > > --------------------------------------------------------------------- > Terms of use : http://incubator.apache.org/harmony/mailing.html > To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org > For additional commands, e-mail: harmony-dev-help@incubator.apache.org > > -- Tony Wu China Software Development Lab, IBM --------------------------------------------------------------------- Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org For additional commands, e-mail: harmony-dev-help@incubator.apache.org