diff options
-rw-r--r-- | meta/recipes-devtools/elfutils/elfutils_0.193.bb | 1 |
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 = "" | |||
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-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 | ||
70 | do_install_ptest() { | 71 | do_install_ptest() { |
71 | # copy the files which needed by the cases | 72 | # copy the files which needed by the cases |