Mauve test run results
Mark Wielaard
mark at klomp.org
Fri Jun 8 00:41:18 PDT 2007
Tom asked on my blog about the mauve test run results
http://gnu.wildebeest.org/diary/2007/06/07/icedtea/
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.
Posted the output of a run at
http://www.klomp.org/mark/classpath/icedtea-1.0-mauve-run.out
Since mauve doesn’t have an easy option not to run any awt/swing related
tests this is just done by hand as follows:
PATH=~/src/icedtea/openjdk/control/build/linux-i586/bin:$PATH
~/src/icedtea/openjdk/control/build/linux-i586/bin/java Harness -vm
~/src/icedtea/openjdk/control/build/linux-i586/bin/java -timeout 30000
-showpasses java.io java.net java.lang java.math java.security java.text
java.util java.nio java.rmi java.sql javax.crypto javax.accessibility
javax.activity javax.management javax.net javax.rmi javax.xml
javax.transaction javax.sql javax.security javax.naming
Note that this is the first time that I have run the Mauve tests on
anything not GNU Classpath derived and some tests fail because of
different assumptions of what the core classes should do and some fail
because they have hard coded GNU dependencies (bad us!) and in the case
of the Character failures it seems Unicode has moved on since those were
written. So some cleaning up of these tests is in order.
More information about the distro-pkg-dev
mailing list