< prev index next >

test/java/net/Socket/LinkLocal.java

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

*** 25,34 **** --- 25,41 ---- * @test * @bug 4469866 * @summary Connecting to a link-local IPv6 address should not * causes a SocketException to be thrown. * @library /test/lib + * @build jdk.test.lib.NetworkConfiguration + * 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 LinkLocal */ import jdk.test.lib.NetworkConfiguration;
< prev index next >