* java/util/BitSet.java (BitSet(int)): if nbits < 0 throw
[official-gcc.git] / libjava / mauve-libgcj
blob6fdd1ad11d7296f40dbb46e6dc165aca99956aea
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
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
15 # Cannot be compiled
16 !java.text.ACIAttribute
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