All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] elfutils: Remove run-backtrace-dwarf from musl ptest XFAILs list
@ 2025-08-22  5:17 Khem Raj
  2025-08-22  5:17 ` [PATCH 2/3] gettext: Skip test known to fail on musl Khem Raj
  2025-08-22  5:17 ` [PATCH 3/3] gettext: Force UTF-8 runtime and skip requiring ISO-8859-1 Khem Raj
  0 siblings, 2 replies; 7+ messages in thread
From: Khem Raj @ 2025-08-22  5:17 UTC (permalink / raw)
  To: openembedded-core; +Cc: Khem Raj

This is passing ok with gcc/libgcc on YP AB

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta/recipes-devtools/elfutils/elfutils_0.193.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/elfutils/elfutils_0.193.bb b/meta/recipes-devtools/elfutils/elfutils_0.193.bb
index 67ce3827827..29a8ee5af63 100644
--- a/meta/recipes-devtools/elfutils/elfutils_0.193.bb
+++ b/meta/recipes-devtools/elfutils/elfutils_0.193.bb
@@ -66,7 +66,7 @@ PTEST_PARALLEL_MAKE = ""
 PTEST_XFAILS ?= ""
 # See - https://sourceware.org/bugzilla/show_bug.cgi?id=32232
 PTEST_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)}"
-PTEST_XFAILS:append:libc-musl = " run-large-elf-file.sh run-backtrace-data.sh run-backtrace-dwarf.sh run-backtrace-native.sh run-stack-d-test.sh run-stack-i-test.sh run-stack-demangled-test.sh run-deleted.sh run-compress-test.sh"
+PTEST_XFAILS:append:libc-musl = " run-large-elf-file.sh run-backtrace-data.sh run-backtrace-native.sh run-stack-d-test.sh run-stack-i-test.sh run-stack-demangled-test.sh run-deleted.sh run-compress-test.sh"
 
 do_install_ptest() {
 	# copy the files which needed by the cases


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2025-08-24 10:20 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-22  5:17 [PATCH 1/3] elfutils: Remove run-backtrace-dwarf from musl ptest XFAILs list Khem Raj
2025-08-22  5:17 ` [PATCH 2/3] gettext: Skip test known to fail on musl Khem Raj
2025-08-22 10:40   ` [OE-core] " Mathieu Dubois-Briand
2025-08-22 14:53     ` Khem Raj
2025-08-24 10:19   ` Alexander Kanavin
2025-08-22  5:17 ` [PATCH 3/3] gettext: Force UTF-8 runtime and skip requiring ISO-8859-1 Khem Raj
2025-08-24  9:44   ` [OE-core] " Alexander Kanavin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.