From 719676d84b4bcdc5c65b87d42c4b72812209832b Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Mon, 8 Jan 2024 10:12:42 +0100 Subject: test: Disable valgrind on armhf, incompatible with stack clash protector Closes: #1059352 --- test/integration/test-apt-update-simple | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'test') diff --git a/test/integration/test-apt-update-simple b/test/integration/test-apt-update-simple index 6855f1d1f..0d28034aa 100755 --- a/test/integration/test-apt-update-simple +++ b/test/integration/test-apt-update-simple @@ -34,4 +34,9 @@ main/i18n/Translation-de' aptget indextargets --format '$(METAKEY)' # Check that -o Acquire::Queue-Mode=access does not crash find rootdir/var/lib/apt/lists/ -type f -delete -testsuccess valgrind aptget update -o Acquire::Queue-Mode=access +if [ "$(command dpkg --print-architecture)" = "armhf" ]; then + msgskip "valgrind on armhf is broken" + testsuccess aptget update -o Acquire::Queue-Mode=access +else + testsuccess valgrind aptget update -o Acquire::Queue-Mode=access +fi -- cgit v1.2.3-70-g09d2