< prev index next >

test/tools/jar/multiRelease/Basic.java

Print this page
rev 17325 : 8181761: add explicit @build actions for jdk.test.lib classes in all :tier2 tests
Reviewed-by: duke

*** 25,35 **** * @test * @library /test/lib * @modules java.base/jdk.internal.misc * jdk.compiler * jdk.jartool ! * @build MRTestBase * @run testng Basic */ import static org.testng.Assert.*; --- 25,42 ---- * @test * @library /test/lib * @modules java.base/jdk.internal.misc * jdk.compiler * jdk.jartool ! * @build jdk.test.lib.util.FileUtils ! * jdk.test.lib.Utils ! * jdk.test.lib.Asserts ! * jdk.test.lib.JDKToolFinder ! * jdk.test.lib.JDKToolLauncher ! * jdk.test.lib.Platform ! * jdk.test.lib.process.* ! * MRTestBase * @run testng Basic */ import static org.testng.Assert.*;
< prev index next >