From c8387a937987c19990c8a8d6d4cc999d795ba7d0 Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Sun, 28 Nov 2004 22:41:53 +0000 Subject: [PATCH] mauve-libgcj: Disable SpinnerListModel... * mauve-libgcj: Disable SpinnerListModel, SwingUtilities and XMLDecoder tests which currently don't compile. From-SVN: r91430 --- libjava/ChangeLog | 5 +++++ libjava/mauve-libgcj | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/libjava/ChangeLog b/libjava/ChangeLog index 529e2a258067..922f7cc22847 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,8 @@ +2004-11-28 Mark Wielaard + + * mauve-libgcj: Disable SpinnerListModel, SwingUtilities and + XMLDecoder tests which currently don't compile. + 2004-11-27 Andrew Haley * link.cc (ensure_class_linked): Conditionally compile diff --git a/libjava/mauve-libgcj b/libjava/mauve-libgcj index 69750cc026cb..784e1098cb8c 100644 --- a/libjava/mauve-libgcj +++ b/libjava/mauve-libgcj @@ -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