diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2019-12-17 17:39:43 +0000 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2019-12-17 17:39:43 +0000 |
commit | a4e4b136c9e470f17f7638ee93951cf9e228e6d6 (patch) | |
tree | 6d7f9db56134e4b4657f66b16e4897663c805dfe /testsuite | |
parent | 44b2f6792be8b4f7cdaa3b9436f30475bc75353b (diff) | |
download | gtk+-a4e4b136c9e470f17f7638ee93951cf9e228e6d6.tar.gz |
Update the list of tests that may fail
The update of the Docker image we use on our CI introduced changes in
the underlying platform, and that caused some reftests to fail.
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/reftests/meson.build | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/testsuite/reftests/meson.build b/testsuite/reftests/meson.build index 680ee0c89d..a8183d41d6 100644 --- a/testsuite/reftests/meson.build +++ b/testsuite/reftests/meson.build @@ -429,12 +429,14 @@ test_data = [ # Depending on the environment these fail, feel free to fix them somehow_broken = [ - 'label-sizing.ui', - 'flipping-icons.ui', - 'window-height-for-width.ui', + 'button-wrapping.ui', 'cellrenderer-pixbuf-stock-rtl.ui', + 'flipping-icons.ui', + 'label-sizing.ui', 'label-wrap-justify.ui', + 'quit-mnemonic.ui', 'symbolic-icon-translucent-color.ui', + 'window-height-for-width.ui', ] foreach testname : test_data |