< prev index next >

test/tools/jar/compat/CLICompatibility.java

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

*** 48,58 **** /* * @test * @bug 8170952 * @library /lib/testlibrary /test/lib ! * @build jdk.testlibrary.JDKToolFinder * @run testng CLICompatibility * @summary Basic test for compatibility of CLI options */ public class CLICompatibility { --- 48,65 ---- /* * @test * @bug 8170952 * @library /lib/testlibrary /test/lib ! * @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.* ! * jdk.testlibrary.JDKToolFinder * @run testng CLICompatibility * @summary Basic test for compatibility of CLI options */ public class CLICompatibility {
< prev index next >