JDK-8157499 : Mark several tests from jdk_net as intermittently failing
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.net
  • Affected Version: 9
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2016-05-21
  • Updated: 2016-06-13
  • Resolved: 2016-05-24
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 9
9 b120Fixed
Related Reports
Duplicate :  
Relates :  
Relates :  
Relates :  
Relates :  
Description
java/net/MulticastSocket/TestInterfaces.java  (JDK-8134989)
java/net/DatagramSocket/PortUnreachable.java (JDK-8085875) 
java/net/InetAddress/IsReachableViaLoopbackTest.java (JDK-8139929) 
sun/net/www/http/ChunkedOutputStream/checkError.java (JDK-8041924) 

Tests are known to fail intermittently, they should be marked accordingly with 

    @key intermittent 

jtreg tag in the test file. 
Comments
RFR: http://mail.openjdk.java.net/pipermail/net-dev/2016-May/009832.html
23-05-2016