Skip to content

Commit

Permalink
strace: Ignore running strace ptests image on musl
Browse files Browse the repository at this point in the history
These ptests are hanging with latest musl

Signed-off-by: Khem Raj <raj.khem@gmail.com>
  • Loading branch information
kraj committed Oct 19, 2024
1 parent 4f614ea commit 3344bb9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions meta/conf/distro/include/ptest-packagelists.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 3344bb9

Please sign in to comment.