aboutsummaryrefslogtreecommitdiff
path: root/libjava/mauve-libgcj
diff options
context:
space:
mode:
authorWarren Levy <warrenl@cygnus.com>2000-12-01 10:04:02 +0000
committerWarren Levy <warrenl@cygnus.com>2000-12-01 10:04:02 +0000
commitad00f1c93efd89cdcc7f1fd73f39ea549d7d8b0f (patch)
treee3155d5f235603a69bc0d9c396f16837556decae /libjava/mauve-libgcj
parent0907acb3b3dd5e1a4b25577b7cab0d6b443f3247 (diff)
* mauve-libgcj: Turned on JDK1.2 and turned off tests for classes
that aren't quite 1.2 compatible yet. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@37913 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/mauve-libgcj')
-rw-r--r--libjava/mauve-libgcj17
1 files changed, 13 insertions, 4 deletions
diff --git a/libjava/mauve-libgcj b/libjava/mauve-libgcj
index bdf807185f5..f073835c384 100644
--- a/libjava/mauve-libgcj
+++ b/libjava/mauve-libgcj
@@ -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