You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Alexei Zakharov (JIRA)" <ji...@apache.org> on 2006/11/23 13:46:01 UTC

[jira] Created: (HARMONY-2285) [drlvm] several NIO tests crash on DRLVM

[drlvm] several NIO tests crash on DRLVM
----------------------------------------

                 Key: HARMONY-2285
                 URL: http://issues.apache.org/jira/browse/HARMONY-2285
             Project: Harmony
          Issue Type: Bug
         Environment: winXP
            Reporter: Alexei Zakharov


The following tests from the org.apache.harmony.nio.tests.java.nio.channels package cause DRLVM (debug) crash:

DatagramChannelTest
FileChannelTest
PipeTest
SelectableChannelTest
SelectionKeyTest
SelectorTest
SocketChannelTest
SinkChannelTest
SourceChannelTest
spi/AbstractSelectableChannelTest
spi/AbstractSelectorTest

The tests pass on J9.
The exact command line to reproduce:
<harmony-repo-home>\enhanced\drlvm\trunk\build\win_ia32_msvc_debug\deploy\jre\bin\java -verbose:gc -classpath <harmony-repo-home>\enhanced\classlib\trunk\modules\nio\bin\test;<harmony-repo-home>\enhanced\classlib\trunk\deploy\build\test\support.jar;<JUNIT_HOME>\junit.jar junit.textui.TestRunner org.apache.harmony.nio.tests.java.nio.channels.DatagramChannelTest


-- 
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-2285) [drlvm] several NIO tests crash on DRLVM

Posted by "Ivan Volosyuk (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-2285?page=comments#action_12452227 ] 
            
Ivan Volosyuk commented on HARMONY-2285:
----------------------------------------

Reproduced. Investigating...

> [drlvm] several NIO tests crash on DRLVM
> ----------------------------------------
>
>                 Key: HARMONY-2285
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2285
>             Project: Harmony
>          Issue Type: Bug
>         Environment: winXP
>            Reporter: Alexei Zakharov
>
> The following tests from the org.apache.harmony.nio.tests.java.nio.channels package cause DRLVM (debug) crash:
> DatagramChannelTest
> FileChannelTest
> PipeTest
> SelectableChannelTest
> SelectionKeyTest
> SelectorTest
> SocketChannelTest
> SinkChannelTest
> SourceChannelTest
> spi/AbstractSelectableChannelTest
> spi/AbstractSelectorTest
> The tests pass on J9.
> The exact command line to reproduce:
> <harmony-repo-home>\enhanced\drlvm\trunk\build\win_ia32_msvc_debug\deploy\jre\bin\java -verbose:gc -classpath <harmony-repo-home>\enhanced\classlib\trunk\modules\nio\bin\test;<harmony-repo-home>\enhanced\classlib\trunk\deploy\build\test\support.jar;<JUNIT_HOME>\junit.jar junit.textui.TestRunner org.apache.harmony.nio.tests.java.nio.channels.DatagramChannelTest

-- 
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-2285) [drlvm] several NIO tests crash on DRLVM

Posted by "Vasily Zakharov (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-2285?page=comments#action_12457034 ] 
            
Vasily Zakharov commented on HARMONY-2285:
------------------------------------------

The remaining issues look like a duplicate of HARMONY-2338. Should be verified when that one is fixed.


> [drlvm] several NIO tests crash on DRLVM
> ----------------------------------------
>
>                 Key: HARMONY-2285
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2285
>             Project: Harmony
>          Issue Type: Bug
>         Environment: winXP
>            Reporter: Alexei Zakharov
>         Assigned To: Gregory Shimansky
>         Attachments: h2285.diff
>
>
> The following tests from the org.apache.harmony.nio.tests.java.nio.channels package cause DRLVM (debug) crash:
> DatagramChannelTest
> FileChannelTest
> PipeTest
> SelectableChannelTest
> SelectionKeyTest
> SelectorTest
> SocketChannelTest
> SinkChannelTest
> SourceChannelTest
> spi/AbstractSelectableChannelTest
> spi/AbstractSelectorTest
> The tests pass on J9.
> The exact command line to reproduce:
> <harmony-repo-home>\enhanced\drlvm\trunk\build\win_ia32_msvc_debug\deploy\jre\bin\java -verbose:gc -classpath <harmony-repo-home>\enhanced\classlib\trunk\modules\nio\bin\test;<harmony-repo-home>\enhanced\classlib\trunk\deploy\build\test\support.jar;<JUNIT_HOME>\junit.jar junit.textui.TestRunner org.apache.harmony.nio.tests.java.nio.channels.DatagramChannelTest

