OSDN Git Service

2002-09-25 Michael Koch <konqueror@gmx.de>
[pf3gnuchains/gcc-fork.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.0
8 JLS1.1
9 JLS1.2
10 JDBC2.0
11
12 # These 2 are tests that fail with JDBC2.0 but the tags don't seem to
13 # have the right effect.
14 !java.sql.Connection.TestJdbc10
15 !java.sql.DatabaseMetaData.TestJdbc10
16
17 # We now implement JDBC3.0 which means the following tests don't compile
18 !java.sql.Blob.BlobTest
19 !java.sql.Clob.ClobTest
20 !java.sql.Connection.TestJdbc20
21 !java.sql.DatabaseMetaData.TestJdbc20
22
23 # Cannot be compiled
24 !java.text.ACIAttribute
25
26 # The following tests seem to (sometimes) hang or crash the testsuite
27 !java.io.ObjectInputOutput
28 !java.lang.reflect.Array.newInstance
29 !java.util.ResourceBundle.getBundle
30 !java.util.zip.GZIPInputStream.basic
31 !java.net.DatagramSocket.DatagramSocketTest2
32
33 # Character.unicode seems to be very broken (the test)
34 # Does not give meaningfull test results at the moment.
35 !java.lang.Character.unicode
36
37 # These are almost certainly buggy test cases.
38 # The behaviour of the garbarge collector cannot be predicted.
39 !java.lang.ref