From: Jeremy Bicha Date: Thu, 27 Sep 2018 00:13:06 +0000 (-0400) Subject: skip texture test X-Git-Tag: archive/raspbian/3.30.2-7+rpi1~1^2^2^2^2^2^2^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=dd26a492c5a76e523be877cf592674173a0d7604;p=mutter.git skip texture test This test fails on hppa, mipsel, powerpc, ppc64 and s390x. See the build logs at https://buildd.debian.org/status/logs.php?pkg=mutter&ver=3.30.0-2 I don't know why this test works in the clutter-1.0 package. Bug: https://gitlab.gnome.org/GNOME/mutter/issues/324 Applied-upstream: no Gbp-Pq: Topic debian Gbp-Pq: Name skip-texture-test.patch --- diff --git a/clutter/tests/conform/Makefile.am b/clutter/tests/conform/Makefile.am index 9cef08b..0f4681f 100644 --- a/clutter/tests/conform/Makefile.am +++ b/clutter/tests/conform/Makefile.am @@ -55,7 +55,6 @@ deprecated_tests = \ behaviours \ group \ rectangle \ - texture \ $(NULL) test_programs = $(actor_tests) $(general_tests) $(classes_tests) $(deprecated_tests)