You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Tony Wu (JIRA)" <ji...@apache.org> on 2007/01/01 14:56:27 UTC

[jira] Created: (HARMONY-2934) [classlib][luni]UDP socket behaves incorrectly

[classlib][luni]UDP socket behaves incorrectly
----------------------------------------------

                 Key: HARMONY-2934
                 URL: http://issues.apache.org/jira/browse/HARMONY-2934
             Project: Harmony
          Issue Type: Bug
          Components: Classlib
            Reporter: Tony Wu


testcase below passed on RI whereas threw SocketException on harmony

    public void test() throws IOException {
        Socket s = new Socket("127.0.0.1", 0, false);
        OutputStream o = s.getOutputStream();
        o.write(1);
    }



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Assigned: (HARMONY-2934) [classlib][luni]UDP socket behaves incorrectly

Posted by "Tim Ellison (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-2934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tim Ellison reassigned HARMONY-2934:
------------------------------------

    Assignee: Tim Ellison

> [classlib][luni]UDP socket behaves incorrectly
> ----------------------------------------------
>
>                 Key: HARMONY-2934
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2934
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Tony Wu
>         Assigned To: Tim Ellison
>         Attachments: harmony-2934.diff
>
>
> testcase below passed on RI whereas threw SocketException on harmony
>     public void test() throws IOException {
>         Socket s = new Socket("127.0.0.1", 0, false);
>         OutputStream o = s.getOutputStream();
>         o.write(1);
>     }

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (HARMONY-2934) [classlib][luni]UDP socket behaves incorrectly

Posted by "Tony Wu (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-2934?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12461665 ] 

Tony Wu commented on HARMONY-2934:
----------------------------------

patch posted, would you please try it? Thanks a lot.

> [classlib][luni]UDP socket behaves incorrectly
> ----------------------------------------------
>
>                 Key: HARMONY-2934
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2934
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Tony Wu
>         Attachments: harmony-2934.diff
>
>
> testcase below passed on RI whereas threw SocketException on harmony
>     public void test() throws IOException {
>         Socket s = new Socket("127.0.0.1", 0, false);
>         OutputStream o = s.getOutputStream();
>         o.write(1);
>     }

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Resolved: (HARMONY-2934) [classlib][luni]UDP socket behaves incorrectly

Posted by "Tim Ellison (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-2934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tim Ellison resolved HARMONY-2934.
----------------------------------

    Resolution: Fixed

Thanks Tony.

Patch applied to LUNI module at repo revision r491772.

Please check that it was applied as you expected.


> [classlib][luni]UDP socket behaves incorrectly
> ----------------------------------------------
>
>                 Key: HARMONY-2934
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2934
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Tony Wu
>         Assigned To: Tim Ellison
>         Attachments: harmony-2934.diff
>
>
> testcase below passed on RI whereas threw SocketException on harmony
>     public void test() throws IOException {
>         Socket s = new Socket("127.0.0.1", 0, false);
>         OutputStream o = s.getOutputStream();
>         o.write(1);
>     }

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (HARMONY-2934) [classlib][luni]UDP socket behaves incorrectly

Posted by "Tony Wu (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-2934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tony Wu updated HARMONY-2934:
-----------------------------

    Attachment: harmony-2934.diff

> [classlib][luni]UDP socket behaves incorrectly
> ----------------------------------------------
>
>                 Key: HARMONY-2934
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2934
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Tony Wu
>         Attachments: harmony-2934.diff
>
>
> testcase below passed on RI whereas threw SocketException on harmony
>     public void test() throws IOException {
>         Socket s = new Socket("127.0.0.1", 0, false);
>         OutputStream o = s.getOutputStream();
>         o.write(1);
>     }

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (HARMONY-2934) [classlib][luni]UDP socket behaves incorrectly

Posted by "Tim Ellison (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-2934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tim Ellison closed HARMONY-2934.
--------------------------------


Verified by Tony.


> [classlib][luni]UDP socket behaves incorrectly
> ----------------------------------------------
>
>                 Key: HARMONY-2934
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2934
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Tony Wu
>         Assigned To: Tim Ellison
>         Attachments: harmony-2934.diff
>
>
> testcase below passed on RI whereas threw SocketException on harmony
>     public void test() throws IOException {
>         Socket s = new Socket("127.0.0.1", 0, false);
>         OutputStream o = s.getOutputStream();
>         o.write(1);
>     }

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (HARMONY-2934) [classlib][luni]UDP socket behaves incorrectly

Posted by "Tony Wu (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-2934?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12461720 ] 

Tony Wu commented on HARMONY-2934:
----------------------------------

verified at r491784. Thanks Tim.

> [classlib][luni]UDP socket behaves incorrectly
> ----------------------------------------------
>
>                 Key: HARMONY-2934
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2934
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Tony Wu
>         Assigned To: Tim Ellison
>         Attachments: harmony-2934.diff
>
>
> testcase below passed on RI whereas threw SocketException on harmony
>     public void test() throws IOException {
>         Socket s = new Socket("127.0.0.1", 0, false);
>         OutputStream o = s.getOutputStream();
>         o.write(1);
>     }

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira