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: Enable more Mauve tests


Hi,

I have just committed the attached changes that enable a couple more
Mauve tests and removes some tests that now pass from the xfails file.
You will need a recent Mauve checkout for this to work. Please try it
out by doing a:

    MAUVEDIR=/path/to/unconfigured/mauve make check

In the libjava directory (or make check -k in the toplevel dir).

My latests results (i686-pc-linux-gnu) are:

		=== libjava Summary ===

# of expected passes		9285
# of unexpected failures	26
# of expected failures		74
# of untested testcases		8

Submitting testresults to the gcc-testresults mailinglist (see the
gcc/contrib/test_summary script) is highly appreciated.

Cheers,

Mark
Index: ChangeLog
===================================================================
RCS file: /cvs/gcc/gcc/libjava/ChangeLog,v
retrieving revision 1.1485
diff -u -r1.1485 ChangeLog
--- ChangeLog	11 Oct 2002 22:10:36 -0000	1.1485
+++ ChangeLog	13 Oct 2002 11:09:17 -0000
@@ -1,3 +1,7 @@
+2002-10-13  Mark Wielaard  <mark@klomp.org>
+
+	* mauve-libgcj: Enable Mauve tests that compile now.
+
 2002-10-11  Mark Wielaard  <mark@klomp.org>
 
 	Fix for PR libgcj/8142
Index: mauve-libgcj
===================================================================
RCS file: /cvs/gcc/gcc/libjava/mauve-libgcj,v
retrieving revision 1.24
diff -u -r1.24 mauve-libgcj
--- mauve-libgcj	10 Jul 2002 14:33:04 -0000	1.24
+++ mauve-libgcj	13 Oct 2002 11:09:17 -0000
@@ -7,28 +7,16 @@
 JLS1.0
 JLS1.1
 JLS1.2
+JDBC1.0
 JDBC2.0
 
-# These 2 are tests that fail with JDBC2.0 but the tags don't seem to
-# have the right effect.
-!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
 
-# The following tests seem to (sometimes) hang or crash the testsuite
+# The following tests seem to hang or crash the testsuite.
+# This a problem when running Mauve "standalone".
 !java.io.ObjectInputOutput
 !java.lang.reflect.Array.newInstance
-!java.util.ResourceBundle.getBundle
-!java.util.zip.GZIPInputStream.basic
-!java.net.DatagramSocket.DatagramSocketTest2
 
 # Character.unicode seems to be very broken (the test)
 # Does not give meaningfull test results at the moment.
@@ -36,4 +24,5 @@
 
 # These are almost certainly buggy test cases.
 # The behaviour of the garbarge collector cannot be predicted.
-!java.lang.ref
+# Note the . at the end so we do test java.lang.reflect
+!java.lang.ref.
Index: ChangeLog
===================================================================
RCS file: /cvs/gcc/gcc/libjava/testsuite/ChangeLog,v
retrieving revision 1.218
diff -u -r1.218 ChangeLog
--- ChangeLog	3 Oct 2002 13:12:01 -0000	1.218
+++ ChangeLog	13 Oct 2002 10:52:57 -0000
@@ -1,3 +1,7 @@
+2002-10-13  Mark Wielaard  <mark@klomp.org>
+
+	* libjava.mauve/xfails: Remove tests that now XPASS.
+
 2002-10-03  Andrew Haley  <aph@redhat.com>
 
 	* libjava.lang/Array_3.java (baz): New.
Index: libjava.mauve/xfails
===================================================================
RCS file: /cvs/gcc/gcc/libjava/testsuite/libjava.mauve/xfails,v
retrieving revision 1.8
diff -u -r1.8 xfails
--- libjava.mauve/xfails	4 Jun 2002 19:39:02 -0000	1.8
+++ libjava.mauve/xfails	13 Oct 2002 10:52:58 -0000
@@ -35,10 +35,7 @@
 FAIL: gnu.testlet.java.lang.Class.ClassTest: Error: test_getClassLoader failed - 1 (number 1)
 FAIL: gnu.testlet.java.lang.Class.ClassTest: Error: test_getClassLoader failed - 2 (number 1)
 FAIL: gnu.testlet.java.lang.Double.DoubleTest: Error: test_intValue returned wrong results CYGNUS: Float to int conversions - 1 (number 1)
-FAIL: gnu.testlet.java.lang.Double.DoubleTest: Error: test_longValue returned wrong results CYGNUS: Float to int conversions - 1 (number 1)
 FAIL: gnu.testlet.java.lang.Float.FloatTest: Error: test_intValue returned wrong results - 1 (number 1)
-FAIL: gnu.testlet.java.lang.String.CASE_INSENSITIVE_ORDER: unicode mappings (number 1)
-FAIL: gnu.testlet.java.lang.String.CASE_INSENSITIVE_ORDER: unicode mappings (number 2)
 FAIL: gnu.testlet.java.text.AttributedString.Test: Attribute key count (number 1)
 FAIL: gnu.testlet.java.text.DateFormatSymbols.Test: patterns (number 2)
 FAIL: gnu.testlet.java.text.SimpleDateFormat.Test: equals() (number 1)

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