Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 51413 invoked from network); 14 May 2007 09:19:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 May 2007 09:19:25 -0000 Received: (qmail 75329 invoked by uid 500); 14 May 2007 09:19:31 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 74960 invoked by uid 500); 14 May 2007 09:19:29 -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 74951 invoked by uid 99); 14 May 2007 09:19:29 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 May 2007 02:19:29 -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 xiaofeng.li@gmail.com designates 66.249.82.230 as permitted sender) Received: from [66.249.82.230] (HELO wx-out-0506.google.com) (66.249.82.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 May 2007 02:19:22 -0700 Received: by wx-out-0506.google.com with SMTP id i26so1543073wxd for ; Mon, 14 May 2007 02:19:01 -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=EQ3nF3DFrovXmYKG+f78h/q2xEtcD3Vt5Gf8321cUw9ASEBCe6hWhD+6lOmNPDKzpQmAJ2IR38ChH4mc6ozDZbK/ibZ4tZeuiEQlZXlPMkV7Yll9NuGK7mmokXrE2cTnMdkzadf5B+H8/nZPuYecUUAREhPk9be0gC2QwwFQILk= 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=TE7dh2z+Ueju38vTv88OLm2jZyIRXBxlbiWxcJATCakJVFMMlsVnxBqWB/cZVGO2QQvmpnC7Dysh0jYdnYbYjq8poJkV5XZ2qBAVltQ1fJsn4hUReBPncY7WcqqALVGxtli52iW1TfGGate7ybdgAqskTAa5YnhiojE3IReTaPc= Received: by 10.90.119.15 with SMTP id r15mr4425975agc.1179134341803; Mon, 14 May 2007 02:19:01 -0700 (PDT) Received: by 10.90.113.3 with HTTP; Mon, 14 May 2007 02:19:01 -0700 (PDT) Message-ID: <9623c9a50705140219q4a0b89a2ubae34af295352414@mail.gmail.com> Date: Mon, 14 May 2007 17:19:01 +0800 From: "Xiao-Feng Li" To: dev@harmony.apache.org Subject: Re: [testing][general] CC/CI reports failures In-Reply-To: <7273946b0705132223u6c6e2171ped7c2cf745cb67e1@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: <7273946b0705132024q15bb0eeue1a2665f65971cd7@mail.gmail.com> <9623c9a50705132044l327f2d96t1dbabd008cf6aaac@mail.gmail.com> <7273946b0705132221s4d3ba842p2f0e2fbf763ce30a@mail.gmail.com> <7273946b0705132223u6c6e2171ped7c2cf745cb67e1@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org On 5/14/07, Vladimir Ivanov wrote: > Sorry, forgot to copy test name: > classlib\trunk\build.xml:169: The following error occurred while > executing this line: classlib\trunk\make\build-test.xml:142: There > were test crashes: > classlib\trunk\build\test_report\TEST-tests.api.java.nio.charset.CharsetDecoderTest.xml This failure can't be reproduced locally in my machine. Btw, this test doesn't invoke GC actually, so it might be caused by some other components than GC. I found the other two intermittent failures: One is the java.lang.ClassGenericsTest in jit/opt mode (more in Linux64); The other is JVMTI test PopFrame1 with following strange error message: SIGTRAP in VM code. Stack trace: This is sometimes reported in Linux32. Have you met the similar failures before? Thanks, xiaofeng > On 5/14/07, Vladimir Ivanov wrote: > > Thanks! > > Classlib tests passed for me on 3 platforms now. On Win64 classlib > > tests failed due to failure of test: > > > > It is intermittent failure and it is hard to reproduce :( > > > > thanks, Vladimir > > > > On 5/14/07, Xiao-Feng Li wrote: > > > On 5/14/07, Vladimir Ivanov wrote: > > > > Hello everybody, > > > > the summary of CC/CI status available at > > > > http://www.harmonytest.org/upload/cc1.html and > > > > http://www.harmonytest.org/upload/cc2.html > > > > > > > > is: > > > > 1) the classlib test test_CtorLjava_io_ByteArrayInputStreamClass (from > > > > org.apache.harmony.security.tests.asn1.der.BerInputStreamTest) > > > > failed with java.lang.OutOfMemoryError on DRLVM+GCv5 on 4 platforms. > > > > Note this test passed on DRLVM GCv4.1 > > > > > > Vladimir, I've reverted a commit that caused the failure. Now it > > > should have no problem. > > > > > > > 2) DRLVM test test_freeMemoryClass (from java.lang.RuntimeTest) > > > > intermittently failed with "junit.framework.AssertionFailedError: > > > > Runtime.freeMemory method should be sensitive to huge memory > > > > allocating!". Issue 3711 was created to track it. > > > > > > This should pass as well after the revert. > > > > > > > 3) DRLVM kernel test testGetContextClassLoader_MainClass (from > > > > java.lang.ThreadTest) intermittently failed on DRLVM with > > > > java.util.NoSuchElementException. Issue 3838 was created to track it. > > > > > > This one is not related to the reverted commit. It is suspected to be > > > an issue with the association mechanism between native thread and Java > > > thread. Still under investigation. > > > > > > > I suggest excluding these tests up to end of failures evaluation if > > > > this evaluation will take long time (say, more than 1 day). > > > > Is it OK? > > > > thanks, Vladimir > > > > > > Basically I agree to exclude the third one for the moment. > > > > > > Thanks, xiaofeng > > > > > > -- > > > http://xiao-feng.blogspot.com > > > > > > -- http://xiao-feng.blogspot.com