From c3126e612884a52c99005680cb49b522658ecbb4 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 4 Sep 2023 15:08:45 +0100 Subject: [PATCH] d/rules: Always allow the differences that occur when using softpipe In principle we could be using softpipe on any architecture, if forced. --- debian/rules | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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)) -- 2.30.2