Kaffe and Mauve (Was: Re: [kaffe] Re: LinkedList.subList severely broken)

Mark Wielaard mark at klomp.org
Fri May 23 08:25:02 PDT 2003


Hi,

On Fri, 2003-05-23 at 16:58, Mark Wielaard wrote:
>
> Attached is an example which is used with kissme.

I already made a mauve-kaffe based on this. It is attached.
(Note that most compile errors can be fixed by adopting the relevant GNU
Classpath implementations.)

Results with latest kaffe and latest mauve:

	323 of 5227 tests failed

Log also attached (gziped).

Note that it is certainly possible that some of the failures are
actually bugs in the Mauve tests.
To see how other VMs do on Mauve see
http://www.gnu.org/software/classpath/mauve/summary.html

Cheers,

Mark

P.S. Don't forget to do a "rm .save-keys choices" after editing the
mauve-kaffe file before rerunning "make check KEYS=kaffe" to make sure
the changes get picked up.
-------------- next part --------------
# Config file that tells mauve about the `kaffe' tag.
JDK1.0
JDK1.1
JDK1.2
JDK1.3
JDK1.4
JLS1.0
JLS1.1
JLS1.2
JDBC1.0
JDBC2.0

# Tests that don't compile with kjc/kaffe at the moment

# keepAlive() missing.
!java.net.Socket.jdk13
!java.net.Socket.jdk14

# get/setCurrencySymbol() missing.
!java.text.DecimalFormatSymbols.DumpDefault12
!java.text.DecimalFormatSymbols.GetSet12

# set2DigitYearStart() missing.
!java.text.SimpleDateFormat.getAndSet2DigitYearStart

# No java.util.IdentityHashMap
!java.util.IdentityHashMap

# Missing 1.4 java.security support
!java.security.Security.getAlgorithms
!java.security.Security.getProviders
!java.security.MessageDigest.getInstance14
!java.security.Signature.getInstance14
!java.security.AlgorithmParameterGenerator.getInstance14
!java.security.AlgorithmParameters.getInstance14
!java.security.KeyFactory.getInstance14
!java.security.KeyPairGenerator.getInstance14

# These networking tests will hang if your network firewall blocks direct
# outgoing HTTP connections.  (Mauve needs a configuration option for
# specifying an HTTP proxy server!!)
#!java.net.URL.URLTest
#!java.net.URLConnection.URLConnectionTest
#!java.net.URLClassLoader.getResourceRemote

# Character.unicode seems to be very broken (the test)
# Does not give meaningfull test results at the moment.
!java.lang.Character.unicode

# These are almost certainly buggy test cases.
# The behaviour of the garbage collector cannot be predicted.
# (Note: trailing '.' is to avoid disabling the reflect testcases.)
!java.lang.ref.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mauve-kaffe.log.gz
Type: application/x-gzip
Size: 6363 bytes
Desc: not available
Url : http://kaffe.org/pipermail/kaffe/attachments/20030523/e2fa687a/attachment-0002.bin 


More information about the kaffe mailing list