d/rules: Always allow the differences that occur when using softpipe
authorSimon McVittie <smcv@debian.org>
Mon, 4 Sep 2023 14:08:45 +0000 (15:08 +0100)
committerSimon McVittie <smcv@debian.org>
Mon, 4 Sep 2023 14:28:17 +0000 (15:28 +0100)
In principle we could be using softpipe on any architecture, if forced.

debian/rules

index 05004bc5276d624b6a879216e6338bea2fa08c48..a9704ab628297c11290cbe5b716721bd5a90382b 100755 (executable)
@@ -257,12 +257,13 @@ ignore_reftests += \
        $(NULL)
 endif
 
+# These succeed with llvmpipe, but fail with softpipe
+# https://gitlab.gnome.org/GNOME/gtk/-/issues/6085
 # https://bugs.debian.org/1050077
-ifneq ($(filter mips% riscv64,$(DEB_HOST_ARCH_CPU)),)
+# https://bugs.debian.org/1051168
 fuzzy_gsk_compare += opacity-overdraw
 ignore_gsk_compare += border-one-rounded
 fuzzy_reftests += opacity
-endif
 
 # https://bugs.debian.org/1024391
 ifeq (big,$(DEB_HOST_ARCH_ENDIAN))