source:
trunk/src/gcc/libjava/mauve-libgcj@
283
| Last change on this file since 283 was 2, checked in by , 23 years ago | |
|---|---|
|
|
| File size: 851 bytes | |
| Rev | Line | |
|---|---|---|
| [2] | 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 | # Cannot be compiled | |
| 18 | !java.text.ACIAttribute | |
| 19 | ||
| 20 | # The following tests seem to (sometimes) hang or crash the testsuite | |
| 21 | !java.io.ObjectInputOutput | |
| 22 | !java.lang.reflect.Array.newInstance | |
| 23 | !java.util.ResourceBundle.getBundle | |
| 24 | !java.util.zip.GZIPInputStream.basic | |
| 25 | !java.net.DatagramSocket.DatagramSocketTest2 | |
| 26 | ||
| 27 | # Character.unicode seems to be very broken (the test) | |
| 28 | # Does not give meaningfull test results at the moment. | |
| 29 | !java.lang.Character.unicode | |
| 30 | ||
| 31 | # These are almost certainly buggy test cases. | |
| 32 | # The behaviour of the garbarge collector cannot be predicted. | |
| 33 | !java.lang.ref |
Note:
See TracBrowser
for help on using the repository browser.
