]> gcc.gnu.org Git - gcc.git/commitdiff
mauve-libgcj: Turned on JDK1.2 and turned off tests for classes that aren't quite...
authorWarren Levy <warrenl@cygnus.com>
Fri, 1 Dec 2000 10:04:02 +0000 (10:04 +0000)
committerWarren Levy <warrenl@gcc.gnu.org>
Fri, 1 Dec 2000 10:04:02 +0000 (10:04 +0000)
* mauve-libgcj: Turned on JDK1.2 and turned off tests for classes
that aren't quite 1.2 compatible yet.

From-SVN: r37913

libjava/ChangeLog
libjava/mauve-libgcj

index 1f20ad91155e2986bc86a90298f085a44e66c4d3..53e2801048470b5fb22d272466a3ba0dc6c12878 100644 (file)
@@ -1,3 +1,8 @@
+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.
+
 2000-11-30  Warren Levy  <warrenl@cygnus.com>
 
        * java/sql/Array.java: New file from classpath.
index bdf807185f5bb7c1fa0b46653f6953fe00c7294d..f073835c3844d6cffaca03a634d0311e70f4ad27 100644 (file)
@@ -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
This page took 0.06847 seconds and 5 git commands to generate.