From: Simon McVittie Date: Mon, 4 Sep 2023 14:08:45 +0000 (+0100) Subject: d/rules: Always allow the differences that occur when using softpipe X-Git-Tag: archive/raspbian/4.12.3+ds-1+rpi1~1^2^2^2~14 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=c3126e612884a52c99005680cb49b522658ecbb4;p=gtk4.git d/rules: Always allow the differences that occur when using softpipe In principle we could be using softpipe on any architecture, if forced. --- diff --git a/debian/rules b/debian/rules index 05004bc527..a9704ab628 100755 --- a/debian/rules +++ b/debian/rules @@ -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))