OSDN Git Service

* mauve-libgcj: Disable SpinnerListModel, SwingUtilities and
authormark <mark@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 28 Nov 2004 22:41:53 +0000 (22:41 +0000)
committermark <mark@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 28 Nov 2004 22:41:53 +0000 (22:41 +0000)
       XMLDecoder tests which currently don't compile.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91430 138bc75d-0d04-0410-961f-82ee72b054a4

libjava/ChangeLog
libjava/mauve-libgcj

index 529e2a2..922f7cc 100644 (file)
@@ -1,3 +1,8 @@
+2004-11-28  Mark Wielaard  <mark@klomp.org>
+
+       * mauve-libgcj: Disable SpinnerListModel, SwingUtilities and
+       XMLDecoder tests which currently don't compile.
+
 2004-11-27  Andrew Haley  <aph@redhat.com>
 
        * link.cc (ensure_class_linked): Conditionally compile
index 69750cc..784e109 100644 (file)
@@ -18,3 +18,8 @@ JDBC2.0
 # 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