This is the mail archive of the
java-patches@sources.redhat.com
mailing list for the Java project.
PATCH: Run more Mauve tests
- To: Java Patch List <java-patches at sourceware dot cygnus dot com>
- Subject: PATCH: Run more Mauve tests
- From: Warren Levy <warrenl at cygnus dot com>
- Date: Fri, 1 Dec 2000 02:09:55 -0800 (PST)
Folks,
I noticed that we can now run much more of the Mauve tests (esp. those
that exercise JDK 1.2 capabilities). To that end, I've made the following
patch that turns on JDK1.2 tests (and I've disabled running tests for the
few classes where we're not yet 1.2 compliant). Enjoy!
--warrenl
2000-12-01 Warren Levy <warrenl@cygnus.com>
* mauve-libgcj: Turned on JDK1.2 and turned off tests for classes
that aren't quite 1.2 compatible yet.
Index: mauve-libgcj
===================================================================
RCS file: /cvs/java/libgcj/libjava/mauve-libgcj,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- mauve-libgcj 2000/07/27 23:57:06 1.15
+++ mauve-libgcj 2000/12/01 10:04:02 1.16
@@ -1,9 +1,13 @@
# Config file that tells mauve about the `libjava' tag.
JDK1.0
JDK1.1
+JDK1.2
+JDBC2.0
!java.applet
!java.awt
-!java.beans
+java.beans
+!java.beans.DescriptorTest
+!java.beans.IntrospectorTest
java.lang.Character.classify12
java.lang.String.hash
# We support 1.2 for these 3 tests.
@@ -13,13 +17,18 @@ java.io.ObjectInputOutput.OutputTest
java.io.ObjectStreamClass.Test
java.math
!java.rmi
-java.security
-java.sql
+# 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
java.text.FieldPosition.Test
java.text.ParsePosition.Test
java.text.SimpleDateFormat.getAndSet2DigitYearStart
java.text.StringCharacterIterator.iter
!java.text.ACIAttribute
+!java.text.Annotation
!java.text.AttributedCharacterIterator
+!java.text.AttributedString
+!java.text.DecimalFormatSymbols.DumpDefault12
+!java.text.DecimalFormatSymbols.GetSet12
!java.text.resources
-!java.text.DateFormat