d/rules: Ignore two reftests that fail on i386 only
authorSimon McVittie <smcv@debian.org>
Tue, 22 Aug 2023 11:02:12 +0000 (12:02 +0100)
committerSimon McVittie <smcv@debian.org>
Tue, 22 Aug 2023 11:02:12 +0000 (12:02 +0100)
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.

debian/rules

index e9186222821b5cbfa94cb5d408815d6b227cc260..14fbc1ef5bf2256f5d42633a4d399f2dcb6d61aa 100755 (executable)
@@ -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