JDK-8169196 : [TESTBUG] Three tests from sun/net/www have undeclared dependencies
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.net
  • Affected Version: 9
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2016-11-03
  • Updated: 2016-11-17
  • Resolved: 2016-11-10
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 b145Fixed
Related Reports
Relates :  
Description
test/sun/net/www/http/HttpClient/RetryPost.java
test/sun/net/www/http/KeepAliveStream/InfiniteLoop.java
test/sun/net/www/protocol/http/NoNTLM.java

The tests depend on jdk.httpserver module.

Missed module declaration blocks execution of tests with module limitation that could be defined by "--limit-module" command-line option.