mauve-libgcj: Disable SpinnerListModel...

* mauve-libgcj: Disable SpinnerListModel, SwingUtilities and
       XMLDecoder tests which currently don't compile.

From-SVN: r91430
This commit is contained in:
Mark Wielaard 2004-11-28 22:41:53 +00:00 committed by Mark Wielaard
parent 450bc074e9
commit c8387a9379
2 changed files with 10 additions and 0 deletions

View 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

View 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