From dev-return-38951-apmail-harmony-dev-archive=harmony.apache.org@harmony.apache.org Tue Feb 23 11:40:02 2010 Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 87773 invoked from network); 23 Feb 2010 11:40:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 23 Feb 2010 11:40:02 -0000 Received: (qmail 53160 invoked by uid 500); 23 Feb 2010 11:40:01 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 53084 invoked by uid 500); 23 Feb 2010 11:40:00 -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 53070 invoked by uid 99); 23 Feb 2010 11:40:00 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Feb 2010 11:40:00 +0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: 194.196.100.167 is neither permitted nor denied by domain of mark.hindess@googlemail.com) Received: from [194.196.100.167] (HELO mtagate7.uk.ibm.com) (194.196.100.167) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Feb 2010 11:39:50 +0000 Received: from d06nrmr1707.portsmouth.uk.ibm.com (d06nrmr1707.portsmouth.uk.ibm.com [9.149.39.225]) by mtagate7.uk.ibm.com (8.13.1/8.13.1) with ESMTP id o1NBdTWh020089 for ; Tue, 23 Feb 2010 11:39:29 GMT Received: from d06av03.portsmouth.uk.ibm.com (d06av03.portsmouth.uk.ibm.com [9.149.37.213]) by d06nrmr1707.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id o1NBdTZl1065060 for ; Tue, 23 Feb 2010 11:39:29 GMT Received: from d06av03.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av03.portsmouth.uk.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id o1NBdTHM016967 for ; Tue, 23 Feb 2010 11:39:29 GMT Received: from anaheim.local (dhcp-9-20-183-159.hursley.ibm.com [9.20.183.159]) by d06av03.portsmouth.uk.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id o1NBdTJr016957 for ; Tue, 23 Feb 2010 11:39:29 GMT Message-Id: <201002231139.o1NBdTJr016957@d06av03.portsmouth.uk.ibm.com> X-Mailer: exmh version 2.7.2 01/07/2005 (debian 1:2.7.2-18) with nmh-1.3 From: "Mark Hindess" To: "Apache Harmony Dev List" Subject: [5.0M13] test results on linux/x86_64 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 23 Feb 2010 11:39:28 +0000 X-Virus-Checked: Checked by ClamAV on apache.org On linux/x86_64, my test results are as follows: SinkChannelTest fails intermittently (<1/10 runs) with: java.net.BindException: The address is not available at org.apache.harmony.luni.platform.OSNetworkSystem.bind(OSNetworkSystem.java) at org.apache.harmony.luni.net.PlainSocketImpl.bind(PlainSocketImpl.java:178) at java.net.ServerSocket.bind(ServerSocket.java:406) at org.apache.harmony.nio.internal.ServerSocketChannelImpl$ServerSocketAdapter.bind(ServerSocketChannelImpl.java:210) at java.net.ServerSocket.bind(ServerSocket.java:359) at org.apache.harmony.nio.internal.ServerSocketChannelImpl$ServerSocketAdapter.bind(ServerSocketChannelImpl.java:280) at org.apache.harmony.nio.tests.java.nio.channels.SinkChannelTest.test_socketChannel_read_close(SinkChannelTest.java:497) I suspect this is just an unstable test. PipedInputStreamTest.test_readException() fails reliably with the wrong exception message "Pipe broken" not "Write end dead". I've modified the test so that throws the exception on failure which gives more helpful output: java.io.IOException: Pipe broken at java.io.PipedInputStream.read(PipedInputStream.java:180) at org.apache.harmony.luni.tests.java.io.PipedInputStreamTest .test_readException(PipedInputStreamTest.java:90) I've seen both of these problems on earlier milestones and don't see them as blockers. I also see a number of timeouts in awt/swing but these are not regressions. Regards, -Mark.