JDK-8047800 : Test sun/net/InetAddress/nameservice/chaining/Providers.java fails after fix of JDK-8019834
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.net
  • Affected Version: 7u80
  • Priority: P3
  • Status: Resolved
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2014-06-23
  • Updated: 2014-06-23
  • Resolved: 2014-06-23
Related Reports
Duplicate :  
Relates :  
Description
Testsuite name: Regression

Test name: sun/net/InetAddress/nameservice/chaining/Providers.java

JDK tested: 7u80 nightly build: /net/scanas411.us.oracle.com/export/java-re/build/re3/nightlyws/jdk7u-dev/b01_2014-06-18-1201_1231/ws-b01_2014-06-18-1201_1231/build

Jtreg tests: /net/scanas411.us.oracle.com/export/java-re/build/re3/nightlyws/jdk7u-dev/b01_2014-06-18-1201_1231/ws-b01_2014-06-18-1201_1231/jdk/test

OS tested: ALL

Is it a regression: YES
Regression introduced in buiild 7u80 nightly build

LOG:

java.net.UnknownHostException: blade: invalid IPv6 address
	at java.net.InetAddress.getAllByName(InetAddress.java:1141)
	at java.net.InetAddress.getAllByName(InetAddress.java:1098)
	at java.net.InetAddress.getByName(InetAddress.java:1048)
	at Providers.doLookup(Providers.java:63)
	at Providers.main(Providers.java:55)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
	at java.lang.Thread.run(Thread.java:745)
Comments
This is because the host "blade" in the test happened to start with "b". Should be fixed once JDK-8028074 is backported
23-06-2014

RULE sun/net/InetAddress/nameservice/chaining/Providers.java Exception java.net.UnknownHostException: blade: invalid IPv6 address
23-06-2014

Assign to Ivan, since he backported JDK-8019834 to 7uXX
23-06-2014