mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-30 13:08:24 +00:00
8178342: Missing @modules in jdk/jdk/nio/zipfs
Reviewed-by: mchung
This commit is contained in:
parent
9f0da6d94f
commit
ca8a2aceed
@ -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 {
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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 {
|
||||
|
||||
@ -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
|
||||
*/
|
||||
|
||||
|
||||
|
||||
@ -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 {
|
||||
|
||||
|
||||
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user