Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 35269 invoked from network); 23 Jul 2007 02:24:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Jul 2007 02:24:19 -0000 Received: (qmail 5869 invoked by uid 500); 23 Jul 2007 02:24:19 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 5845 invoked by uid 500); 23 Jul 2007 02:24:19 -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 5836 invoked by uid 99); 23 Jul 2007 02:24:19 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 22 Jul 2007 19:24:19 -0700 X-ASF-Spam-Status: No, hits=2.3 required=10.0 tests=HTML_MESSAGE,MAILTO_TO_SPAM_ADDR,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of smallsmallorgan@gmail.com designates 64.233.162.228 as permitted sender) Received: from [64.233.162.228] (HELO nz-out-0506.google.com) (64.233.162.228) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 22 Jul 2007 19:24:16 -0700 Received: by nz-out-0506.google.com with SMTP id o37so979569nzf for ; Sun, 22 Jul 2007 19:23:55 -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:references; b=d+Iy5o0vq5BtDSg0Tt6fhPSp90J2UY+OasgIDplBcOgezcC/yiwKxQGMhifhQqaa55uC1U7a7LijDqR8ys+KjeDZ62mRadh6gUvVjC67PoarE32mIFG1Ge/ZjyAa3eyDRS48hJAbD2GbjPJ/DMz7wQ2hTMqpgfOEZkf1NTI+5Dk= 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:references; b=XX5dYz/bl+RIiFpGKRoAyv8Amjo4eAmCpbrZp3tuxm1HBQhSydr7khvqAM2C435vYPNexgyFz7uK/mHucTD/WavpfUTg7gR7E/0sON5fG+aCxwUOSzHsU3pLZthKwqWICB+IEbk04is0mUP2GfruW7rQQmk4mzFsXy2IdUh+EFc= Received: by 10.115.54.1 with SMTP id g1mr2517887wak.1185157434788; Sun, 22 Jul 2007 19:23:54 -0700 (PDT) Received: by 10.114.12.8 with HTTP; Sun, 22 Jul 2007 19:23:54 -0700 (PDT) Message-ID: <473c46620707221923o1f081a3cub430c233f0395833@mail.gmail.com> Date: Mon, 23 Jul 2007 10:23:54 +0800 From: "Spark Shen" To: dev@harmony.apache.org Subject: Re: [classlib][beans] PersistenceDelegateTest failures In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_171828_9922371.1185157434700" References: <906dd82e0707200212t7fd0ed83v5c40be603da076e5@mail.gmail.com> <473c46620707200249v44f2c5c7r43ef54d9efda9901@mail.gmail.com> <906dd82e0707200432j181b07a4kd37015ec7b019c1a@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_171828_9922371.1185157434700 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline I have built the latest DRLVM at r558328. The error does occur. But when I run a single test case: ant -Dbuild.module=beans - Dtest.jre.home=/home/spark/harmony/enhanced/trunk/working_vm/build/deploy/jdk/jre- Dtest.case=org.apache.harmony.beans.tests.java.beans.PersistenceDelegateTesttest It will not fail. 2007/7/21, Leo Li : > > On 7/20/07, Mikhail Loenko wrote: > > > > I used 557861. I ran all beans tests as well. It failed 2 times out of 3 > > runs. > > > The patch is applied by me. > But unfortunately I cannot reproduce the problem on my machine. I have > tried the latest classlib of r558200 both on J9 VM and DRLVM from SNAPSHOT > M2 and the testcases passed. ( I will try it on the latest build of DRLVM > next Monday since there is no one in hand.) > And that beans tests fail intermittently really confuses me if I have > not > missed something. Although the XML Parser implementation is to some degree > picky at version, I cannot find some randomness here... > > > 2007/7/20, Spark Shen : > > > Which version did you use? I ran all beans tests on Linux IA32 of > > r557932, > > > and all pass. > > > > > > 2007/7/20, Mikhail Loenko : > > > > > > > > starting today the following test fail for me ~ each other run on > > Linux > > > > IA32: > > > > > > > > org.apache.harmony.beans.tests.java.beans.PersistenceDelegateTest > > > > > > > > > > > > test_writeObject_Null_LXMLEncoder Error no more objects to read > > > > > > > > java.lang.ArrayIndexOutOfBoundsException: no more objects to read at > > > > java.beans.XMLDecoder.readObject(XMLDecoder.java:509) at > > > > > > > > > > > org.apache.harmony.beans.tests.java.beans.PersistenceDelegateTest.test_writeObject_Null_LXMLEncoder > > > > (PersistenceDelegateTest.java:222) > > > > at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) > > > > 0.255 > > > > > > > > > > > > test_writeObject_java_lang_reflect_Field Error no more objects to > read > > > > > > > > java.lang.ArrayIndexOutOfBoundsException: no more objects to read at > > > > java.beans.XMLDecoder.readObject(XMLDecoder.java:509) at > > > > > > > > > > > org.apache.harmony.beans.tests.java.beans.PersistenceDelegateTest.test_writeObject_java_lang_reflect_Field > > > > (PersistenceDelegateTest.java:250) > > > > at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) > > > > 0.046 > > > > > > > > <...22 more ...> > > > > > > > > Thanks, > > > > Mikhail > > > > > > > > > > > > > > > > -- > > > Spark Shen > > > China Software Development Lab, IBM > > > > > > > > > -- > Leo Li > China Software Development Lab, IBM > -- Spark Shen China Software Development Lab, IBM ------=_Part_171828_9922371.1185157434700--