From: Simon McVittie Date: Tue, 22 Aug 2023 11:02:12 +0000 (+0100) Subject: d/rules: Ignore two reftests that fail on i386 only X-Git-Tag: archive/raspbian/4.12.3+ds-1+rpi1~1^2^2^2~43 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d6682933e3c6a1371849e29ee664cac0fbb5621b;p=gtk4.git d/rules: Ignore two reftests that fail on i386 only In these tests, the reference rendering of "Hello world" is as one line, but on i386 (possibly due to different rounding) it is word-wrapped onto two lines. --- diff --git a/debian/rules b/debian/rules index e918622282..14fbc1ef5b 100755 --- a/debian/rules +++ b/debian/rules @@ -249,6 +249,14 @@ skipped_suites = \ wayland_gles_failing \ $(NULL) +# TODO: A 2-word label gets wrapped differently +ifeq (i386,$(DEB_HOST_ARCH_CPU)) +ignore_reftests += \ + hbox-with-ellipsizing-wrapping-label \ + window-border-width \ + $(NULL) +endif + # https://bugs.debian.org/1024391 ifeq (big,$(DEB_HOST_ARCH_ENDIAN)) ignore_reftests += border-image-excess-size