-- 
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-2285) [drlvm] several NIO tests crash on DRLVM

Posted by "tatyana doubtsova (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-2285?page=comments#action_12453603 ] 
            
tatyana doubtsova commented on HARMONY-2285:
--------------------------------------------

I ran nio module iterativly in perTest mode for 50 times on svn = r479111, (Nov 25 2006), Linux/ia32/gcc 3.3.3, debug build.
1 time out of 50 2 there were two issues in the tests from the above list:

1). org.apache.harmony.nio.tests.java.nio.channels.DatagramChannelTest@testReceiveSend_NonBlock_Normal_C2S

Error
The address is not available

java.net.BindException: The address is not available at org.apache.harmony.luni.platform.OSNetworkSystem.socketBindImpl2(OSNetworkSystem.java) at org.apache.harmony.luni.platform.OSNetworkSystem.bind2(OSNetworkSystem.java) at org.apache.harmony.luni.net.PlainDatagramSocketImpl.bind(PlainDatagramSocketImpl.java:118) at java.net.DatagramSocket.createSocket(DatagramSocket.java:181) at java.net.DatagramSocket.<init>(DatagramSocket.java:74) at org.apache.harmony.nio.tests.java.nio.channels.DatagramChannelTest.setUp(DatagramChannelTest.java:80)

2). org.apache.harmony.nio.tests.java.nio.channels.SelectionKeyTest@test_readyOps
Error
The address is not available

java.net.BindException: The address is not available at org.apache.harmony.luni.platform.OSNetworkSystem.socketBindImpl(OSNetworkSystem.java) at org.apache.harmony.luni.platform.OSNetworkSystem.bind(OSNetworkSystem.java) at org.apache.harmony.luni.net.PlainSocketImpl.bind(PlainSocketImpl.java:159) at java.net.ServerSocket.<init>(ServerSocket.java:114) at java.net.ServerSocket.<init>(ServerSocket.java:72) at org.apache.harmony.nio.tests.java.nio.channels.SelectionKeyTest.test_readyOps(SelectionKeyTest.java:299) at java.lang.reflect.VMReflection.invokeMethod(Native Method)


> [drlvm] several NIO tests crash on DRLVM
> ----------------------------------------
>
>                 Key: HARMONY-2285
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2285
>             Project: Harmony
>          Issue Type: Bug
>         Environment: winXP
>            Reporter: Alexei Zakharov
>         Assigned To: Gregory Shimansky
>         Attachments: h2285.diff
>
>
> The following tests from the org.apache.harmony.nio.tests.java.nio.channels package cause DRLVM (debug) crash:
> DatagramChannelTest
> FileChannelTest
> PipeTest
> SelectableChannelTest
> SelectionKeyTest
> SelectorTest
> SocketChannelTest
> SinkChannelTest
> SourceChannelTest
> spi/AbstractSelectableChannelTest
> spi/AbstractSelectorTest
> The tests pass on J9.
> The exact command line to reproduce:
> <harmony-repo-home>\enhanced\drlvm\trunk\build\win_ia32_msvc_debug\deploy\jre\bin\java -verbose:gc -classpath <harmony-repo-home>\enhanced\classlib\trunk\modules\nio\bin\test;<harmony-repo-home>\enhanced\classlib\trunk\deploy\build\test\support.jar;<JUNIT_HOME>\junit.jar junit.textui.TestRunner org.apache.harmony.nio.tests.java.nio.channels.DatagramChannelTest

-- 
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-2285) [drlvm] several NIO tests crash on DRLVM

Posted by "Gregory Shimansky (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-2285?page=all ]

Gregory Shimansky reassigned HARMONY-2285:
------------------------------------------

    Assignee: Gregory Shimansky

