Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 87185 invoked from network); 11 Apr 2007 06:42:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Apr 2007 06:42:18 -0000 Received: (qmail 88090 invoked by uid 500); 11 Apr 2007 06:42:18 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 88066 invoked by uid 500); 11 Apr 2007 06:42:18 -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 88055 invoked by uid 99); 11 Apr 2007 06:42:18 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Apr 2007 23:42:18 -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 kalpakrg@gmail.com designates 64.233.162.230 as permitted sender) Received: from [64.233.162.230] (HELO nz-out-0506.google.com) (64.233.162.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Apr 2007 23:42:10 -0700 Received: by nz-out-0506.google.com with SMTP id j2so55015nzf for ; Tue, 10 Apr 2007 23:41:49 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:reply-to:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=KjuPEA8g/qR9jyBmpjNpBgioNZAd8gIZfeFbVmX75XVnO4MdgOBGvC9Ot0vUo8MayXGa4vA5qsU2Rm241wpvksu8JAlkbccKNYhU/770mcu05C/X4t8nd1qdtKdThSsMZfP110RS2liaFqNcwvCRmlAlCc6Cbe7AIFAC91Fkp2w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:reply-to:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=d3tZj+iR+4b5qctPanaRkzzoqNGYMxLc2aexBYCOcFAZB0Rb6anKZmTrt5DijPHV263+elSFyuZ4PM2ynUZPkp3MN7lUBe9b4crNvXonSPe9P7dvKwCz5LKh+J4FrkvMB4K4aDwoffeAz3HdyjxzRTfARVR/kT0QRpNfn58mClU= Received: by 10.115.93.16 with SMTP id v16mr136382wal.1176273708645; Tue, 10 Apr 2007 23:41:48 -0700 (PDT) Received: from ?192.168.11.42? ( [220.225.68.161]) by mx.google.com with ESMTP id n20sm111681pof.2007.04.10.23.41.46; Tue, 10 Apr 2007 23:41:47 -0700 (PDT) Message-ID: <461C83A6.4070503@gmail.com> Date: Wed, 11 Apr 2007 12:13:50 +0530 From: Kalpak Gadre Reply-To: kalpakrg@gmail.com User-Agent: Thunderbird 2.0b1 (X11/20061206) MIME-Version: 1.0 To: dev@harmony.apache.org Subject: Re: [classlib][test] Anyone see tests.api.java.util.PropertiesTest fail? References: <461C57CE.1070705@gmail.com> <6e47b64f0704102313p27f35a8ya892051874b59705@mail.gmail.com> In-Reply-To: <6e47b64f0704102313p27f35a8ya892051874b59705@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Stepan Mishura wrote: > On 4/11/07, Ruth Cao wrote: >> Hello all, >> >> When running all tests in luni module, I've found that two methods in >> t.a.j.u.PropertiesTest fail: test_loadFromXMLLjava_io_InputStream and >> test_storeToXMLLjava_io_OutputStreamLjava_lang_StringLjava_lang_String. >> >> It seems that it is because that we upgrade xerces from 2.8 to 2.9. >> Shall we revert it back? Or any comments? suggestions? >> > > I'm not sure that it is because of xerces update. The test fails on > IBM VME only if it is run with other luni tests (i.e. ant > -Dbuild.module=luni test). And it passes if it is run separately (i.e. > with -Dtest.case). Also the test passed on DRL VM for me. > Works for me to! I created the patch for this and I tested it with DRL VM. Thanks, Kalpak