JDK-8131155 : java/net/NetworkInterface/NetworkInterfaceStreamTest.java failed because of Teredo Tunneling Pseudo-Interface
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.net
  • Affected Version: 9
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • OS: windows
  • CPU: generic
  • Submitted: 2015-07-14
  • Updated: 2016-06-13
  • Resolved: 2015-12-21
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 b99Fixed
Related Reports
Relates :  
Description
This has observed times on windows machine. According the test output, such as:
 java.lang.Error: PAR_STREAM_TO_ARRAY: java.lang.AssertionError: Maps do not have the same size:6 != 7

The difference should come from temporary address for Teredo Tunneling Pseudo-Interface. It looks necessary to exclude it the get a stable result.