> [drlvm] several NIO tests crash on DRLVM
> ----------------------------------------
>
>                 Key: HARMONY-2285
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2285
>             Project: Harmony
>          Issue Type: Bug
>         Environment: winXP
>            Reporter: Alexei Zakharov
>         Assigned To: Gregory Shimansky
>         Attachments: h2285.diff
>
>
> The following tests from the org.apache.harmony.nio.tests.java.nio.channels package cause DRLVM (debug) crash:
> DatagramChannelTest
> FileChannelTest
> PipeTest
> SelectableChannelTest
> SelectionKeyTest
> SelectorTest
> SocketChannelTest
> SinkChannelTest
> SourceChannelTest
> spi/AbstractSelectableChannelTest
> spi/AbstractSelectorTest
> The tests pass on J9.
> The exact command line to reproduce:
> <harmony-repo-home>\enhanced\drlvm\trunk\build\win_ia32_msvc_debug\deploy\jre\bin\java -verbose:gc -classpath <harmony-repo-home>\enhanced\classlib\trunk\modules\nio\bin\test;<harmony-repo-home>\enhanced\classlib\trunk\deploy\build\test\support.jar;<JUNIT_HOME>\junit.jar junit.textui.TestRunner org.apache.harmony.nio.tests.java.nio.channels.DatagramChannelTest

-- 
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-2285) [drlvm] several NIO tests crash on DRLVM

Posted by "Ivan Volosyuk (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-2285?page=all ]

Ivan Volosyuk updated HARMONY-2285:
-----------------------------------

    Attachment: h2285.diff

Fix attached.
Problem that VM handles more exceptions that it should. Bug was introduced in HARMONY-2006.

> [drlvm] several NIO tests crash on DRLVM
> ----------------------------------------
>
>                 Key: HARMONY-2285
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2285
>             Project: Harmony
>          Issue Type: Bug
>         Environment: winXP
>            Reporter: Alexei Zakharov
>         Attachments: h2285.diff
>
>
> The following tests from the org.apache.harmony.nio.tests.java.nio.channels package cause DRLVM (debug) crash:
> DatagramChannelTest
> FileChannelTest
> PipeTest
> SelectableChannelTest
> SelectionKeyTest
> SelectorTest
> SocketChannelTest
> SinkChannelTest
> SourceChannelTest
> spi/AbstractSelectableChannelTest
> spi/AbstractSelectorTest
> The tests pass on J9.
> The exact command line to reproduce:
> <harmony-repo-home>\enhanced\drlvm\trunk\build\win_ia32_msvc_debug\deploy\jre\bin\java -verbose:gc -classpath <harmony-repo-home>\enhanced\classlib\trunk\modules\nio\bin\test;<harmony-repo-home>\enhanced\classlib\trunk\deploy\build\test\support.jar;<JUNIT_HOME>\junit.jar junit.textui.TestRunner org.apache.harmony.nio.tests.java.nio.channels.DatagramChannelTest

-- 
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-2285) [drlvm] several NIO tests crash on DRLVM

Posted by "Vasily Zakharov (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-2285?page=comments#action_12460518 ] 
            
Vasily Zakharov commented on HARMONY-2285:
------------------------------------------

Alexei, I've created a separate issue for Tatyana's report, HARMONY-2860.

Could you please verify Gregory's fix for the original issue and close it?


> [drlvm] several NIO tests crash on DRLVM
> ----------------------------------------
>
>                 Key: HARMONY-2285
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2285
>             Project: Harmony
>          Issue Type: Bug
>         Environment: winXP
>            Reporter: Alexei Zakharov
>         Assigned To: Gregory Shimansky
>         Attachments: h2285.diff
>
>
> The following tests from the org.apache.harmony.nio.tests.java.nio.channels package cause DRLVM (debug) crash:
> DatagramChannelTest
> FileChannelTest
> PipeTest
> SelectableChannelTest
> SelectionKeyTest
> SelectorTest
> SocketChannelTest
> SinkChannelTest
> SourceChannelTest
> spi/AbstractSelectableChannelTest
> spi/AbstractSelectorTest
> The tests pass on J9.
> The exact command line to reproduce:
> <harmony-repo-home>\enhanced\drlvm\trunk\build\win_ia32_msvc_debug\deploy\jre\bin\java -verbose:gc -classpath <harmony-repo-home>\enhanced\classlib\trunk\modules\nio\bin\test;<harmony-repo-home>\enhanced\classlib\trunk\deploy\build\test\support.jar;<JUNIT_HOME>\junit.jar junit.textui.TestRunner org.apache.harmony.nio.tests.java.nio.channels.DatagramChannelTest

