diff options
| author | Khem Raj <raj.khem@gmail.com> | 2025-08-21 22:17:23 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-08-25 17:47:21 +0100 |
| commit | 02bf521a239435fb5af3deb9728a807a1201be4e (patch) | |
| tree | a5dc9367fed41661256cc4dc9e6efea5de00ec39 | |
| parent | 44fbbe97c6f4f1f8aee15aa26aa3203b54d36759 (diff) | |
| download | poky-02bf521a239435fb5af3deb9728a807a1201be4e.tar.gz | |
elfutils: Remove run-backtrace-dwarf from musl ptest XFAILs list
This is passing ok with gcc/libgcc on YP AB
(From OE-Core rev: c1bb95055810b272237d5a143f7e01a270e74868)
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>
| -rw-r--r-- | meta/recipes-devtools/elfutils/elfutils_0.193.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/elfutils/elfutils_0.193.bb b/meta/recipes-devtools/elfutils/elfutils_0.193.bb index 67ce382782..29a8ee5af6 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 = "" | |||
| 66 | PTEST_XFAILS ?= "" | 66 | PTEST_XFAILS ?= "" |
| 67 | # See - https://sourceware.org/bugzilla/show_bug.cgi?id=32232 | 67 | # See - https://sourceware.org/bugzilla/show_bug.cgi?id=32232 |
| 68 | 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)}" | 68 | 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)}" |
| 69 | 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" | 69 | 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" |
| 70 | 70 | ||
| 71 | do_install_ptest() { | 71 | do_install_ptest() { |
| 72 | # copy the files which needed by the cases | 72 | # copy the files which needed by the cases |
