]> code.ossystems Code Review - openembedded-core.git/commitdiff
bzip2: run ptests without valgrind
authorAlexander Kanavin <alex.kanavin@gmail.com>
Mon, 14 Dec 2020 09:10:40 +0000 (10:10 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 18 Dec 2020 22:52:13 +0000 (22:52 +0000)
Otherwise, valgrind significantly slows them down, and actually
even causes ptest timeouts on arm64.

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/bzip2/bzip2/Makefile.am

index d4498947e83a55cc9dcee098f210757da82b3e7e..7338df03ebe74d5cf47dc67b627fe8bbcf3021cc 100644 (file)
@@ -46,7 +46,7 @@ runtest:
        else echo "FAIL: sample2 decompress"; fi
        @if cmp sample3.tst sample3.ref; then echo "PASS: sample3 decompress";\
        else echo "FAIL: sample3 decompress"; fi
-       ./bzip2-tests/run-tests.sh --tests-dir="$(PWD)/bzip2-tests"
+       ./bzip2-tests/run-tests.sh --without-valgrind --tests-dir="$(PWD)/bzip2-tests"
 
 install-ptest:
        sed  -n '/^runtest:/,/^install-ptest:/{/^install-ptest:/!p}' \