-- 
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-2285) [drlvm] several NIO tests crash on DRLVM

Posted by "Alexei Zakharov (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-2285?page=comments#action_12460582 ] 
            
Alexei Zakharov commented on HARMONY-2285:
------------------------------------------

Nice. The original fix was verified. I suppose Gregory should close this (not me).

> [drlvm] several NIO tests crash on DRLVM
> ----------------------------------------
>
>                 Key: HARMONY-2285
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2285
>             Project: Harmony
>          Issue Type: Bug
>         Environment: winXP
>            Reporter: Alexei Zakharov
>         Assigned To: Gregory Shimansky
>         Attachments: h2285.diff
>
>
> The following tests from the org.apache.harmony.nio.tests.java.nio.channels package cause DRLVM (debug) crash:
> DatagramChannelTest
> FileChannelTest
> PipeTest
> SelectableChannelTest
> SelectionKeyTest
> SelectorTest
> SocketChannelTest
> SinkChannelTest
> SourceChannelTest
> spi/AbstractSelectableChannelTest
> spi/AbstractSelectorTest
> The tests pass on J9.
> The exact command line to reproduce:
> <harmony-repo-home>\enhanced\drlvm\trunk\build\win_ia32_msvc_debug\deploy\jre\bin\java -verbose:gc -classpath <harmony-repo-home>\enhanced\classlib\trunk\modules\nio\bin\test;<harmony-repo-home>\enhanced\classlib\trunk\deploy\build\test\support.jar;<JUNIT_HOME>\junit.jar junit.textui.TestRunner org.apache.harmony.nio.tests.java.nio.channels.DatagramChannelTest

-- 
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-2285) [drlvm] several NIO tests crash on DRLVM

Posted by "Gregory Shimansky (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-2285?page=comments#action_12452309 ] 
            
Gregory Shimansky commented on HARMONY-2285:
--------------------------------------------

Fixed has been applied at 478650. Test in description doesn't crash any more

> [drlvm] several NIO tests crash on DRLVM
> ----------------------------------------
>
>                 Key: HARMONY-2285
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2285
>             Project: Harmony
>          Issue Type: Bug
>         Environment: winXP
>            Reporter: Alexei Zakharov
>         Assigned To: Gregory Shimansky
>         Attachments: h2285.diff
>
>
> The following tests from the org.apache.harmony.nio.tests.java.nio.channels package cause DRLVM (debug) crash:
> DatagramChannelTest
> FileChannelTest
> PipeTest
> SelectableChannelTest
> SelectionKeyTest
> SelectorTest
> SocketChannelTest
> SinkChannelTest
> SourceChannelTest
> spi/AbstractSelectableChannelTest
> spi/AbstractSelectorTest
> The tests pass on J9.
> The exact command line to reproduce:
> <harmony-repo-home>\enhanced\drlvm\trunk\build\win_ia32_msvc_debug\deploy\jre\bin\java -verbose:gc -classpath <harmony-repo-home>\enhanced\classlib\trunk\modules\nio\bin\test;<harmony-repo-home>\enhanced\classlib\trunk\deploy\build\test\support.jar;<JUNIT_HOME>\junit.jar junit.textui.TestRunner org.apache.harmony.nio.tests.java.nio.channels.DatagramChannelTest

-- 
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-2285) [drlvm] several NIO tests crash on DRLVM

Posted by "Gregory Shimansky (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-2285?page=all ]

Gregory Shimansky resolved HARMONY-2285.
----------------------------------------

    Resolution: Fixed

