mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
ptest-packagelists: remove valgrind
The valgrind-3.24 and glibc-2.41 update result in lots of valgrind ptests failing. Remove all valgrind ptests until that can be fixed. (From OE-Core rev: 98d5a6a68e9e7df671e40480faed48ab2114dd7f) Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
2b62eb2c58
commit
2673221ea5
@@ -126,17 +126,14 @@ PTESTS_SLOW = "\
|
|||||||
tcl \
|
tcl \
|
||||||
tcl8 \
|
tcl8 \
|
||||||
util-linux \
|
util-linux \
|
||||||
valgrind \
|
|
||||||
"
|
"
|
||||||
|
|
||||||
# python3 ptests hang on qemuriscv64
|
# python3 ptests hang on qemuriscv64
|
||||||
PTESTS_SLOW:remove:riscv64 = "valgrind python3"
|
PTESTS_SLOW:remove:riscv64 = "python3"
|
||||||
PTESTS_PROBLEMS:append:riscv64 = " valgrind python3"
|
PTESTS_PROBLEMS:append:riscv64 = " python3"
|
||||||
PTESTS_SLOW:remove:riscv32 = "lttng-tools strace valgrind"
|
PTESTS_SLOW:remove:riscv32 = "lttng-tools strace "
|
||||||
PTESTS_PROBLEMS:append:riscv32 = " lttng-tools strace valgrind"
|
PTESTS_PROBLEMS:append:riscv32 = " lttng-tools strace"
|
||||||
PTESTS_SLOW:append:libc-musl = " libc-test"
|
PTESTS_SLOW:append:libc-musl = " libc-test"
|
||||||
PTESTS_SLOW:remove:x86 = "valgrind"
|
|
||||||
PTESTS_PROBLEMS:append:x86 = " valgrind"
|
|
||||||
|
|
||||||
# ruby \ # Timeout
|
# ruby \ # Timeout
|
||||||
# rt-tests \ # Needs to be checked whether it runs at all
|
# rt-tests \ # Needs to be checked whether it runs at all
|
||||||
|
|||||||
Reference in New Issue
Block a user