2002-04-01 20:09:25 +02:00
|
|
|
# Config file that tells mauve about the `libgcj' tag.
|
1999-04-07 16:42:42 +02:00
|
|
|
JDK1.0
|
|
|
|
JDK1.1
|
2000-12-01 11:04:02 +01:00
|
|
|
JDK1.2
|
2002-04-01 20:09:25 +02:00
|
|
|
JDK1.3
|
|
|
|
JDK1.4
|
2002-04-05 02:47:34 +02:00
|
|
|
JLS1.0
|
|
|
|
JLS1.1
|
2002-04-01 20:09:25 +02:00
|
|
|
JLS1.2
|
2002-10-13 13:10:27 +02:00
|
|
|
JDBC1.0
|
2000-12-01 11:04:02 +01:00
|
|
|
JDBC2.0
|
2002-04-01 20:09:25 +02:00
|
|
|
|
2002-10-13 13:10:27 +02:00
|
|
|
# The following tests seem to hang or crash the testsuite.
|
|
|
|
# This a problem when running Mauve "standalone".
|
2002-04-01 20:09:25 +02:00
|
|
|
!java.lang.reflect.Array.newInstance
|
2002-04-05 02:47:34 +02:00
|
|
|
|
2002-04-21 14:35:04 +02:00
|
|
|
# These are almost certainly buggy test cases.
|
|
|
|
# The behaviour of the garbarge collector cannot be predicted.
|
2002-10-13 13:10:27 +02:00
|
|
|
# Note the . at the end so we do test java.lang.reflect
|
|
|
|
!java.lang.ref.
|
2004-11-28 23:41:53 +01:00
|
|
|
|
|
|
|
# Tests for not yet implemented classes and/or methods.
|
2005-01-10 23:57:53 +01:00
|
|
|
!javax.swing.plaf
|
|
|
|
!javax.swing.text
|
|
|
|
!javax.swing.table
|
2004-11-28 23:41:53 +01:00
|
|
|
!javax.swing.SpinnerListModel
|
|
|
|
!javax.swing.SwingUtilities
|
|
|
|
!java.beans.XMLDecoder
|