mauve-libgcj: Add JDK1.3...
[platform/upstream/gcc.git] / libjava / mauve-libgcj
1 # Config file that tells mauve about the `libgcj' tag.
2 JDK1.0
3 JDK1.1
4 JDK1.2
5 JDK1.3
6 JDK1.4
7 JLS1.2
8 JDBC2.0
9
10 # These 2 are tests that fail with JDBC2.0 but the tags don't seem to
11 # have the right effect.
12 !java.sql.Connection.TestJdbc10
13 !java.sql.DatabaseMetaData.TestJdbc10
14
15 # Cannot be compiled
16 !java.text.ACIAttribute
17
18 # The following tests seem to (sometimes) hang or crash the testsuite
19 !java.io.ObjectInputOutput
20 !java.lang.reflect.Array.newInstance
21 !java.util.ResourceBundle.getBundle
22 !java.util.zip.GZIPInputStream.basic