mauve-libgcj: Turned on JDK1.2 and turned off tests for classes that aren't quite 1.2...

* mauve-libgcj: Turned on JDK1.2 and turned off tests for classes
	that aren't quite 1.2 compatible yet.

From-SVN: r37913
This commit is contained in:
Warren Levy
2000-12-01 10:04:02 +00:00
committed by Warren Levy
parent b80ebb3b5e
commit 89f99caaab
2 changed files with 18 additions and 4 deletions

View 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.

View 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