diff options
author | mark <mark@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-04-01 18:09:25 +0000 |
---|---|---|
committer | mark <mark@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-04-01 18:09:25 +0000 |
commit | 88df865fb8b21d921945071eacfe51c9a06e731b (patch) | |
tree | 18e7ebd5a6cf90feac5621463c5f4d8bbdbd4780 /libjava/mauve-libgcj | |
parent | 2f0465ea9e2b63625bcef3cc7b48eeb58e32f00e (diff) | |
download | gcc-88df865fb8b21d921945071eacfe51c9a06e731b.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51693 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/mauve-libgcj')
-rw-r--r-- | libjava/mauve-libgcj | 39 |
1 files changed, 13 insertions, 26 deletions
diff --git a/libjava/mauve-libgcj b/libjava/mauve-libgcj index a80405cf2df..6fdd1ad11d7 100644 --- a/libjava/mauve-libgcj +++ b/libjava/mauve-libgcj @@ -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.1 JDK1.2 +JDK1.3 +JDK1.4 +JLS1.2 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 # 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 + +# Cannot be compiled !java.text.ACIAttribute -!java.text.Annotation -!java.text.AttributedCharacterIterator -!java.text.AttributedString -!java.text.DecimalFormatSymbols.DumpDefault12 -!java.text.DecimalFormatSymbols.GetSet12 -!java.text.resources -!java.lang.Math + +# The following tests seem to (sometimes) hang or crash the testsuite +!java.io.ObjectInputOutput +!java.lang.reflect.Array.newInstance +!java.util.ResourceBundle.getBundle +!java.util.zip.GZIPInputStream.basic |