< prev index next >

test/java/lang/Class/forName/modules/TestDriver.java

Print this page
rev 17324 : 8181759: add explicit @build actions for jdk.test.lib classes in all :tier1 tests
Reviewed-by: duke
rev 17325 : imported patch 8181759-1

*** 41,51 **** * @test * @bug 8087335 * @summary Tests for Class.forName(Module,String) * @library /lib/testlibrary /test/lib * @modules jdk.compiler ! * @build jdk.test.lib.compiler.CompilerUtils jdk.testlibrary.ProcessTools * TestDriver TestMain TestLayer * @run testng TestDriver */ public class TestDriver { --- 41,54 ---- * @test * @bug 8087335 * @summary Tests for Class.forName(Module,String) * @library /lib/testlibrary /test/lib * @modules jdk.compiler ! * @build jdk.test.lib.Platform ! * jdk.test.lib.util.FileUtils ! * jdk.test.lib.compiler.CompilerUtils ! * jdk.testlibrary.ProcessTools * TestDriver TestMain TestLayer * @run testng TestDriver */ public class TestDriver {
< prev index next >