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] | |
Hi,
Recent mauve CVS checkouts didn't work out of the box anymore since they
contain a couple of tests for not yet implemented classes and/or method.
The following patch disables those.
2004-11-28 Mark Wielaard <mark@klomp.org>
* mauve-libgcj: Disable SpinnerListModel, SwingUtilities and
XMLDecoder tests which currently don't compile.
Committed.
Now autobuilders can includes mauve results again.
Cheers,
Mark
Index: mauve-libgcj
===================================================================
RCS file: /cvs/gcc/gcc/libjava/mauve-libgcj,v
retrieving revision 1.29
diff -u -r1.29 mauve-libgcj
--- mauve-libgcj 23 Sep 2004 00:06:10 -0000 1.29
+++ mauve-libgcj 28 Nov 2004 22:36:54 -0000
@@ -18,3 +18,8 @@
# The behaviour of the garbarge collector cannot be predicted.
# Note the . at the end so we do test java.lang.reflect
!java.lang.ref.
+
+# Tests for not yet implemented classes and/or methods.
+!javax.swing.SpinnerListModel
+!javax.swing.SwingUtilities
+!java.beans.XMLDecoder
Attachment:
signature.asc
Description: This is a digitally signed message part
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |