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.12.3+ds-1+rpi1~1^2^2^2~7 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b86ae9932dfc03c7ced7b24af36579d496cba11e;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 7aa0498387..f83c14a1f8 100644 --- a/testsuite/reftests/meson.build +++ b/testsuite/reftests/meson.build @@ -615,6 +615,8 @@ flaky = [ 'shorthand-entry-border.ui', # blinking cursors and timing issues make this unreliable 'fixed-widget-stacking.ui', + # https://gitlab.gnome.org/GNOME/gtk/-/issues/5099 + 'inscription-markup.ui', ] reftest_env = environment()