From: Simon McVittie Date: Fri, 12 Aug 2022 09:44:17 +0000 (+0100) Subject: Disable inscription-markup.ui reftest X-Git-Tag: archive/raspbian/4.8.3+ds-2+rpi1+deb12u1^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b7f7968f327458b7ab934c22eaab534960554ed8;p=gtk4.git Disable inscription-markup.ui reftest It's rendered 1px to the left of where it should be, which is not a serious problem for practical use of GTK, but is a test failure. Bug: https://gitlab.gnome.org/GNOME/gtk/-/issues/5099 Forwarded: not-needed, workaround Gbp-Pq: Topic debian Gbp-Pq: Name Disable-inscription-markup.ui-reftest.patch --- diff --git a/testsuite/reftests/meson.build b/testsuite/reftests/meson.build index 329348d64f..8edf55d23a 100644 --- a/testsuite/reftests/meson.build +++ b/testsuite/reftests/meson.build @@ -608,6 +608,8 @@ flaky = [ # to be left enabled. Remove it until somebody figures out # what is going on there. 'treeview-headers-hidden.ui', + # https://gitlab.gnome.org/GNOME/gtk/-/issues/5099 + 'inscription-markup.ui', ] reftest_env = environment()