diff mbox series

ptest-packagelists: Exclude ptests from musl which are known to fail

Message ID 20260314151820.3978613-1-richard.purdie@linuxfoundation.org
State New
Headers show
Series ptest-packagelists: Exclude ptests from musl which are known to fail | expand

Commit Message

Richard Purdie March 14, 2026, 3:18 p.m. UTC
Since we'd like to start tracking musl ptest regressions, mark the existing know
failures for qemuarm64 and qemux86-64 so we can then start to test without
warnings.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 meta/conf/distro/include/ptest-packagelists.inc | 9 +++++++++
 1 file changed, 9 insertions(+)
diff mbox series

Patch

diff --git a/meta/conf/distro/include/ptest-packagelists.inc b/meta/conf/distro/include/ptest-packagelists.inc
index 627eae417a6..12eac7c313b 100644
--- a/meta/conf/distro/include/ptest-packagelists.inc
+++ b/meta/conf/distro/include/ptest-packagelists.inc
@@ -157,6 +157,15 @@  PTESTS_SLOW:append:libc-musl = " libc-test"
 PTESTS_SLOW:remove:riscv64 = "tcl tcl8 python3-cffi strace lttng-tools python3-numpy perl"
 PTESTS_PROBLEMS:append:riscv64 = " tcl tcl8 python3-cffi strace lttng-tools python3-numpy perl"
 
+# These tests don't yet pass for musl qemuarm64
+PTESTS_SLOW:remove:libc-musl:qemuarm64 = "strace perl"
+PTESTS_FAST:remove:libc-musl:qemuarm64 = "libarchive"
+PTESTS_PROBLEMS:append:libc-musl:qemuarm64 = "strace perl libarchive"
+# These tests don't yet pass for musl qemux86-64
+PTESTS_SLOW:remove:libc-musl:qemux86-64 = "perl"
+PTESTS_FAST:remove:libc-musl:qemux86-64 = "libarchive"
+PTESTS_PROBLEMS:append:libc-musl:qemux86-64 = "perl libarchive"
+
 #    ruby \ # Timeout
 #    rt-tests \ # Needs to be checked whether it runs at all
 #    bash \ # Test outcomes are non-deterministic by design