From 975ef47c60c8808e7faa85aa7352992e365a34df Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Thu, 2 Apr 2020 11:39:13 +0100 Subject: [PATCH] Mark some reftests as allowed to fail These reftests are sensitive to the build environment (exact versions of Pango, fonts etc.) and are disabled in upstream's CI. Closes: #954584 --- debian/rules | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/debian/rules b/debian/rules index 0c84a93d0a..2b9af51658 100755 --- a/debian/rules +++ b/debian/rules @@ -192,7 +192,15 @@ endif override_dh_auto_test: ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) # Mark reftests with known failures as non-fatal + # (See also somehow_broken in testsuite/reftests/meson.build) + touch testsuite/reftests/button-wrapping.ui.known_fail + touch testsuite/reftests/cellrenderer-pixbuf-stock-rtl.ui.known_fail + touch testsuite/reftests/flipping-icons.ui.known_fail + touch testsuite/reftests/label-sizing.ui.known_fail + touch testsuite/reftests/label-wrap-justify.ui.known_fail + touch testsuite/reftests/quit-mnemonic.ui.known_fail touch testsuite/reftests/symbolic-icon-translucent-color.ui.known_fail + touch testsuite/reftests/window-height-for-width.ui.known_fail # So that gsettings can find the (uninstalled) gtk schemas mkdir -p debian/build/glib-2.0/schemas/ cp gtk/org.gtk.* debian/build/glib-2.0/schemas/