From 53c03a4b0adf018df0da0276f38d7b90c27b15a3 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Fri, 12 Aug 2022 10:44:17 +0100 Subject: [PATCH] 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 --- testsuite/reftests/meson.build | 2 ++ 1 file changed, 2 insertions(+) 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() -- 2.30.2