Mauve test run results
Francis Kung
fkung at redhat.com
Tue Jun 12 11:02:08 PDT 2007
Hi,
> And I thought the answer would be appropriate for the list especially in
> the light of how we are going to make sure icedtea/openjdk derivatives
> are "good". Mauve is a nice check that icedtea/openjdk conforms to what
> we expect from a GNU Classpath derived runtime, but you would also want
> other tests of course to see that it confirms to the quality that people
> have come expected of the Sun Java releases.
I've also run a more targeted test: I excluded all the graphics-related
packages (java.awt.* and javax.swing.*) and ran the openjdk-b13 with
binary plugs through the Mauve suite. Then, I took only the tests that
passed, and ran those through IcedTea. The stub replacement & gcj
bootstrapping process introduced only 12 test failures:
OpenJDK:
TEST RESULTS:
216 of 1022 tests failed. 2796 total calls to harness.check() failed.
IcedTea:
TEST RESULTS:
12 of 803 tests failed. 1 total calls to harness.check() failed.
The failures were:
FAIL: java.io.File.jdk11
line 297: lastModified () [1] -- boolean passed to check was false
FAIL: java.beans.SimpleBeanInfo.loadImage
symbol lookup failure: libfontmanager.so: undefined symbol: setSunFontIDs
FAIL: java.lang.management.ClassLoadingMXBeanTest
line 67: [1] -- uncaught exception:
java.lang.NoClassDefFoundError: Could not initialize class
sun.net.InetAddressCachePolicy
FAIL: java.lang.management.OperatingSystemMXBeanTest
line 91: [1] -- uncaught exception:
java.lang.NoClassDefFoundError: Could not initialize class
sun.net.InetAddressCachePolicy
FAIL: java.lang.management.RuntimeMXBeanTest
line 190: [1] -- uncaught exception:
java.lang.NoClassDefFoundError: Could not initialize class
sun.net.InetAddressCachePolicy
FAIL: java.lang.Class.security
line 146: setup [2] -- uncaught exception:
java.lang.NoClassDefFoundError: Could not initialize class
sun.net.InetAddressCachePolicy
FAIL: java.lang.ClassLoader.security
line 119: setup [2] -- uncaught exception:
java.lang.NoClassDefFoundError: Could not initialize class
sun.net.InetAddressCachePolicy
FAIL: java.lang.Integer.getInteger
line 108: [19] -- uncaught exception:
java.lang.NoClassDefFoundError: Could not initialize class
sun.net.InetAddressCachePolicy
FAIL: java.lang.Thread.insecurity
line 230: setup [3] -- uncaught exception:
java.lang.NoClassDefFoundError: Could not initialize class
sun.net.InetAddressCachePolicy
FAIL: java.lang.reflect.AccessibleObject.security
line 130: method [3] -- uncaught exception:
java.lang.NoClassDefFoundError: Could not initialize class
sun.net.InetAddressCachePolicy
FAIL: java.net.DatagramPacket.DatagramPacketTest
line 78: Error : test_Basics failed - 6 The getData should return
actual bytes to be sent/received [2] -- uncaught exception:
java.lang.NoClassDefFoundError: Could not initialize class
sun.net.InetAddressCachePolicy
FAIL: java.net.DatagramPacket.DatagramPacketTest2
Test timed out. Use -timeout [millis] option to change the timeout
value.
I have the full logs of both runs, including exceptions & stacktraces,
if anyone is interested.
Cheers,
Francis
More information about the distro-pkg-dev
mailing list