This is the mail archive of the java-patches@gcc.gnu.org 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]
Other format: [Raw text]

Patch: FYI: PR libgcj/6182


I'm checking this in.

PR 6182 was fixed some time ago, this just re-enables the Character
tests in our mauve configuration file.

Tom

Index: ChangeLog
from  Tom Tromey  <tromey@redhat.com>

	PR libgcj/6182:
	* mauve-libgcj: Enable java.lang.Character tests.

Index: mauve-libgcj
===================================================================
RCS file: /cvs/gcc/gcc/libjava/mauve-libgcj,v
retrieving revision 1.28
diff -u -r1.28 mauve-libgcj
--- mauve-libgcj 18 Dec 2003 20:23:48 -0000 1.28
+++ mauve-libgcj 23 Sep 2004 00:04:55 -0000
@@ -14,10 +14,6 @@
 # This a problem when running Mauve "standalone".
 !java.lang.reflect.Array.newInstance
 
-# Character.unicode seems to be very broken (the test)
-# Does not give meaningfull test results at the moment.
-!java.lang.Character.unicode
-
 # These are almost certainly buggy test cases.
 # The behaviour of the garbarge collector cannot be predicted.
 # Note the . at the end so we do test java.lang.reflect


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