RFR JDK-8151913: Fix module dependencies in java/net tests
Alan Bateman
Alan.Bateman at oracle.com
Fri Apr 29 07:34:54 UTC 2016
On 28/04/2016 05:50, John Jiang wrote:
> Hi,
> Please review another webrev:
> http://cr.openjdk.java.net/~jjiang/8151913/webrev.02
> The java.httpclient module declaration is removed from all of
> java/net/httpclient tests, even though some ones have to declare other
> modules.
If a test has the @modules tag then then the "modules" key in the test
suite configuration (TEST.properties) won't be used. That is, @modules
overrides rather than augments. I just re-read the tag spec [1] and I
think have this right. In that case, the java.httpclient tests that have
@modules jdk.httpserver will need to list java.httpclient too.
-Alan
[1] http://openjdk.java.net/jtreg/tag-spec.html
More information about the net-dev
mailing list