Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8063796 | 8u45 | Michael McMahon | P3 | Resolved | Fixed | b01 |
JDK-8055383 | 8u40 | Sean Coffey | P3 | Resolved | Fixed | b04 |
JDK-8070248 | emb-8u47 | Michael McMahon | P3 | Resolved | Fixed | team |
JDK-8072264 | 7u85 | Michael McMahon | P3 | Resolved | Fixed | b01 |
JDK-8055384 | 7u80 | Sean Coffey | P3 | Resolved | Fixed | b03 |
TESTFAIL:java/net/Socket/TrafficClass.java
Above two tests failed on windows since the fix of
java/nio/channels/DatagramChannel/SocketOptionTests.java log:
----------System.err:(15/826)----------
java.net.SocketException: Bad protocol option: no further information
at sun.nio.ch.Net.setIntOption0(Native Method)
at sun.nio.ch.Net.setSocketOption(Net.java:356)
at sun.nio.ch.DatagramChannelImpl.setOption(DatagramChannelImpl.java:203)
at SocketOptionTests.main(SocketOptionTests.java:95)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:484)
at com.sun.javatest.regtest.MainAction$SameVMRunnable.run(MainAction.java:759)
at java.lang.Thread.run(Thread.java:745)
test failed at this line --> dc.setOption(IP_TOS, 0x08); // can't check
java/net/Socket/TrafficClass.java log:
----------System.err:(14/819)----------
testDatagramSocket failed: java.net.SocketException: Bad protocol option: no further information
testSocket failed: java.net.SocketException: Bad protocol option: no further information
java.lang.Exception: 2 sub-test(s) failed - see log for details.
at TrafficClass.main(TrafficClass.java:76)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:484)
at com.sun.javatest.regtest.MainAction$SameVMRunnable.run(MainAction.java:759)
at java.lang.Thread.run(Thread.java:745)
- backported by
-
JDK-8055383 Two tests failed with "java.net.SocketException: Bad protocol option" on Windows after 8029607
-
- Resolved
-
-
JDK-8055384 Two tests failed with "java.net.SocketException: Bad protocol option" on Windows after 8029607
-
- Resolved
-
-
JDK-8063796 Two tests failed with "java.net.SocketException: Bad protocol option" on Windows after 8029607
-
- Resolved
-
-
JDK-8070248 Two tests failed with "java.net.SocketException: Bad protocol option" on Windows after 8029607
-
- Resolved
-
-
JDK-8072264 Two tests failed with "java.net.SocketException: Bad protocol option" on Windows after 8029607
-
- Resolved
-
- relates to
-
JDK-8029607 Type of Service (TOS) cannot be set in IPv6 header
-
- Resolved
-