projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a935aae
)
testsuite: Skip GtkDragIcon
author
Matthias Clasen
<mclasen@redhat.com>
Tue, 14 Jan 2020 14:20:18 +0000
(09:20 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 14 Jan 2020 14:20:18 +0000
(09:20 -0500)
GtkDragIcon needs a special surface, so skip it
in the notify tests.
testsuite/gtk/notify.c
patch
|
blob
|
history
diff --git
a/testsuite/gtk/notify.c
b/testsuite/gtk/notify.c
index 9b02dd2b33aabae1c69cfb381f25d109d57e9973..9df21507c6902bb2e9298a33f19d42a7a7028907 100644
(file)
--- 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))