mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
ptest-packagelists: Mark python3 as problematic on riscv64
Most ptests run on on riscv64 but for some reason python3 hangs. Move it to the problem list until this is resolved so we can establish a "known to work" baseline. (was still going after 42000s, long after everything else finished) (From OE-Core rev: adc448b19e80f6343050f4c527acc63a161c88ca) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -121,8 +121,9 @@ PTESTS_SLOW = "\
|
||||
lz4 \
|
||||
"
|
||||
|
||||
PTESTS_SLOW:remove:riscv64 = "valgrind"
|
||||
PTESTS_PROBLEMS:append:riscv64 = " valgrind"
|
||||
# python3 ptests hang on qemuriscv64
|
||||
PTESTS_SLOW:remove:riscv64 = "valgrind python3"
|
||||
PTESTS_PROBLEMS:append:riscv64 = " valgrind python3"
|
||||
PTESTS_SLOW:remove:riscv32 = "lttng-tools strace valgrind"
|
||||
PTESTS_PROBLEMS:append:riscv32 = " lttng-tools strace valgrind"
|
||||
PTESTS_SLOW:append:libc-musl = " libc-test"
|
||||
|
||||
Reference in New Issue
Block a user