[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#994741: regression tests: skipped vs failed



On 2021-09-21 18:03, ian_bruce@mail.ru wrote:
It appears that my assumption that this regression test failure was the
cause of the overall build failure on amd64, was incorrect. According to
the build logs, this test also fails on ppc64 and sparc64, and yet the
builds for those architectures have apparently succeeded.

Actually, build logs show failure of this test case both on amd64 and ppc64, to name a few, but on ppc64 this failure is intentionally ignored [1]:

ifeq ($(DEB_HOST_ARCH_ENDIAN),little)
	dh_auto_test -a --no-parallel
else
# the testsuite fails on BE. https://gitlab.com/inkscape/inkscape/-/issues/1365
	-dh_auto_test -a --no-parallel
endif

(ppc64 is BE = Big Endian)

However, I cannot reproduce the failure myself on amd64. I tried building on a machine without a display, and yet the test succeeds. I will try a porterbox next.

[1] https://sources.debian.org/src/inkscape/1.1-1/debian/rules/

Best,
Andrius


Reply to: