# HG changeset patch # User msheppar # Date 1412179290 -3600 # Node ID f9b639e80e320741b16df5d4bd71cdc0035d0df6 # Parent e975546b12ad48b8b11bf6aec68c3073e15d8c18 8058932: java/net/InetAddress/IPv4Formats.java failed because hello.foo.bar does exist Summary: changed hello.foo.bar to invalidhost.invalid Reviewed-by: chegar diff -r e975546b12ad -r f9b639e80e32 test/java/net/InetAddress/IPv4Formats.java --- a/test/java/net/InetAddress/IPv4Formats.java Tue Sep 30 16:07:55 2014 +0100 +++ b/test/java/net/InetAddress/IPv4Formats.java Wed Oct 01 17:01:30 2014 +0100 @@ -27,6 +27,7 @@ * @summary InetAddress.getByName behaves differently on windows */ import java.net.*; +import java.util.UUID; public class IPv4Formats { public static void main(String[] args) { @@ -36,7 +37,7 @@ {"126.1", "126.0.0.1"}, {"128.50.65534", "128.50.255.254"}, {"192.168.1.2", "192.168.1.2"}, - {"hello.foo.bar", null}, + {"invalidhost.invalid", null}, {"1024.1.2.3", null}, {"128.14.66000", null } };