> [drlvm] several NIO tests crash on DRLVM
> ----------------------------------------
>
>                 Key: HARMONY-2285
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2285
>             Project: Harmony
>          Issue Type: Bug
>         Environment: winXP
>            Reporter: Alexei Zakharov
>         Assigned To: Gregory Shimansky
>         Attachments: h2285.diff
>
>
> The following tests from the org.apache.harmony.nio.tests.java.nio.channels package cause DRLVM (debug) crash:
> DatagramChannelTest
> FileChannelTest
> PipeTest
> SelectableChannelTest
> SelectionKeyTest
> SelectorTest
> SocketChannelTest
> SinkChannelTest
> SourceChannelTest
> spi/AbstractSelectableChannelTest
> spi/AbstractSelectorTest
> The tests pass on J9.
> The exact command line to reproduce:
> <harmony-repo-home>\enhanced\drlvm\trunk\build\win_ia32_msvc_debug\deploy\jre\bin\java -verbose:gc -classpath <harmony-repo-home>\enhanced\classlib\trunk\modules\nio\bin\test;<harmony-repo-home>\enhanced\classlib\trunk\deploy\build\test\support.jar;<JUNIT_HOME>\junit.jar junit.textui.TestRunner org.apache.harmony.nio.tests.java.nio.channels.DatagramChannelTest

-- 
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-2285) [drlvm] several NIO tests crash on DRLVM

Posted by "Alexei Zakharov (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-2285?page=comments#action_12460200 ] 
            
Alexei Zakharov commented on HARMONY-2285:
------------------------------------------

I think the problem reported by Tatyana is a separate issue that has no relations to the initial problem. We probably need a separate JIRA for it. The initial problem is completely solved by the Ivan's patch so IMHO we may close this JIRA. 

> [drlvm] several NIO tests crash on DRLVM
> ----------------------------------------
>
>                 Key: HARMONY-2285
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2285
>             Project: Harmony
>          Issue Type: Bug
>         Environment: winXP
>            Reporter: Alexei Zakharov
>         Assigned To: Gregory Shimansky
>         Attachments: h2285.diff
>
>
> The following tests from the org.apache.harmony.nio.tests.java.nio.channels package cause DRLVM (debug) crash:
> DatagramChannelTest
> FileChannelTest
> PipeTest
> SelectableChannelTest
> SelectionKeyTest
> SelectorTest
> SocketChannelTest
> SinkChannelTest
> SourceChannelTest
> spi/AbstractSelectableChannelTest
> spi/AbstractSelectorTest
> The tests pass on J9.
> The exact command line to reproduce:
> <harmony-repo-home>\enhanced\drlvm\trunk\build\win_ia32_msvc_debug\deploy\jre\bin\java -verbose:gc -classpath <harmony-repo-home>\enhanced\classlib\trunk\modules\nio\bin\test;<harmony-repo-home>\enhanced\classlib\trunk\deploy\build\test\support.jar;<JUNIT_HOME>\junit.jar junit.textui.TestRunner org.apache.harmony.nio.tests.java.nio.channels.DatagramChannelTest

-- 
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-2285) [drlvm] several NIO tests crash on DRLVM

Posted by "Gregory Shimansky (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-2285?page=all ]

Gregory Shimansky closed HARMONY-2285.
--------------------------------------


I can confirm that the bug was fixed by Ivan's patch.

VERIFIED.

> [drlvm] several NIO tests crash on DRLVM
> ----------------------------------------
>
>                 Key: HARMONY-2285
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2285
>             Project: Harmony
>          Issue Type: Bug
>         Environment: winXP
>            Reporter: Alexei Zakharov
>         Assigned To: Gregory Shimansky
>         Attachments: h2285.diff
>
>
> The following tests from the org.apache.harmony.nio.tests.java.nio.channels package cause DRLVM (debug) crash:
> DatagramChannelTest
> FileChannelTest
> PipeTest
> SelectableChannelTest
> SelectionKeyTest
> SelectorTest
> SocketChannelTest
> SinkChannelTest
> SourceChannelTest
> spi/AbstractSelectableChannelTest
> spi/AbstractSelectorTest
> The tests pass on J9.
> The exact command line to reproduce:
> <harmony-repo-home>\enhanced\drlvm\trunk\build\win_ia32_msvc_debug\deploy\jre\bin\java -verbose:gc -classpath <harmony-repo-home>\enhanced\classlib\trunk\modules\nio\bin\test;<harmony-repo-home>\enhanced\classlib\trunk\deploy\build\test\support.jar;<JUNIT_HOME>\junit.jar junit.textui.TestRunner org.apache.harmony.nio.tests.java.nio.channels.DatagramChannelTest

-- 
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