8177383: Wrong @modules in java/io/FilePermission/ReadFileOnPath.java

Reviewed-by: alanb
This commit is contained in:
Amy Lu 2017-03-22 19:40:20 +08:00
parent 6716b5f631
commit 7e65c94ef9
5 changed files with 5 additions and 9 deletions

View File

@ -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
*/

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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