Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 31147 invoked from network); 17 Oct 2006 12:52:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 17 Oct 2006 12:52:32 -0000 Received: (qmail 24870 invoked by uid 500); 17 Oct 2006 12:52:29 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 24837 invoked by uid 500); 17 Oct 2006 12:52:29 -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 24826 invoked by uid 99); 17 Oct 2006 12:52:29 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Oct 2006 05:52:29 -0700 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=SPF_HELO_PASS,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: 216.86.168.178 is neither permitted nor denied by domain of geir@pobox.com) Received: from [216.86.168.178] (HELO mxout-03.mxes.net) (216.86.168.178) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Oct 2006 05:52:28 -0700 Received: from [192.168.1.102] (unknown [67.86.14.213]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id 72BF85193F for ; Tue, 17 Oct 2006 08:52:06 -0400 (EDT) Message-ID: <4534D1FE.80605@pobox.com> Date: Tue, 17 Oct 2006 08:52:14 -0400 From: "Geir Magnusson Jr." Reply-To: geir@pobox.com User-Agent: Thunderbird 1.5.0.7 (Macintosh/20060909) MIME-Version: 1.0 To: harmony-dev@incubator.apache.org Subject: Re: [drlvm][unit tests] the goal is to achieve 100% pass rate References: <8E389A5F2FEABA4CB1DEC35A25CB39CE593857@mssmsx411> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N which patch of the two should be applied? Or both? (please respond on the JIRA...) Elena Semukhina wrote: > HARMONY-1823 is ready for commit. It will increase classlib pass rate > significantly! > > On 10/17/06, Elena Semukhina wrote: >> >> I added one more issue to >> http://wiki.apache.org/harmony/Unit_Tests_Pass_on_DRLVM . It is >> http://issues.apache.org/jira/browse/HARMONY-1648. It is drlvm/TM issue >> and will cause the ThreadGroupTest failure after HARMONY-1625 is applied. >> Could anyone look at this issue? >> >> On 10/17/06, Elena Semukhina wrote: >> > >> > It seems that the patch for >> HARMONY-1751 is >> > ready and the patch for >> HARMONY-1720 is >> > waiting for Alexey Varlamov's evaluation. >> > >> > On 10/13/06, Fedotov, Alexei A wrote: >> > > >> > > Oops, review of HARMONY-1823 should be: >> > > The fix is to clean an interrupt flag. Patches are good. >> > > >> > > With best regards, >> > > Alexei Fedotov, >> > > Intel Middleware Products Division >> > > >> > > >-----Original Message----- >> > > >From: Fedotov, Alexei A >> > > >Sent: Friday, October 13, 2006 6:12 PM >> > > >To: geir@pobox.com >> > > >Cc: harmony-dev@incubator.apache.org >> > > >Subject: RE: [drlvm][unit tests] the goal is to achieve 100% pass >> > > rate >> > > > >> > > >Geir, >> > > >I reviewed the patches for HARMONY-1816 (non-daemon thread counting >> > > is >> > > done >> > > >more accurately) and for HARMONY-1823 - the fix is to clean patches >> > > are >> > > >good. >> > > > >> > > >I believe the patches worth to be committed: I've tried the patches >> > > for >> > > >running tests from luni module 162 times and get the following >> > > results: >> > > > >> > > >$ grep FAILED luni.log | sort | uniq -c >> > > > 63 [junit] TEST >> > > >org.apache.harmony.tests.internal.net.www.protocol.http >> > > >.HttpURLConnectionTest FAILED >> > > > 162 [junit] TEST tests.api.java.lang.reflect.FieldTest >> FAILED >> > > > 6 [junit] TEST tests.api.java.net.InetAddressTest FAILED >> > > > >> > > >The following tests were excluded: >> > > >Index: modules/luni/build.xml >> > > >=================================================================== >> > > >--- modules/luni/build.xml (revision 463342) >> > > >+++ modules/luni/build.xml (working copy) >> > > >@@ -325,6 +325,14 @@ >> > > > > > > >name="tests/api/java/net/URLConnectionTest.jav >> > > >a" /> >> > > > > > > name="tests/api/java/net/URLTest.java" /> >> > > > > > > >name="tests/api/java/net/SocketPermissionTest. >> > > >java" /> >> > > >+ >> > > >+> > > name="org/apache/harmony/luni/tests/java/lang/ThreadTest.java" /> >> > > >+> > > name="org/apache/harmony/luni/tests/java/lang/ThreadTest.java" /> >> > > >+> > > >name="org/apache/harmony/luni/tests/java/lang/ThreadGroupTest.java" >> > > /> >> > > > >> > > >+> > > >name="org/apache/harmony/luni/tests/java/lang/ThreadLocalTest.java" >> > > /> >> > > > >> > > >+> > > name="org/apache/harmony/luni/tests/java/lang/ClassTest.java" >> > > /> >> > > >+ >> > > >+ >> > > > >> > > > >> > > > >> > > >With best regards, >> > > >Alexei Fedotov, >> > > >Intel Middleware Products Division >> > > > >> > > >>-----Original Message----- >> > > >>From: Geir Magnusson Jr. [mailto: geir@pobox.com] >> > > >>Sent: Friday, October 13, 2006 9:58 AM >> > > >>To: harmony-dev@incubator.apache.org >> > > >>Subject: Re: [drlvm][unit tests] the goal is to achieve 100% pass >> > > rate >> > > >> >> > > >>great work - we'll get those applied ASAP. >> > > >> >> > > >>Elena Semukhina wrote: >> > > >>> Yesterday I tried the following patches: >> > > >>> >> > > >>> http://issues.apache.org/jira/browse/HARMONY-1592 >> > > >>> http://issues.apache.org/jira/browse/HARMONY-1816 >> > > >>> http://issues.apache.org/jira/browse/HARMONY-1823 >> > > >>> https://issues.apache.org/jira/browse/HARMONY-1741 >> > > >>> >> > > >>> They work fine. The first three patches restore recent classlib >> > > tests >> > > >>pass >> > > >>> rate degradation. >> > > >>> >> > > >>> On 10/11/06, Geir Magnusson Jr. < geir@pobox.com> wrote: >> > > >>> >> > > >>>> Excellent. As appreciative as I am of J9, I can't wait to work >> > > in >> > > >>>> all-Harmony code :) >> > > >>>> >> > > >>>> geir >> > > >>>> >> > > >>>> >> > > >>>> Elena Semukhina wrote: >> > > >>>> > Hello all, >> > > >>>> > >> > > >>>> > I think that the goal of running classlib unit tests on DRLVM >> > > with >> > > >>100% >> > > >>>> > pass >> > > >>>> > rate could be worth to achieve. Actually today we have 99% >> > > (without >> > > >>>> > awt/swing) but still have about 30 failures/errors. Most of >> > > them >> > > have >> > > >>>> been >> > > >>>> > evaluated and corresponding JIRAs filed. There is a page on >> > > Harmony >> > > >>>> Wiki >> > > >>>> > which lists those JIRA issues: >> > > >>>> > >> > > >>>> > http://wiki.apache.org/harmony/Unit_Tests_Pass_on_DRLVM >> > > >>>> > >> > > >>>> > Are there any volunteers to help with DRLVM bugs fixing? >> > > >>>> > >> > > >>>> > Thanks, >> > > >>>> > Elena >> > > >>>> > >> > > >>>> >> > > >>>> >> > > --------------------------------------------------------------------- >> > > >>>> 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 >> > > >>>> >> > > >>>> >> > > >>> >> > > >>> >> > > >> >> > > >> > > >> >>--------------------------------------------------------------------- >> > > >>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 >> > > >> > > >> > > --------------------------------------------------------------------- >> > > 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 >> > > >> > > >> > >> > >> > -- >> > Thanks, >> > Elena >> >> >> >> >> -- >> Thanks, >> Elena > > > > --------------------------------------------------------------------- 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