From: Matthias Clasen Date: Tue, 14 Jan 2020 14:20:18 +0000 (-0500) Subject: testsuite: Skip GtkDragIcon X-Git-Tag: archive/raspbian/4.4.1+ds1-2+rpi1^2~18^2~20^2~333 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=256139baabd0558521d84b6d36bec3f62507e204;p=gtk4.git testsuite: Skip GtkDragIcon GtkDragIcon needs a special surface, so skip it in the notify tests. --- diff --git a/testsuite/gtk/notify.c b/testsuite/gtk/notify.c index 9b02dd2b33..9df21507c6 100644 --- a/testsuite/gtk/notify.c +++ b/testsuite/gtk/notify.c @@ -415,6 +415,10 @@ test_type (gconstpointer data) if (g_type_is_a (type, GTK_TYPE_MOUNT_OPERATION)) return; + /* Needs a special surface */ + if (g_type_is_a (type, GTK_TYPE_DRAG_ICON)) + return; + klass = g_type_class_ref (type); if (g_type_is_a (type, GTK_TYPE_SETTINGS))