This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

FYI: mauve-libgcj JDBC tests update


Hi,

The update to JDBC3.0 caused mauve to fail completely since some tests
couldn't be compiled anymore (some interfaces now define some more
methods so old code fails when compiling, sigh).

I have updated the mauve-libgcj file as follows:

2002-07-08  Mark Wielaard  <mark@klomp.org>

        * mauve-libgcj: Don't compile java.sql.Blob.BlobTest,
        java.sql.Clob.ClobTest, java.sql.Connection.TestJdbc20,
        java.sql.DatabaseMetaData.TestJdbc20

I also updated the mauve installation on the test machine. So hopefully
the mauve test results will show up again on
http://gcc.gnu.org/ml/gcc-testresults/current starting tomorrow.

Cheers,

Mark

--- mauve-libgcj	21 Apr 2002 12:35:04 -0000	1.21
+++ mauve-libgcj	8 Jul 2002 21:27:53 -0000
@@ -14,6 +14,12 @@
 !java.sql.Connection.TestJdbc10
 !java.sql.DatabaseMetaData.TestJdbc10
 
+# We now implement JDBC3.0 which means the following tests don't compile
+!java.sql.Blob.BlobTest
+!java.sql.Clob.ClobTest
+!java.sql.Connection.TestJdbc20
+!java.sql.DatabaseMetaData.TestJdbc20
+
 # Cannot be compiled
 !java.text.ACIAttribute
 

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]