mirror of git://gcc.gnu.org/git/gcc.git
mauve-libgcj: Add JDK1.3...
* mauve-libgcj: Add JDK1.3, JDK1.4, JLS1.2 tests, remove ignored tests
that can be compiled now and add testsuite crashers to ignore list.
From-SVN: r51693
This commit is contained in:
parent
ee3c063932
commit
5517383604
|
|
@ -1,3 +1,8 @@
|
||||||
|
2002-04-01 Mark Wielaard <mark@klomp.org>
|
||||||
|
|
||||||
|
* mauve-libgcj: Add JDK1.3, JDK1.4, JLS1.2 tests, remove ignored tests
|
||||||
|
that can be compiled now and add testsuite crashers to ignore list.
|
||||||
|
|
||||||
2002-03-31 Alexandre Oliva <aoliva@redhat.com>
|
2002-03-31 Alexandre Oliva <aoliva@redhat.com>
|
||||||
|
|
||||||
* libgcj.spec.in, libgcj-test.spec.in: Revert for now.
|
* libgcj.spec.in, libgcj-test.spec.in: Revert for now.
|
||||||
|
|
|
||||||
|
|
@ -1,35 +1,22 @@
|
||||||
# Config file that tells mauve about the `libjava' tag.
|
# Config file that tells mauve about the `libgcj' tag.
|
||||||
JDK1.0
|
JDK1.0
|
||||||
JDK1.1
|
JDK1.1
|
||||||
JDK1.2
|
JDK1.2
|
||||||
|
JDK1.3
|
||||||
|
JDK1.4
|
||||||
|
JLS1.2
|
||||||
JDBC2.0
|
JDBC2.0
|
||||||
!java.applet
|
|
||||||
!java.awt
|
|
||||||
java.beans
|
|
||||||
!java.beans.DescriptorTest
|
|
||||||
!java.beans.IntrospectorTest
|
|
||||||
java.lang.Character.classify12
|
|
||||||
java.lang.String.hash
|
|
||||||
# We support 1.2 for these 3 tests.
|
|
||||||
java.lang.reflect.Modifier.toString12
|
|
||||||
java.io.ObjectInputOutput.InputTest
|
|
||||||
java.io.ObjectInputOutput.OutputTest
|
|
||||||
java.io.ObjectStreamClass.Test
|
|
||||||
java.math
|
|
||||||
!java.rmi
|
|
||||||
# These 2 are tests that fail with JDBC2.0 but the tags don't seem to
|
# These 2 are tests that fail with JDBC2.0 but the tags don't seem to
|
||||||
# have the right effect.
|
# have the right effect.
|
||||||
!java.sql.Connection.TestJdbc10
|
!java.sql.Connection.TestJdbc10
|
||||||
!java.sql.DatabaseMetaData.TestJdbc10
|
!java.sql.DatabaseMetaData.TestJdbc10
|
||||||
java.text.FieldPosition.Test
|
|
||||||
java.text.ParsePosition.Test
|
# Cannot be compiled
|
||||||
java.text.SimpleDateFormat.getAndSet2DigitYearStart
|
|
||||||
java.text.StringCharacterIterator.iter
|
|
||||||
!java.text.ACIAttribute
|
!java.text.ACIAttribute
|
||||||
!java.text.Annotation
|
|
||||||
!java.text.AttributedCharacterIterator
|
# The following tests seem to (sometimes) hang or crash the testsuite
|
||||||
!java.text.AttributedString
|
!java.io.ObjectInputOutput
|
||||||
!java.text.DecimalFormatSymbols.DumpDefault12
|
!java.lang.reflect.Array.newInstance
|
||||||
!java.text.DecimalFormatSymbols.GetSet12
|
!java.util.ResourceBundle.getBundle
|
||||||
!java.text.resources
|
!java.util.zip.GZIPInputStream.basic
|
||||||
!java.lang.Math
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue