From: Simon McVittie Date: Thu, 2 Sep 2021 21:44:21 +0000 (+0100) Subject: testsuite: Don't test the old gl renderer X-Git-Tag: archive/raspbian/4.4.1+ds1-2+rpi1^2^2~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=988378558b55b8cb5859ed3b09e081fe14a74b4a;p=gtk4.git testsuite: Don't test the old gl renderer This was removed in GTK 4.5, and two of its tests crash when run on mipsel. Forwarded: not-needed, upstream removed this renderer already Gbp-Pq: Topic debian Gbp-Pq: Name testsuite-Don-t-test-the-old-gl-renderer.patch --- diff --git a/testsuite/gsk/meson.build b/testsuite/gsk/meson.build index e6901e5ef9..d225653491 100644 --- a/testsuite/gsk/meson.build +++ b/testsuite/gsk/meson.build @@ -92,7 +92,6 @@ informative_render_tests = [ renderers = [ # name exclude term - [ 'gl', '-ngl' ], [ 'ngl', '' ], [ 'broadway', '-3d' ], [ 'cairo', '-3d' ],