From: Simon McVittie Date: Mon, 10 Sep 2018 00:09:35 +0000 (+0100) Subject: Don't test default-constructed GdkPixbuf properties X-Git-Tag: archive/raspbian/3.24.0-3+rpi1~1^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=876e425b7e19eaa381bedd7810f24a2961b9c8c7;p=gtk%2B3.0.git Don't test default-constructed GdkPixbuf properties Workaround for https://gitlab.gnome.org/GNOME/gdk-pixbuf/issues/91 Bug: https://bugs.debian.org/908439 Forwarded: no Gbp-Pq: Name Don-t-test-default-constructed-GdkPixbuf-properties.patch --- diff --git a/testsuite/gtk/defaultvalue.c b/testsuite/gtk/defaultvalue.c index d3afbb391a..835c85e7ec 100644 --- a/testsuite/gtk/defaultvalue.c +++ b/testsuite/gtk/defaultvalue.c @@ -484,6 +484,10 @@ main (int argc, char **argv) if (otypes[i] == GTK_TYPE_FILE_CHOOSER_NATIVE) continue; + /* https://gitlab.gnome.org/GNOME/gdk-pixbuf/issues/91 */ + if (otypes[i] == GDK_TYPE_PIXBUF) + continue; + testname = g_strdup_printf ("/Default Values/%s", g_type_name (otypes[i])); g_test_add_data_func (testname,