Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 96680 invoked from network); 30 May 2007 10:54:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 May 2007 10:54:53 -0000 Received: (qmail 37329 invoked by uid 500); 30 May 2007 10:54:55 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 37306 invoked by uid 500); 30 May 2007 10:54:54 -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 37297 invoked by uid 99); 30 May 2007 10:54:54 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 May 2007 03:54:54 -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.234 as permitted sender) Received: from [66.249.82.234] (HELO wx-out-0506.google.com) (66.249.82.234) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 May 2007 03:54:47 -0700 Received: by wx-out-0506.google.com with SMTP id h26so1840066wxd for ; Wed, 30 May 2007 03:54:26 -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=Rg2uHMGBnHHH33oPU5Z4XAvnLC9S1bLMfHLQGsrylIM/l19lVXjWaZm+NOojtAcTeeSv+1rA7jN0FiWEhZYnKZdeMm+fVTBnizaBT8uqAHqhd1z902ftxolWkVCfxCLNverCREVlu0dUabjoUnzWJ3I9gOqprzQ9fDqriIsAP2A= 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=owzPG2kDs+G7ZZaduAoUT0M/7nd7GslV3mo1h6lam8ayhkH17y1levYFJJoMz3akXxPImGfJLywnwoB2YVym8fMS2fQyC9ItUC/pXZ+Zi58BvHOyCkWr5AMRsR365tGJx8XaDokJ/N4KyUBfH0EyMxR2Qp6qsPaBbQ2eTc2E37E= Received: by 10.70.31.18 with SMTP id e18mr734672wxe.1180522466653; Wed, 30 May 2007 03:54:26 -0700 (PDT) Received: by 10.70.60.5 with HTTP; Wed, 30 May 2007 03:54:26 -0700 (PDT) Message-ID: <7273946b0705300354y10aaa7cxb5c8edbb8f4b6273@mail.gmail.com> Date: Wed, 30 May 2007 17:54:26 +0700 From: "Vladimir Ivanov" To: dev Subject: Re: [classlib][nio] test org.apache.harmony.nio.tests.java.nio.channels.FileLockInterruptionExceptionTest failed In-Reply-To: <7273946b0705292115l59d6c2ddkc8dfa49a7bedf31f@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: <7273946b0705292115l59d6c2ddkc8dfa49a7bedf31f@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org Seems, the guilty commit is: svn commit: r542426 - in /harmony/enhanced/classlib/trunk/modules/luni/src/main/java: java/net/JarURLConnection.java java/net/URLClassLoader.java at least the test FileLockInterruptionExceptionTest passed on r542425 and failed on r542426. To reproduce this failure I use Windows XP, x86. Thanks, Vladimir On 5/30/07, Vladimir Ivanov wrote: > Hello, > the classlib tests for 'nio' module failed today with log: > > org.apache.harmony.nio.tests.java.nio.channels.FileLockInterruptionExceptionTest > > java.lang.ClassNotFoundException: > org.apache.harmony.nio.tests.java.nio.channels.FileLockInterruptionExceptionTest > at java.net.URLClassLoader.findClass(URLClassLoader.java:895) at > java.lang.ClassLoader.loadClass(ClassLoader.java:570) at > java.lang.ClassLoader$SystemClassLoader.loadClass(ClassLoader.java:958) > at java.lang.ClassLoader.loadClass(ClassLoader.java:317) at > java.lang.Class.forName(Class.java:170) at > java.lang.Class.forName(Class.java:127) > > Could someone take care about it? > > thanks, Vladimir >