OSDN Git Service

* doc/service.texi: Uncomment and update FAQ link.
[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 JDBC1.0
11 JDBC2.0
12
13 # Cannot be compiled
14 !java.text.ACIAttribute
15
16 # The following tests seem to hang or crash the testsuite.
17 # This a problem when running Mauve "standalone".
18 !java.io.ObjectInputOutput
19 !java.lang.reflect.Array.newInstance
20
21 # Character.unicode seems to be very broken (the test)
22 # Does not give meaningfull test results at the moment.
23 !java.lang.Character.unicode
24
25 # These are almost certainly buggy test cases.
26 # The behaviour of the garbarge collector cannot be predicted.
27 # Note the . at the end so we do test java.lang.reflect
28 !java.lang.ref.