8178342: Missing @modules in jdk/jdk/nio/zipfs

Reviewed-by: mchung
This commit is contained in:
Alexandre Iline 2018-02-08 06:16:49 -08:00
parent 9f0da6d94f
commit ca8a2aceed
6 changed files with 7 additions and 6 deletions

View File

@ -46,9 +46,9 @@ import static java.nio.file.StandardWatchEventKinds.ENTRY_CREATE;
* @bug 8038500 8040059 8150366 8150496 8147539
* @summary Basic test for zip provider
*
* @modules jdk.zipfs
* @run main Basic
* @run main/othervm/java.security.policy=test.policy Basic
* @modules jdk.zipfs
*/
public class Basic {

View File

@ -26,11 +26,11 @@
* @bug 8144355 8144062 8176709 8194070 8193802
* @summary Test aliasing additions to ZipFileSystem for multi-release jar files
* @library /lib/testlibrary/java/util/jar
* @build Compiler JarBuilder CreateMultiReleaseTestJars
* @run testng MultiReleaseJarTest
* @modules jdk.compiler
* jdk.jartool
* jdk.zipfs
* @build Compiler JarBuilder CreateMultiReleaseTestJars
* @run testng MultiReleaseJarTest
*/
import java.io.IOException;

View File

@ -36,9 +36,9 @@ import java.nio.file.ProviderMismatchException;
* @bug 8038500 8040059 8139956 8146754 8172921 8186142
* @summary Tests path operations for zip provider.
*
* @modules jdk.zipfs
* @run main PathOps
* @run main/othervm/java.security.policy=test.policy PathOps
* @modules jdk.zipfs
*/
public class PathOps {

View File

@ -25,9 +25,9 @@
* @bug 7156873 8040059 8028480 8034773 8153248 8061777
* @summary ZipFileSystem regression tests
*
* @modules jdk.zipfs
* @run main ZFSTests
* @run main/othervm/java.security.policy=test.policy ZFSTests
* @modules jdk.zipfs
*/

View File

@ -49,6 +49,7 @@ import java.util.zip.ZipOutputStream;
* @summary JDK 9 rejects zip files where the modified day or month is 0
* or otherwise represent an invalid date, such as 1980-02-30 24:60:60
* @author Liam Miller-Cushon
* @modules jdk.zipfs
*/
public class ZeroDate {

View File

@ -72,9 +72,9 @@ import static java.nio.file.StandardCopyOption.*;
* 7157656 8002390 7012868 7012856 8015728 8038500 8040059 8069211
* 8131067
* @summary Test Zip filesystem provider
* @modules jdk.zipfs
* @run main ZipFSTester
* @run main/othervm/java.security.policy=test.policy ZipFSTester
* @modules jdk.zipfs
*/
public class ZipFSTester {