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 <[email protected]> --- meta/conf/distro/include/ptest-packagelists.inc | 9 +++++++++ 1 file changed, 9 insertions(+) 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
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#233088): https://lists.openembedded.org/g/openembedded-core/message/233088 Mute This Topic: https://lists.openembedded.org/mt/118314988/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
