8177383: Wrong @modules in java/io/FilePermission/ReadFileOnPath.java
Reviewed-by: alanb
This commit is contained in:
parent
6716b5f631
commit
7e65c94ef9
@ -26,7 +26,7 @@
|
||||
* @bug 8164705
|
||||
* @library /lib/testlibrary /test/lib
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* java.compiler
|
||||
* jdk.compiler
|
||||
* @run main ReadFileOnPath
|
||||
* @summary Still able to read file on the same path
|
||||
*/
|
||||
|
@ -25,8 +25,7 @@
|
||||
* @test
|
||||
* @summary Basic test of package-info in named module and duplicate
|
||||
* package-info in unnamed module
|
||||
* @modules java.compiler
|
||||
* java.desktop
|
||||
* @modules java.desktop
|
||||
* jdk.compiler
|
||||
* jdk.xml.dom
|
||||
* @build jdk.xml.dom/org.w3c.dom.css.Fake
|
||||
|
@ -57,8 +57,7 @@ import static java.util.stream.Collectors.toMap;
|
||||
/*
|
||||
* @test
|
||||
* @bug 8062389
|
||||
* @modules java.compiler
|
||||
* jdk.compiler
|
||||
* @modules jdk.compiler
|
||||
* jdk.zipfs
|
||||
* @summary Nearly exhaustive test of Class.getMethod() and Class.getMethods()
|
||||
* @run main PublicMethodsTest
|
||||
|
@ -53,8 +53,7 @@ import static java.util.Arrays.asList;
|
||||
/*
|
||||
* @test
|
||||
* @bug 8064924
|
||||
* @modules java.compiler
|
||||
* jdk.compiler
|
||||
* @modules jdk.compiler
|
||||
* @summary Basic test for URLStreamHandlerProvider
|
||||
* @library /lib/testlibrary
|
||||
* @build jdk.testlibrary.FileUtils jdk.testlibrary.JDKToolFinder
|
||||
|
@ -26,8 +26,7 @@
|
||||
* @bug 8132734 8144062 8159785
|
||||
* @summary Test that URL connections to multi-release jars can be runtime versioned
|
||||
* @library /lib/testlibrary/java/util/jar
|
||||
* @modules java.compiler
|
||||
* jdk.compiler
|
||||
* @modules jdk.compiler
|
||||
* jdk.httpserver
|
||||
* jdk.jartool
|
||||
* @build Compiler JarBuilder CreateMultiReleaseTestJars SimpleHttpServer
|
||||
|
Loading…
x
Reference in New Issue
Block a user