From harmony-dev-return-19194-apmail-incubator-harmony-dev-archive=incubator.apache.org@incubator.apache.org Fri Nov 17 03:44:34 2006 Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 66863 invoked from network); 17 Nov 2006 03:44:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Nov 2006 03:44:33 -0000 Received: (qmail 9909 invoked by uid 500); 17 Nov 2006 03:44:39 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 9877 invoked by uid 500); 17 Nov 2006 03:44:39 -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 9868 invoked by uid 99); 17 Nov 2006 03:44:39 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Nov 2006 19:44:39 -0800 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 alexei.fedotov@gmail.com designates 64.233.162.205 as permitted sender) Received: from [64.233.162.205] (HELO nz-out-0102.google.com) (64.233.162.205) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Nov 2006 19:44:26 -0800 Received: by nz-out-0102.google.com with SMTP id k1so448243nzf for ; Thu, 16 Nov 2006 19:44:06 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=KsfdYK51NBkcZS6yN7pq5rA0ouGceAdT4sr9UD+6twJUl8oI9/z3aQVINY9pV+TkKoqtljxEcHmjKAhUprUfoOXFHEEobYLUXagy34Z3dqj5WiTLTM9tXl+6/tlHFS7KTmEhlfKPhX7ud7vC2pYH4+fX10fx3vbZYGi29ZjQk/c= Received: by 10.65.20.11 with SMTP id x11mr1586361qbi.1163735045895; Thu, 16 Nov 2006 19:44:05 -0800 (PST) Received: by 10.65.81.14 with HTTP; Thu, 16 Nov 2006 19:44:05 -0800 (PST) Message-ID: Date: Fri, 17 Nov 2006 06:44:05 +0300 From: "Alexei Fedotov" To: harmony-dev@incubator.apache.org Subject: [drlvm][unit] New regression? org.apache.harmony.auth.tests.javax.security.auth.kerberos.serialization.KrbDelegationPermissionCollectionTest MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org Folks, Has anyone seen the following problem in the whole test run? I cannot reproduce the problem for standalone test. (SuSE 9) java.io.IOException at java.io.IOException.<init>(IOException.java:35) at org.apache.harmony.luni.platform.OSFileSystem.close(OSFileSystem.java:203) at java.io.FileInputStream.close(FileInputStream.java:174) at org.apache.harmony.nio.internal.FileChannelImpl.implCloseChannel(FileChannelImpl.java:102) at java.nio.channels.spi.AbstractInterruptibleChannel.close(AbstractInterruptibleChannel.java:98) at java.io.FileInputStream.close(FileInputStream.java:167) at java.io.FilterInputStream.close(FilterInputStream.java) at java.io.BufferedInputStream.close(BufferedInputStream.java:121) at java.io.FilterInputStream.close(FilterInputStream.java) at java.io.ObjectInputStream.close(ObjectInputStream.java) at org.apache.harmony.testframework.serialization.SerializationTest.getObjectFromStream(SerializationTest.java:201) at org.apache.harmony.testframework.serialization.SerializationTest.getObject(SerializationTest.java:520) at org.apache.harmony.testframework.serialization.SerializationTest.verifyGolden(SerializationTest.java:428) at org.apache.harmony.testframework.serialization.SerializationTest.verifyGolden(SerializationTest.java:402) at org.apache.harmony.testframework.serialization.SerializationTest.testGolden(SerializationTest.java:146) at java.lang.reflect.VMReflection.invokeMethod(Native Method) at org.apache.harmony.testframework.serialization.SerializationTest.runBare(SerializationTest.java:111)