< prev index next >

test/java/net/Socket/OldSocketImplTestDriver.java

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

*** 28,38 **** /** * @test * @bug 6449565 * @library /test/lib ! * @build jdk.test.lib.process.ProcessTools * @run main OldSocketImplTestDriver * @summary Test driver for OdlSocketImpl */ public class OldSocketImplTestDriver { public static void main(String[] args) throws Throwable { --- 28,43 ---- /** * @test * @bug 6449565 * @library /test/lib ! * @build jdk.test.lib.Utils ! * jdk.test.lib.Asserts ! * jdk.test.lib.JDKToolFinder ! * jdk.test.lib.JDKToolLauncher ! * jdk.test.lib.Platform ! * jdk.test.lib.process.* * @run main OldSocketImplTestDriver * @summary Test driver for OdlSocketImpl */ public class OldSocketImplTestDriver { public static void main(String[] args) throws Throwable {
< prev index next >