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

Mark Wielaard mark at klomp.org
Fri May 23 07:56:01 PDT 2003


Hi,

On Fri, 2003-05-23 at 14:03, Dalibor Topic wrote:

> Now it is, in FAQ.mauve. Thanks for getting me to finally write it.

Mauve has an option to group the KEYS you are using.
When you create a file "mauve-kaffe" with your normal KEYS settings then
you can then do "make check KEYS=kaffe". That way you can keep an up to
date mauve KEYS for kaffe in you CVS tree that everybody use to run
their mauve against.

Attached is an example which is used with kissme.

Cheers,

Mark
-------------- next part --------------
# Config file that tells mauve about the `kissme' tag.
JDK1.0
JDK1.1
JDK1.2
JDK1.3
JDK1.4
JLS1.0
JLS1.1
JLS1.2
JDBC1.0
JDBC2.0

# These networking testcases either crash Kissme or never finish.  (Some
# other network-related testcases hang if you are "off the net".)
!java.net.DatagramSocket.DatagramSocketTest

# 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.

# Crashes when the testcase is compiled with gcj (but not jikes 1.16 or 
# JDK 1.4.0 javac)
#!java.lang.Math.min

# This test takes FAR too long for regression
!java.math.BigInteger.modInverse


More information about the kaffe mailing list