Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 49833 invoked from network); 15 May 2007 10:35:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 May 2007 10:35:59 -0000 Received: (qmail 81118 invoked by uid 500); 15 May 2007 10:36:04 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 80968 invoked by uid 500); 15 May 2007 10:36:03 -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 80959 invoked by uid 99); 15 May 2007 10:36:03 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 May 2007 03:36:03 -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.226 as permitted sender) Received: from [66.249.82.226] (HELO wx-out-0506.google.com) (66.249.82.226) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 May 2007 03:35:56 -0700 Received: by wx-out-0506.google.com with SMTP id i29so1992015wxd for ; Tue, 15 May 2007 03:35: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=SY7zuuGsijgGBm+fLB1O+oTtGyh0xHpm/mPGBb0kyrex8KMQ+bnqSE0JY1ZMNbNLNoEkXR2sSmRnZ6eQAWCX8Ei6MIzcNUH5eFikRk4emuxg821mz+Aw9RRqw4LTkRB/7ann9+MVOIQcEEhGcfr9tdR843RTrugu2Eqh3BR1SeU= 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=Sf1j6OTL+B/cH+VJ/PxqRfXwvGTrTyQCDGmA4GAGfOZ+hz4t+cCWWP/GpC2n6sv0xG+oIlEiQ01HHPmFmfAB0MpbaFyLTJsEXO4Ynp57PJmrQ8h6tKjUCfTBy/XeEoQP0rlwOjyv0kmvu3tk2lX0H1LtcmkWajtgmR2OqYdIzbY= Received: by 10.70.67.2 with SMTP id p2mr8575950wxa.1179225335847; Tue, 15 May 2007 03:35:35 -0700 (PDT) Received: by 10.70.47.17 with HTTP; Tue, 15 May 2007 03:35:35 -0700 (PDT) Message-ID: <7273946b0705150335w1d29263ch60deb8c058ad1c4b@mail.gmail.com> Date: Tue, 15 May 2007 17:35:35 +0700 From: "Vladimir Ivanov" To: dev Subject: Re: [archive] CLASSLIB unit test org.apache.harmony.archive.tests.java.util.jar.AttributesTest failed today In-Reply-To: <7273946b0705150242g54a5219l74cef97426b9974b@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: <7273946b0705150242g54a5219l74cef97426b9974b@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org Seems, it happened after commit r538071: modified pyang /harmony/enhanced/classlib/trunk/modules/luni/src/test/java/tests/api/java/util/AbstractMapTest.java 05/15/2007 14:09:10 Apply patch for HARMONY-3865([classlib][luni] AbstractMap seems to have a flawed equals method) modified pyang /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/AbstractMap.java 05/15/2007 14:09:10 Apply patch for HARMONY-3865([classlib][luni] AbstractMap seems to have a flawed equals method) At least it passed with r532306 for AbstractMap.java thanks, Vladimir On 5/15/07, Vladimir Ivanov wrote: > The unit test org.apache.harmony.archive.tests.java.util.jar.AttributesTest > failed on DRLVM. > Command to reproduce: > build.bat -Dtest.jre.home=..\..\drlvm\trunk\build\win_ia32_msvc_debug\deploy\jdk\jre > -Dbuild.module=archive > -Dtest.case=org.apache.harmony.archive.tests.java.util.jar.AttributesTest > test > > Error log: > 1) test_ConstructorLjava_util_jar_Attributes > junit.framework.AssertionFailedError: equal at > org.apache.harmony.archive.tests.java.util.jar.AttributesTest.test_ConstructorLjava_util_jar_Attributes(AttributesTest.java:48) > at java.lang.reflect.VMReflection.invokeMethod > > 2) test_clone > junit.framework.AssertionFailedError: equal at > org.apache.harmony.archive.tests.java.util.jar.AttributesTest.test_clone(AttributesTest.java:226) > at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) > > Could someone reproduce/fix it? > > thanks, Vladimir >