diff options
author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-07-07 09:12:30 +0000 |
---|---|---|
committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-07-07 09:12:30 +0000 |
commit | 6ac68448078755873e04e94484e7ea56c0cd690c (patch) | |
tree | 33c0a0127ea4fe93950fd9f2cb4155172ef0023e /libjava/mauve-libgcj | |
parent | 9250b046f1524afb0ebd4ee4e88795e06cd06500 (diff) | |
download | gcc-6ac68448078755873e04e94484e7ea56c0cd690c.tar.gz |
* mauve-libgcj: Turn off ClassTest test. Enable java.text tests
again.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27990 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/mauve-libgcj')
-rw-r--r-- | libjava/mauve-libgcj | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/libjava/mauve-libgcj b/libjava/mauve-libgcj index 6c95b4f45bf..a6724ed33f3 100644 --- a/libjava/mauve-libgcj +++ b/libjava/mauve-libgcj @@ -6,17 +6,13 @@ JDK1.1 !java.beans java.lang.Character.classify12 java.lang.String.hash +# We don't have the URL function in Class yet. +!java.lang.Class.ClassTest !java.math !java.rmi !java.security !java.sql java.text.StringCharacterIterator.iter -# FIXME: can't enable these until we eliminate compiler bug. -# (The bug is in javac, not gcj, so this really has to wait until -# we can compile mauve with gcj -C.) -# java.text.FieldPosition.Test -# java.text.ParsePosition.Test -# java.text.SimpleDateFormat.getAndSet2DigitYearStart !java.text.ACIAttribute !java.text.AttributedCharacterIterator !java.text.resources |