Comment 7 for bug 600272

Revision history for this message
Steve Beattie (sbeattie) wrote :

I have run the full JCK testsuites (in non-interactive mode) on the openjdk packages Matthias provided that were built with the version of ant in lucid-proposed. I can confirm that with this version, both the devtools and the compiler testsuites pass with no failures. The runtime tests still have a few failures (21 failed, 5 errors); these appear to be in three areas:

  * java_net/URL_Connection, due possibly to sun.com redirecting to oracle.com
  * secure random tests: timeout due to insufficent entropy
  * javax_management/remote/ JMX and RMI bits: not sure why these are failing; however, these do not appear to be failures introduced by building the openjdk with the version of ant in -proposed (I get them with the openjdk from lucid also).

Can we also do test builds of other packages that build depend on ant? I'd like to ensure no FTBFS were introduced by this proposed fix.

Thanks!