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

# Swing missing
!javax.swing
