From 708bd3b0927317a0379dac23c138271d7d9c7b7b Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 15 Oct 2024 08:09:50 -0700 Subject: [PATCH] strace: Ignore running strace ptests image on musl These ptests are hanging with latest musl Signed-off-by: Khem Raj --- meta/conf/distro/include/ptest-packagelists.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/conf/distro/include/ptest-packagelists.inc b/meta/conf/distro/include/ptest-packagelists.inc index 4a48188562b..f243ac975d5 100644 --- a/meta/conf/distro/include/ptest-packagelists.inc +++ b/meta/conf/distro/include/ptest-packagelists.inc @@ -135,6 +135,9 @@ 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" +# strace hangs on qemux86-64/musl +PTESTS_SLOW:remove:libc-musl = "strace" +PTESTS_PROBLEMS:append:libc-musl = " strace" PTESTS_SLOW:remove:x86 = "valgrind" PTESTS_PROBLEMS:append:x86 = " valgrind"