Skip GdkPixbuf in default-value tests

This commit is contained in:
Matthias Clasen 2018-12-12 13:34:32 -05:00
parent b26cdd6d27
commit 38edc38f21

View File

@ -94,6 +94,10 @@ test_type (gconstpointer data)
if (g_type_is_a (type, GTK_TYPE_APP_CHOOSER_DIALOG))
return;
/* pixbufs without pixel data are just pointless */
if (g_type_is_a (type, GDK_TYPE_PIXBUF))
return;
/* These leak their GDBusConnections */
if (g_type_is_a (type, GTK_TYPE_FILE_CHOOSER_BUTTON) ||
g_type_is_a (type, GTK_TYPE_FILE_CHOOSER_DIALOG) ||