[ https://issues.apache.org/jira/browse/HARMONY-4116?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12504179
]
Vladimir Ivanov commented on HARMONY-4116:
------------------------------------------
Leo, with your patch the test failed as:
<error message="SocketException with errno-4" type="java.net.SocketException">java.net.SocketException:
SocketException with errno-4
at org.apache.harmony.luni.platform.OSNetworkSystem.select(OSNetworkSystem.java:312)
at org.apache.harmony.nio.internal.SelectorImpl.selectInternal(SelectorImpl.java:190)
at org.apache.harmony.nio.internal.SelectorImpl.select(SelectorImpl.java:167)
at org.apache.harmony.nio.tests.java.nio.channels.SelectorTest.selectOnce(SelectorTest.java:552)
at org.apache.harmony.nio.tests.java.nio.channels.SelectorTest.test_wakeup(SelectorTest.java:337)
at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
</error>
thanks, Vladimir
> [classlib][nio] SelectorTest.test_wakeup fails
> ----------------------------------------------
>
> Key: HARMONY-4116
> URL: https://issues.apache.org/jira/browse/HARMONY-4116
> Project: Harmony
> Issue Type: Bug
> Components: Classlib
> Environment: SLES9@x86
> SLES9@x86_64
> Reporter: Alexey Varlamov
> Assignee: Tim Ellison
> Attachments: patch_luni.diff
>
>
> The org.apache.harmony.nio.tests.java.nio.channels.SelectorTest unit test fails on Linuxes:
> java.net.SocketException
> at org.apache.harmony.luni.platform.OSNetworkSystem.select(OSNetworkSystem.java:312)
> at org.apache.harmony.nio.internal.SelectorImpl.selectInternal(SelectorImpl.java:190)
> at org.apache.harmony.nio.internal.SelectorImpl.select(SelectorImpl.java:157)
> at org.apache.harmony.nio.tests.java.nio.channels.SelectorTest.selectOnce(SelectorTest.java:549)
> at org.apache.harmony.nio.tests.java.nio.channels.SelectorTest.test_wakeup(SelectorTest.java:322)
> at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
|