Changeset 1391 for branches/GNU/src/gcc/libjava/mauve-libgcj
- Timestamp:
- Apr 27, 2004, 8:39:34 PM (21 years ago)
- Location:
- branches/GNU/src/gcc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/gcc
- Property svn:ignore
-
old new 26 26 configure.vr 27 27 configure.vrs 28 dir.info 28 29 Makefile 29 dir.info30 30 lost+found 31 31 update.out
-
- Property svn:ignore
-
branches/GNU/src/gcc/libjava/mauve-libgcj
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.1.1.2
r1390 r1391 8 8 JLS1.1 9 9 JLS1.2 10 JDBC1.0 10 11 JDBC2.0 11 12 # These 2 are tests that fail with JDBC2.0 but the tags don't seem to13 # have the right effect.14 !java.sql.Connection.TestJdbc1015 !java.sql.DatabaseMetaData.TestJdbc1016 12 17 13 # Cannot be compiled 18 14 !java.text.ACIAttribute 19 15 20 # The following tests seem to (sometimes) hang or crash the testsuite21 !java.io.ObjectInputOutput 16 # The following tests seem to hang or crash the testsuite. 17 # This a problem when running Mauve "standalone". 22 18 !java.lang.reflect.Array.newInstance 23 !java.util.ResourceBundle.getBundle24 !java.util.zip.GZIPInputStream.basic25 !java.net.DatagramSocket.DatagramSocketTest226 19 27 20 # Character.unicode seems to be very broken (the test) … … 31 24 # These are almost certainly buggy test cases. 32 25 # The behaviour of the garbarge collector cannot be predicted. 33 !java.lang.ref 26 # Note the . at the end so we do test java.lang.reflect 27 !java.lang.ref. 28 29 # There are a bunch of valid tests we can't pass in 30 # this release. 31 !java.security.Signature.getInstance14 32 !java.security.Security.getProviders 33 !java.security.Security.getAlgorithms 34 !java.security.MessageDigest.getInstance14 35 !java.security.KeyPairGenerator.getInstance14 36 !java.security.KeyFactory.getInstance14 37 !java.security.AlgorithmParameters.getInstance14 38 !java.security.AlgorithmParameterGenerator.getInstance14 39 !java.net.DatagramSocket.DatagramSocketTest2 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.