make check-jdk work again on icedtea7

Mark Wielaard mark at klomp.org
Fri May 22 15:02:18 PDT 2009


On Fri, 2009-05-22 at 17:17 +0200, Mark Wielaard wrote:
> Full make check is still running.

Results published here:
http://icedtea.classpath.org/~mjw/jtreg7/

--------------- jtreg console summary for hotspot ---------------
Error:  compiler/6636138/Test1.java
Error:  compiler/6636138/Test2.java
FAILED: compiler/6823453/Test.java
Test results: passed: 35; failed: 1; error: 2

The failures and errors do seem like test case bugs (the errors are
about a missing public main() methods, the failure is about an unknown
-XX option).

--------------- jtreg console summary for langtools ---------------
Test results: passed: 1,475

Hurray! Perfect.

--------------- jtreg console summary for jdk ---------------
[... too many to list ...]
Test results: passed: 3,513; failed: 289; error: 5

A large part of this is the FontManager issue we already discussed on
irc. ArrayIndexOutOfBoundsException: 20 at
sun.font.FontManager.registerCompositeFont(FontManager.java:535)

Another large bunch is the javax.management failures that all fail with
NoClassDefFoundError:
org/omg/stub/javax/management/remote/rmi/_RMIConnection_Stub

Full list of errors:
http://icedtea.classpath.org/~mjw/jtreg7/jdk/html/error.html
Full list of failures:
http://icedtea.classpath.org/~mjw/jtreg7/jdk/html/failed.html

As comparison the icedtea6 results:
http://icedtea.classpath.org/~mjw/jtreg/jdk/
Test results: passed: 3,334; failed: 19; error: 2




More information about the distro-pkg-dev mailing list