Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 77651 invoked from network); 14 May 2007 05:23:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 May 2007 05:23:42 -0000 Received: (qmail 91216 invoked by uid 500); 14 May 2007 05:23:43 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 91179 invoked by uid 500); 14 May 2007 05:23:43 -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 91168 invoked by uid 99); 14 May 2007 05:23:43 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 13 May 2007 22:23:42 -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.224 as permitted sender) Received: from [66.249.82.224] (HELO wx-out-0506.google.com) (66.249.82.224) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 13 May 2007 22:23:35 -0700 Received: by wx-out-0506.google.com with SMTP id i26so1497534wxd for ; Sun, 13 May 2007 22:23:15 -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=abZi2bnnT2nzIlfTBFKTEthocbrFuAdI6aXH97dx5HrVxv1z8cXMwKs5VNzMxJaGoFb8zaK2o9Y5O/4iO3p6HProjMgi0PsvsBsAKNnpybB2bV+NPYkN7k8shkl7CnE5AcC+a6vKJsg5bCi95AzD+qKqSoohDB2g61Kg6+pWXvs= 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=khkWRbGrmJGn64rwpeAdTHEfCKdAMHty9Bs/Ydxpmbn1hvmZ0ZqgB7n/YGPHK4zbyEeqETbYkOxDNHssFQbVFgbDHcjc4fKMT2W1Uc3aMQqYuZqULVVUFcZf8k5h4u0/Fkpf0CizsdnJkQBVuUW1Qmw9yuQK3VYxfntO4nDA+rA= Received: by 10.70.11.1 with SMTP id 1mr3098452wxk.1179120194864; Sun, 13 May 2007 22:23:14 -0700 (PDT) Received: by 10.70.47.17 with HTTP; Sun, 13 May 2007 22:23:14 -0700 (PDT) Message-ID: <7273946b0705132223u6c6e2171ped7c2cf745cb67e1@mail.gmail.com> Date: Mon, 14 May 2007 12:23:14 +0700 From: "Vladimir Ivanov" To: dev@harmony.apache.org Subject: Re: [testing][general] CC/CI reports failures In-Reply-To: <7273946b0705132221s4d3ba842p2f0e2fbf763ce30a@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> X-Virus-Checked: Checked by ClamAV on apache.org 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 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 > > >