Message ID | 20250327163327.553536-1-raj.khem@gmail.com |
---|---|
State | New |
Headers | show |
Series | strace: Ignore running strace ptests image on musl | expand |
diff --git a/meta/conf/distro/include/ptest-packagelists.inc b/meta/conf/distro/include/ptest-packagelists.inc index f3fdededf66..c7d5e20a484 100644 --- a/meta/conf/distro/include/ptest-packagelists.inc +++ b/meta/conf/distro/include/ptest-packagelists.inc @@ -134,6 +134,9 @@ PTESTS_PROBLEMS:append:riscv64 = " python3" PTESTS_SLOW:remove:riscv32 = "lttng-tools strace " PTESTS_PROBLEMS:append:riscv32 = " lttng-tools strace" 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" # ruby \ # Timeout # rt-tests \ # Needs to be checked whether it runs at all
These ptests are hanging with latest musl Signed-off-by: Khem Raj <raj.khem@gmail.com> --- meta/conf/distro/include/ptest-packagelists.inc | 3 +++ 1 file changed, 3 insertions(+)