Hello,
the CC/CI on Linux x86 and x86_64 reports each day about intermittent
failure of CLASSLIB test:
error: test_wakeup org.apache.harmony.nio.tests.java.nio.channels.SelectorTest
Unit Test Error Details: (1)
Test: test_wakeupClass:
org.apache.harmony.nio.tests.java.nio.channels.SelectorTestjava.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)
Is it OK to exclude this test for the CC/CI?
thanks, Vladimir