OpenJDK / jdk / jdk
changeset 50978:a63f6915a1f9
8187069: The case auto failed with the java.lang.ClassNotFoundException: IPv6NameserverPlatformParsingTest exception
Reviewed-by: vtewari, dfuchs
author | xyin |
---|---|
date | Wed, 04 Jul 2018 16:49:34 +0800 |
parents | ab9312fac8eb |
children | 270b11dadbaf |
files | test/jdk/com/sun/jndi/dns/Test6991580.java |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/test/jdk/com/sun/jndi/dns/Test6991580.java Wed Jul 04 10:24:16 2018 +0200 +++ b/test/jdk/com/sun/jndi/dns/Test6991580.java Wed Jul 04 16:49:34 2018 +0800 @@ -33,10 +33,11 @@ /* * @test * @bug 6991580 8080108 8133035 - * @requires os.family != "windows" * @summary IPv6 Nameservers in resolv.conf throws NumberFormatException * @modules java.desktop * jdk.naming.dns/com.sun.jndi.dns + * @requires os.family != "windows" + * @build IPv6NameserverPlatformParsingTest * @run main/manual Test6991580 */