diff options
-rw-r--r-- | testsuite/gtk/object.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/testsuite/gtk/object.c b/testsuite/gtk/object.c index 3ed33ca93f..8bfc09b39e 100644 --- a/testsuite/gtk/object.c +++ b/testsuite/gtk/object.c @@ -53,20 +53,11 @@ list_ignore_properties (gboolean buglist) { /* currently untestable properties */ static const IgnoreProperty ignore_properties[] = { - { "GtkRadioMenuItem", "group", NULL, }, /* needs working sibling */ { "GtkWidget", "parent", NULL, }, /* needs working parent widget */ - { "GtkCList", "selection-mode", (void*) GTK_SELECTION_NONE, }, { "GtkWidget", "has-default", (void*) TRUE, }, /* conflicts with toplevel-less widgets */ { "GtkWidget", "display", (void*) MATCH_ANY_VALUE }, { "GtkWindow", "type-hint", (void*) GDK_SURFACE_TYPE_HINT_DND, }, /* conflicts with ::visible=TRUE */ { "GtkCellView", "background", (void*) "", }, /* "" is not a valid background color */ - { "GtkColorButton", "color", (void*) NULL, }, /* not a valid boxed color */ - { "GtkInputDialog", "has-separator", (void*) MATCH_ANY_VALUE, }, /* property disabled */ - { "GtkInvisible", "display", (void*) MATCH_ANY_VALUE }, /* cannot create GdkScreen */ - { "GtkMessageDialog", "has-separator", (void*) MATCH_ANY_VALUE, }, /* property disabled */ - { "GtkColorSelectionDialog","has-separator", (void*) MATCH_ANY_VALUE, }, /* property disabled */ - { "GtkColorSelection", "child", NULL, }, - { "GtkColorSelection", "current-color", (void*) NULL, }, /* not a valid boxed color */ { "GtkFileChooserButton", "select-multiple", (void*) MATCH_ANY_VALUE }, /* property disabled */ { "GtkFileChooserButton", "action", (void*) GTK_FILE_CHOOSER_ACTION_SAVE }, { "GtkFileChooserWidget", "select-multiple", (void*) 0x1 }, /* property conflicts */ @@ -79,8 +70,6 @@ list_ignore_properties (gboolean buglist) /* properties suspected to be Gdk/Gtk+ bugs */ static const IgnoreProperty bug_properties[] = { { "GtkComboBox", "active", (void*) MATCH_ANY_VALUE }, /* FIXME: triggers NULL model bug */ - { "GtkCTree", "spacing", (void*) MATCH_ANY_VALUE }, /* FIXME: triggers signedness bug */ - { "GtkText", "text-position", (void*) MATCH_ANY_VALUE }, /* FIXME: segfaults, fix property minimum/maximum */ { NULL, NULL, NULL } }; if (buglist) |