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: mauve-libgcj


Hi list,


I wrote the attached patch to active testing of Character.unicode 
testcases. This adds 8760 new expected passes and only one unexpected 
fail. 

OK to commit to trunk ?


Michael


2004-04-21  Michael Koch  <konqueror@gmx.de>

	* mauve-libgcj: Removed ingore of Character.unicode 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	21 Apr 2004 10:35:01 -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]