@@ -160,11 +160,11 @@ PTESTS_PROBLEMS:append:riscv64 = " tcl tcl8 python3-cffi strace lttng-tools pyth
# These tests don't yet pass for musl qemuarm64
PTESTS_SLOW:remove:libc-musl:qemuarm64 = "strace perl gnutls glib-2.0"
PTESTS_FAST:remove:libc-musl:qemuarm64 = "libarchive"
-PTESTS_PROBLEMS:append:libc-musl:qemuarm64 = "strace perl gnutls glib-2.0 libarchive"
+PTESTS_PROBLEMS:append:libc-musl:qemuarm64 = " strace perl gnutls glib-2.0 libarchive"
# These tests don't yet pass for musl qemux86-64
PTESTS_SLOW:remove:libc-musl:qemux86-64 = "perl gnutls"
PTESTS_FAST:remove:libc-musl:qemux86-64 = "libarchive"
-PTESTS_PROBLEMS:append:libc-musl:qemux86-64 = "perl gnutls libarchive"
+PTESTS_PROBLEMS:append:libc-musl:qemux86-64 = " perl gnutls libarchive"
# ruby \ # Timeout
# rt-tests \ # Needs to be checked whether it runs at all
Noticed while reviewing the log, let's fix those before they create unexpected problems in the future. Fixes: 388cd4770e04 ("ptest-packagelists: Exclude ptests from musl which are known to fail") Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> --- meta/conf/distro/include/ptest-packagelists.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- base-commit: c56990178b31b893fbf695eaf6b67de501e9d2e9 change-id: 20260403-fix-whitespace-append-6b49e881fc3b