8157783: Fix module dependencies for /jdk/* tests
Module declarations for the tests in /jdk/* Reviewed-by: chegar
This commit is contained in:
parent
b53fd187fe
commit
6ffb19d592
@ -25,6 +25,7 @@
|
||||
* @test
|
||||
* @bug 8765432
|
||||
* @summary Basic test for SocketFlow API
|
||||
* @modules jdk.net
|
||||
* @run testng SocketFlowBasic
|
||||
*/
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -24,6 +24,7 @@
|
||||
/*
|
||||
* @test
|
||||
* @bug 8062744
|
||||
* @modules jdk.net
|
||||
* @run main SupportedOptions
|
||||
*/
|
||||
|
||||
|
@ -28,7 +28,9 @@
|
||||
* @library /lib/testlibrary/java/util/jar
|
||||
* @build Compiler JarBuilder CreateMultiReleaseTestJars
|
||||
* @run testng MultiReleaseJarTest
|
||||
* @modules jdk.zipfs
|
||||
* @modules java.compiler
|
||||
* jdk.jartool
|
||||
* jdk.zipfs
|
||||
*/
|
||||
|
||||
import java.io.IOException;
|
||||
|
Loading…
x
Reference in New Issue
Block a user