Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 66868 invoked from network); 12 Feb 2007 01:33:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Feb 2007 01:33:26 -0000 Received: (qmail 44313 invoked by uid 500); 12 Feb 2007 01:33:34 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 44217 invoked by uid 500); 12 Feb 2007 01:33:34 -0000 Mailing-List: contact commits-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 commits@harmony.apache.org Received: (qmail 44206 invoked by uid 99); 12 Feb 2007 01:33:34 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 11 Feb 2007 17:33:34 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 11 Feb 2007 17:33:26 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id DA81C7142FE for ; Sun, 11 Feb 2007 17:33:05 -0800 (PST) Message-ID: <17247061.1171243985892.JavaMail.jira@brutus> Date: Sun, 11 Feb 2007 17:33:05 -0800 (PST) From: "Ruth Cao (JIRA)" To: commits@harmony.apache.org Subject: [jira] Commented: (HARMONY-1947) [classlib][luni] SocketChannel.finishConnect() is not working properly MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HARMONY-1947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12472168 ] Ruth Cao commented on HARMONY-1947: ----------------------------------- It works fine. Thank you so much for the commit, Richard. > [classlib][luni] SocketChannel.finishConnect() is not working properly > ---------------------------------------------------------------------- > > Key: HARMONY-1947 > URL: https://issues.apache.org/jira/browse/HARMONY-1947 > Project: Harmony > Issue Type: Bug > Components: Classlib > Reporter: Sian January > Assigned To: Richard Liang > Attachments: Harmony-1947.diff, SocketChannelTest.java > > > On a SocketChannel it should be possible to do a non-blocking connect(..) followed by a blocking finishConnect(). However this does not work on Harmony. The attached test case passes on RI and fails on Harmony. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.