Disable inscription-markup.ui reftest
authorSimon McVittie <smcv@debian.org>
Fri, 12 Aug 2022 09:44:17 +0000 (10:44 +0100)
committerJeremy Bícha <jbicha@ubuntu.com>
Fri, 22 Sep 2023 14:27:13 +0000 (15:27 +0100)
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

index 7aa049838743a7d7bbf5bdca21e5bd89f5c34809..f83c14a1f8bb9260f6c874c69ff2f1a96cba323b 100644 (file)
@@ -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()