[gtk] testsuite: Remove outdated exclusions



commit 648a67085f37e42c464dc4d5c498ffc3afed3ecc
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Feb 24 23:07:49 2020 -0500

    testsuite: Remove outdated exclusions
    
    There were mentions of GtkCList and GtkColorSelection
    in these test. The memories!

 testsuite/gtk/object.c | 11 -----------
 1 file changed, 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)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]