Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
Bug ID: 6691794
Votes 0
Synopsis New failing JCK tests on several platforms.
Category java:classes_net
Reported Against
Release Fixed
State 11-Closed, Not a Defect, bug
Priority: 3-Medium
Related Bugs
Submit Date 22-APR-2008
Description
Report written to:
/net/shimmer/export/home/otto/nightlies/jdk7/test/solaris-amd64/JCK/runtime-6a/report
/net/shimmer/export/home/otto/nightlies/jdk7/test/solaris-i586/JCK/runtime-6a/report
/net/shimmer/export/home/otto/nightlies/jdk7/test/solaris-sparc/JCK/runtime-6a/report
/net/shimmer/export/home/otto/nightlies/jdk7/test/solaris-sparcv9/JCK/runtime-6a/report
/net/shimmer/export/home/otto/nightlies/jdk7/test/linux-amd64/JCK/runtime-6a/report
/net/shimmer/export/home/otto/nightlies/jdk7/test/linux-i586/JCK/runtime-6a/report

I did not test on windows-i586, but expect the same problem.

I had other problems which prevented me from running April 16th-April 18th.  These tests started to fail beginning on the 19th, so that makes the following putback very suspicious:

6558853: getHostAddress() on connections using IPv6 link-local addrs should have
 zone id

Here are the errors:

api/java_net/InetAddress/index.html#Equals
             Failed. test cases: 5; passed: 4; failed: 1; first test case failure: differentValue

api/java_net/InetAddress/index.html#GetAllByName
             Failed. test cases: 4; passed: 3; failed: 1; first test case failure: multiHost
Posted Date : 2008-04-22 01:10:42.0
Work Around
N/A
Evaluation
Apparently these JCK tests are being confused by the scope_id in the string representation. This is likely to be a JCK bug since scope_id in IPv6 addresses should be expected.
Will investigate further, but doesn't seem to be a regression.
Posted Date : 2008-04-23 15:33:30.0

Tests are run with a hostname that doesn't exist in our DNS/YP tables anymore:

> index_GetAllByName.jtr:multiHost: Failed. Could not create InetAddress: java.net.UnknownHostException: polgar
> index_Equals.jtr:differentValue: Failed. Could not create new InetAddress: java.net.UnknownHostException: polgar

$ /usr/sbin/ping polgar
/usr/sbin/ping: unknown host polgar

This is a test configuration issue.
Closing.
Posted Date : 2008-04-29 09:35:03.0

Agreed.  The run-JCK6a script needs to be updated.
Posted Date : 2008-04-29 22:37:14.0
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang