Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 98189 invoked from network); 4 Sep 2008 15:06:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Sep 2008 15:06:51 -0000 Received: (qmail 92212 invoked by uid 500); 4 Sep 2008 15:06:48 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 91767 invoked by uid 500); 4 Sep 2008 15:06:47 -0000 Mailing-List: contact dev-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 dev@harmony.apache.org Received: (qmail 91756 invoked by uid 99); 4 Sep 2008 15:06:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Sep 2008 08:06:47 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of chunronglai@gmail.com designates 64.233.166.183 as permitted sender) Received: from [64.233.166.183] (HELO py-out-1112.google.com) (64.233.166.183) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Sep 2008 15:05:50 +0000 Received: by py-out-1112.google.com with SMTP id u52so1847708pyb.13 for ; Thu, 04 Sep 2008 08:06:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type:references; bh=ilEWQ9ZR2wATcelHhsWnFsLi4PpJcYFGDP8BB0b9LQk=; b=JSu7hFYofytin04l5ASGoow9XzS5qL8oIj+TN2iHgy3BRuuOS22+NnarKTnvixcSzy XNG6ZmsKplsDYOsIzNt0PPLBXEu3MyTc9SaLYBqLOovNk6hLnz7pwnDa+7Il72xb1pph UugfnkGwD81bl9SnY3oMQfC511w8Ah/azQB1k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:references; b=ff9+n4f9gDahESkdJPi/LpJalJGUHMA0X3tPlftDP9DcHDrP0nQVGuKYHXAwPdCDQt aYBlGHA7gbDJ/3KPIFKgzTzF1jWSAr72YEjXlN6PaL3viPWxIVfYr00V5G0hmwaJ5zI3 5aRn0rvqCwq/Etqd23828Z/XFx7INFLTJ3T+g= Received: by 10.140.247.11 with SMTP id u11mr5802342rvh.37.1220540762975; Thu, 04 Sep 2008 08:06:02 -0700 (PDT) Received: by 10.140.170.1 with HTTP; Thu, 4 Sep 2008 08:06:02 -0700 (PDT) Message-ID: Date: Thu, 4 Sep 2008 23:06:02 +0800 From: "chunrong lai" To: dev@harmony.apache.org Subject: Re: svn commit: r691476 - in /harmony/enhanced/classlib/trunk/modules/concurrent: build.xml make/hyproperties.xml In-Reply-To: <20080903024427.DC41F238899E@eris.apache.org> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_26879_3857051.1220540762978" References: <20080903024427.DC41F238899E@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_26879_3857051.1220540762978 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline hi, Nathan: I see the commit breaks some classlib test, include ReentrantLockTest, AbstractQueuedSynchronizerTest, ExecutorsTest and ScheduledExecutorTest, as reported in the integrity testing. Do we need a check? One can reproduce the error in the directory of working_classlib: ant -Dtest.jre.home=...\drlvm\...\jdk\jre -Dtest.case=ReentrantLockTest test. Thanks. On 9/3/08, ndbeyer@apache.org wrote: > > Author: ndbeyer > Date: Tue Sep 2 19:44:27 2008 > New Revision: 691476 > > URL: http://svn.apache.org/viewvc?rev=691476&view=rev > Log: > fix test targets to execute tests in 'standard' folder > > Modified: > harmony/enhanced/classlib/trunk/modules/concurrent/build.xml > harmony/enhanced/classlib/trunk/modules/concurrent/make/hyproperties.xml > > Modified: harmony/enhanced/classlib/trunk/modules/concurrent/build.xml > URL: > http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/concurrent/build.xml?rev=691476&r1=691475&r2=691476&view=diff > > ============================================================================== > --- harmony/enhanced/classlib/trunk/modules/concurrent/build.xml (original) > +++ harmony/enhanced/classlib/trunk/modules/concurrent/build.xml Tue Sep 2 > 19:44:27 2008 > @@ -61,7 +61,7 @@ > > > > - > + > > > file="${hy.jdk}/jre/lib/boot/${hy.concurrent.packaging.jarname}.jar" /> > @@ -77,8 +77,8 @@ > > > > - - destdir="${hy.build}" > + + sourcepath="" > compiler="${hy.javac.compiler}" > memoryMaximumSize="${hy.javac.maxmem}" > source="${hy.javac.source}" > @@ -125,8 +125,7 @@ > > > > - - destdir="${hy.concurrent.bin.test}" > + sourcepath="" > compiler="${hy.javac.compiler}" > memoryMaximumSize="${hy.javac.maxmem}" > @@ -190,6 +189,13 @@ > > unless="test.case" /> > > + > + > + > + > + > + unless="test.case" /> > + > > > > > Modified: > harmony/enhanced/classlib/trunk/modules/concurrent/make/hyproperties.xml > URL: > http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/concurrent/make/hyproperties.xml?rev=691476&r1=691475&r2=691476&view=diff > > ============================================================================== > --- > harmony/enhanced/classlib/trunk/modules/concurrent/make/hyproperties.xml > (original) > +++ > harmony/enhanced/classlib/trunk/modules/concurrent/make/hyproperties.xml Tue > Sep 2 19:44:27 2008 > @@ -21,10 +21,12 @@ > >
> > + > >
> > > + > > >
> > > ------=_Part_26879_3857051.1220540762978--