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>
Sat, 5 Aug 2023 13:56:12 +0000 (14:56 +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 fc76528826bd6de53b945bdc20e21045df8a86d8..2c6887c46eed67c6aeaf4e62ca1fb5781361edf9 100644 (file)
@@ -616,6 +616,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()