From: Emmanuele Bassi Date: Mon, 4 Nov 2019 23:46:22 +0000 (+0000) Subject: tests: Add label-sizing.ui to the XFAIL list X-Git-Tag: archive/raspbian/4.4.1+ds1-2+rpi1^2~18^2~20^2~654 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b5ed2d310ee50eec92262c1659bc387db55b61f3;p=gtk4.git tests: Add label-sizing.ui to the XFAIL list Changes in Pango may make this test fail. --- diff --git a/testsuite/reftests/meson.build b/testsuite/reftests/meson.build index 6cba6cd451..632e97ffeb 100644 --- a/testsuite/reftests/meson.build +++ b/testsuite/reftests/meson.build @@ -436,6 +436,7 @@ xfails = [ # these depend on details of text layout 'label-background.ui', 'label-wrap-justify.ui', + 'label-sizing.ui', 'quit-mnemonic.ui', ]