From: Jeremy BĂ­cha Date: Fri, 1 Sep 2023 23:12:07 +0000 (-0400) Subject: Ignore the same reftest failures for riscv64 as for mips64el X-Git-Tag: archive/raspbian/4.12.3+ds-1+rpi1~1^2^2^2~16 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8bf40105051a7a8fa056977d4a3e87a3f2ba5a0f;p=gtk4.git Ignore the same reftest failures for riscv64 as for mips64el mips64el uses softpipe on the buildds because we force it to (because llvmpipe is broken there), but riscv64 uses softpipe even when not forced to, because llvmpipe doesn't exist on riscv64 yet. Closes: #1051168 Gbp-Dch: Full --- diff --git a/debian/rules b/debian/rules index 760d3f77ea..05004bc527 100755 --- a/debian/rules +++ b/debian/rules @@ -258,7 +258,7 @@ ignore_reftests += \ endif # https://bugs.debian.org/1050077 -ifneq ($(filter mips%,$(DEB_HOST_ARCH_CPU)),) +ifneq ($(filter mips% riscv64,$(DEB_HOST_ARCH_CPU)),) fuzzy_gsk_compare += opacity-overdraw ignore_gsk_compare += border-one-rounded fuzzy_reftests += opacity