Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 94800 invoked from network); 3 Aug 2006 09:25:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 3 Aug 2006 09:25:42 -0000 Received: (qmail 71687 invoked by uid 500); 3 Aug 2006 09:25:36 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 71637 invoked by uid 500); 3 Aug 2006 09:25:36 -0000 Mailing-List: contact harmony-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: harmony-dev@incubator.apache.org Delivered-To: mailing list harmony-dev@incubator.apache.org Received: (qmail 71626 invoked by uid 99); 3 Aug 2006 09:25:36 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Aug 2006 02:25:35 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of zhanghuangzhu@gmail.com designates 66.249.82.194 as permitted sender) Received: from [66.249.82.194] (HELO wx-out-0102.google.com) (66.249.82.194) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Aug 2006 02:25:35 -0700 Received: by wx-out-0102.google.com with SMTP id s13so1009334wxc for ; Thu, 03 Aug 2006 02:25:14 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=W3ZhCygvCRC1IqjQwWP9CZmaRmZhmuvxgHJuJOQsitvSwBXw2hVFrQ18EpsIpyIEeniBaWHUFMRynuSZyLxq9ist3ikyiKm3VwmWbotHlyz7JrIU4MplhrE/Xd4OAkePjxOhfZEUhmJxA82+EqWsvlcB8vmjNkLnCFJSw8PzL34= Received: by 10.70.67.4 with SMTP id p4mr2943677wxa; Thu, 03 Aug 2006 02:25:14 -0700 (PDT) Received: by 10.70.122.17 with HTTP; Thu, 3 Aug 2006 02:25:14 -0700 (PDT) Message-ID: <4d0b24970608030225i2317d2afrbef6dadc28bc8ffe@mail.gmail.com> Date: Thu, 3 Aug 2006 17:25:14 +0800 From: "Andrew Zhang" To: harmony-dev@incubator.apache.org Subject: Re: [continuum] BUILD FAILURE: Classlib/win.ia32 Build/Test In-Reply-To: <44D1BCE1.6030007@gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_61371_23004890.1154597114340" References: <6e47b64f0608030157p527d032en37dd11d9f92df4e3@mail.gmail.com> <44D1BCE1.6030007@gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_61371_23004890.1154597114340 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline The failure is caused by Harmony-1040. The updated hostEquals(URL u1, URL u2) introduces a new bug: It returns true when u1.host = null and u2.host = "" while it should return false. Sorry for the mistake caused by my patch. I'll update a new patch to solve this problem. Thanks! On 8/3/06, Paulex Yang wrote: > > I'm looking at it, seems it is due to my commit about HARMONY-1040 > (r428264), I'll roll back it at first, and look more inside. > > Stepan Mishura wrote: > > I'd suggest stop committing new code until the issue is resolved - two > > security tests failed (see below) > > > > Thanks, > > Stepan. > > > > > > -----Original Message----- > > From: Apache Harmony Build [mailto:nomail@hursley.ibm.com] > > Sent: Thursday, August 03, 2006 3:19 PM > > To: harmony-commits@incubator.apache.org > > Subject: [continuum] BUILD FAILURE: Classlib/win.ia32 Build/Test > > > > > > > > Online report : > > > http://ibmonly.hursley.ibm.com/continuum/win.ia32/servlet/continuum/target/ProjectBuild.vm/view/ProjectBuild/id/6/buildId/2034 > > > > > > Build statistics: > > > > State: Failed > > > > Previous State: Ok > > > > Started at: Thu, 3 Aug 2006 09:06:24 +0100 > > > > Finished at: Thu, 3 Aug 2006 09:18:14 +0100 > > > > Total time: 11m 50s > > > > Build Trigger: Schedule > > > > Exit code: 1 > > > > Building machine hostname: hy1 > > > > Operating system : Windows XP(Service Pack 2) > > > > Java version : 1.5.0_06(Sun Microsystems Inc.) > > > > > > > > Changes > > > > > > > classlib\modules\luni\src\test\java\tests\api\java\net\InetSocketAddressTest.java > > > > > > > > > classlib\modules\luni\src\test\java\tests\api\java\net\Inet6AddressTest.java > > > > > > > > classlib\modules\luni\src\test\java\tests\api\java\util\LocaleTest.java > > > > > > > classlib\modules\luni\src\test\resources\serialization\java\net\Inet6Address.golden.0.ser > > > > > > > > > classlib\modules\luni\src\test\resources\serialization\java\net\Inet6Address.golden.1.ser > > > > > > > > classlib\modules\luni\src\main\java\java\net\InetSocketAddress.java > > > > > > classlib\modules\luni\src\main\java\java\net\URLStreamHandler.java > > > > > classlib\modules\luni\src\main\java\java\net\Inet6Address.java > > > > > > > classlib\modules\luni\src\main\java\org\apache\harmony\luni\internal\locale\ISO3Languages.java > > > > > > > > > classlib\modules\luni\src\main\java\org\apache\harmony\luni\internal\locale\ISO3Countries.java > > > > > > > > > > > **************************************************************************** > > > > > > Output: > > > > > **************************************************************************** > > > > > > Buildfile: build.xml > > > > > > > > > > [exec] [junit] Tests run: 6, Failures: 1, Errors: 0, Time elapsed: > > 0 sec > > > > [exec] [junit] TEST > > org.apache.harmony.security.tests.java.security.CodeSource2Test FAILED > > > > [exec] [junit] Tests run: 26, Failures: 1, Errors: 0, Time elapsed: > > 3.125 sec > > > > [exec] [junit] TEST > > org.apache.harmony.security.tests.java.security.CodeSourceTest FAILED > > > > > > > > > > Thanks, > > Stepan Mishura > > Intel Middleware Products Division > > > > ------------------------------------------------------ > > Terms of use : http://incubator.apache.org/harmony/mailing.html > > To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org > > For additional commands, e-mail: harmony-dev-help@incubator.apache.org > > > > > -- > Paulex Yang > China Software Development Lab > IBM > > > > --------------------------------------------------------------------- > Terms of use : http://incubator.apache.org/harmony/mailing.html > To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org > For additional commands, e-mail: harmony-dev-help@incubator.apache.org > > -- Andrew Zhang China Software Development Lab, IBM ------=_Part_61371_23004890.1154597114340--