summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2019-07-28 16:29:31 -0400
committerMatthias Clasen <mclasen@redhat.com>2019-07-28 16:42:52 -0400
commit032473fef8b8b131120183414c8a20feabf2ce1f (patch)
tree75abfec58c4e8be3821116fe6910aaf86884a02a
parent5dd8801ee5204d55ccb779a36b6e8cf38c9378a9 (diff)
downloadgtk+-032473fef8b8b131120183414c8a20feabf2ce1f.tar.gz
reftest: Exclude flaky tests
These depend on details of text rendering, and started failing with newer pango.
-rw-r--r--testsuite/reftests/meson.build4
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/reftests/meson.build b/testsuite/reftests/meson.build
index 6039ae709f..20c45566b6 100644
--- a/testsuite/reftests/meson.build
+++ b/testsuite/reftests/meson.build
@@ -430,6 +430,10 @@ xfails = [
'textview-border-windows.ui',
'window-show-contents-on-map.ui',
'toplevel-vs-popup.ui',
+ # these depend on details of text layout
+ 'label-background.ui',
+ 'label-wrap-justify.ui',
+ 'quit-mnemonic.ui',
]
foreach testname : testdata