This is the mail archive of the java-patches@sourceware.cygnus.com mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Patch: mauve config update


I've committed the appended patch.  It removes a mauve test that we
can't compile (yet).  It also adds some mauve tests that we can
compile now.

1999-07-07  Tom Tromey  <tromey@cygnus.com>

	* mauve-libgcj: Turn off ClassTest test.  Enable java.text tests
	again.

Tom

Index: mauve-libgcj
===================================================================
RCS file: /cvs/java/libgcj/libjava/mauve-libgcj,v
retrieving revision 1.7
diff -u -r1.7 mauve-libgcj
--- mauve-libgcj	1999/06/11 02:34:31	1.7
+++ mauve-libgcj	1999/07/07 16:01:45
@@ -6,17 +6,13 @@
 !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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]