Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 98678 invoked from network); 26 Jun 2007 12:07:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Jun 2007 12:07:22 -0000 Received: (qmail 81740 invoked by uid 500); 26 Jun 2007 12:07:01 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 81713 invoked by uid 500); 26 Jun 2007 12:07:01 -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 81699 invoked by uid 99); 26 Jun 2007 12:07:00 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Jun 2007 05:07:00 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of ivavladimir@gmail.com designates 66.249.82.238 as permitted sender) Received: from [66.249.82.238] (HELO wx-out-0506.google.com) (66.249.82.238) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Jun 2007 05:06:56 -0700 Received: by wx-out-0506.google.com with SMTP id h26so1793960wxd for ; Tue, 26 Jun 2007 05:06:35 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=eV2MVMYvZ3ScaMBRkrumr38Da3CWFlH4mMfHrAGkdQBbNdVqwJx5Bc1s2VTwhJvK/ADjrANsJfb/lht9pU+AePUm9DlSb2WG8Jy5qiRsShLjin12XvsX6w/LbgsjIj78UyyLvRyElqRBu4yCEJPb6fm9UFIBKsFVD4rQt+ptetw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=cvljdLkRKrdFq+RvfN8vyb9xgDRheWRimzpbqn1OdbVqCcnz9z8bUTKTRBLuX0+OIB9A76J0/7TrTU0hisRA/Jd7aPMDvu5s4wONSxe86iOFnVKuMRVtEPL9UHJaeFK18wPNxmGOGMT1OSYoG/jdDPcLA1pcvRx+qMJA7I+fT2Y= Received: by 10.70.125.2 with SMTP id x2mr11124538wxc.1182859595812; Tue, 26 Jun 2007 05:06:35 -0700 (PDT) Received: by 10.70.62.11 with HTTP; Tue, 26 Jun 2007 05:06:35 -0700 (PDT) Message-ID: <7273946b0706260506g31809cebi5a6ac979169d1049@mail.gmail.com> Date: Tue, 26 Jun 2007 19:06:35 +0700 From: "Vladimir Ivanov" To: dev@harmony.apache.org Subject: Re: [general][M2] Code frozen In-Reply-To: <7273946b0706260422r2630986bl15825f63fd3b30cd@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <906dd82e0706240018u3f4f092fqb30fe4aa87b1af03@mail.gmail.com> <6e47b64f0706250238o6152ca0av84e6a8b810805e6d@mail.gmail.com> <906dd82e0706250242u53a29864s9f4854561a9e0b9f@mail.gmail.com> <6e47b64f0706250312h70259818m821277f04d3a467c@mail.gmail.com> <6e47b64f0706251953k32d85a1ale6acacb393d78006@mail.gmail.com> <6e47b64f0706252024i4e7fa110p8f0d301096068766@mail.gmail.com> <4680F074.2070509@gmail.com> <7273946b0706260422r2630986bl15825f63fd3b30cd@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org OK, looking through the federated build I found the difference between my 'DRLVM' build and federated one. In the first case 'classlib' was built in the 'debug' mode. When classlib was rebuilt with -Dhy.cfg=release option the StrictMathTest failed on this build too. So we should look at the differences between classlib 'debug' and 'release' build modes to find the reason of these test failure. thanks, Vladimir On 6/26/07, Vladimir Ivanov wrote: > I run the failed Math tests and got a litle bit strange results: > these 3 tests passed on the runtime built by DRLVM build and failed on > the runtime built by federated build. ie the command: > ant test -Dbuild.module=luni > -Dtest.jre.home=projects/trunk/working_vm/build/lnx_ia32_gcc_release/deploy/jdk/jre/ > -Dtest.case=org.apache.harmony.luni.tests.java.lang.StrictMathTest > > leads to the message: > [junit] Tests run: 44, Failures: 1, Errors: 0, Time elapsed: 0.335 sec > [junit] Test org.apache.harmony.luni.tests.java.lang.StrictMathTest FAILED > > while command: > ant test -Dbuild.module=luni > -Dtest.jre.home=projects/drlvm/trunk/build/lnx_ia32_gcc_release/deploy/jdk/jre/ > -Dtest.case=org.apache.harmony.luni.tests.java.lang.StrictMathTest > > leads to the message: > [junit] Running org.apache.harmony.luni.tests.java.lang.StrictMathTest > [junit] Tests run: 44, Failures: 0, Errors: 0, Time elapsed: 0.332 sec > > Both runtimes report one version: > svn = r550333, (Jun 26 2007), Linux/ia32/gcc 3.3.3, release build > > Could someone from DRLVM-build gurus look at this issue? > > thanks, Vladimir > > On 6/26/07, Ivan Popov wrote: > > As I mentioned above, it is known failure, not a regression. It's safe > > to add it to exclude list and ignore for now. > > > > Thanks. > > Ivan (jdwp person) > > > > On 6/26/07, Tim Ellison wrote: > > > Stepan Mishura wrote: > > > > On 6/26/07, Stepan Mishura wrote: > > > >> On 6/25/07, Ivan Popov wrote: > > > >> > I see two failures of jdktools tests, which are not new ones. > > > >> > > > > >> > > > >> Ivan, > > > >> > > > >> Thanks for prompt failure analysis. I'm going to add HoldEventsTest to > > > >> exclude list for intermittent failures on Linux, increase timeout and > > > >> re-run tests. > > > > > > > > Ops, sorry ... I've updated the exclude list without getting agreement > > > > from another committer. Please let me know if there any objections for > > > > updating the exclude list. > > > > > > It would be good to hear from a VM/jdwp person whether this is a > > > regression that needs to be fixed, or whether it is safe to ignore it > > > for now. > > > > > > Regards, > > > Tim > > > > > >