summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2025-08-12 23:24:27 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-08-14 10:31:10 +0100
commitf852c4e31ddc0e1522b8516c240d9cbcacd415bb (patch)
treef5d7989b92e710377ed759094a9855ca6c2ec540 /meta
parent7810f55a1555fb0f45032e7fde409e56e1e67f00 (diff)
downloadpoky-f852c4e31ddc0e1522b8516c240d9cbcacd415bb.tar.gz
elfutils: Mark failing ptests on musl as xfails
Elfutils tests do not all run cleanly on musl systems. Make the current set as baseline by making the failing tests as XFAILS. This helps to not regress further more. (From OE-Core rev: c962949c7d70a40f94fb41c342b7a282578069ed) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-devtools/elfutils/elfutils_0.193.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/elfutils/elfutils_0.193.bb b/meta/recipes-devtools/elfutils/elfutils_0.193.bb
index e700c415be..3d98f1e214 100644
--- a/meta/recipes-devtools/elfutils/elfutils_0.193.bb
+++ b/meta/recipes-devtools/elfutils/elfutils_0.193.bb
@@ -66,6 +66,7 @@ PTEST_PARALLEL_MAKE = ""
66PTEST_XFAILS ?= "" 66PTEST_XFAILS ?= ""
67# See - https://sourceware.org/bugzilla/show_bug.cgi?id=32232 67# See - https://sourceware.org/bugzilla/show_bug.cgi?id=32232
68PTEST_XFAILS:append = "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-lld', ' run-strip-strmerge.sh run-elflint-self.sh run-backtrace-data.sh run-reverse-sections-self.sh', '', d)}" 68PTEST_XFAILS:append = "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-lld', ' run-strip-strmerge.sh run-elflint-self.sh run-backtrace-data.sh run-reverse-sections-self.sh', '', d)}"
69PTEST_XFAILS:append:libc-musl = " run-large-elf-file.sh run-backtrace-dwarf.sh run-stack-d-test.sh run-stack-i-test.sh run-stack-demangled-test.sh run-deleted.sh run-compress-test.sh"
69 70
70do_install_ptest() { 71do_install_ptest() {
71 # copy the files which needed by the cases 72 # copy the files which needed by the cases