|
@@ -8,17 +8,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
|
|
|
file://include/valgrind.h;beginline=1;endline=56;md5=ad3b317f3286b6b704575d9efe6ca5df \
|
|
|
file://COPYING.DOCS;md5=24ea4c7092233849b4394699333b5c56"
|
|
|
|
|
|
-DEPENDS = " \
|
|
|
- ${@bb.utils.contains('DISTRO_FEATURES', 'ptest', 'boost', '', d)} \
|
|
|
- "
|
|
|
-
|
|
|
SRC_URI = "https://sourceware.org/pub/valgrind/valgrind-${PV}.tar.bz2 \
|
|
|
file://fixed-perl-path.patch \
|
|
|
file://Added-support-for-PPC-instructions-mfatbu-mfatbl.patch \
|
|
|
- file://run-ptest \
|
|
|
- file://remove-for-aarch64 \
|
|
|
- file://remove-for-all \
|
|
|
- file://taskset_nondeterministic_tests \
|
|
|
file://use-appropriate-march-mcpu-mfpu-for-ARM-test-apps.patch \
|
|
|
file://avoid-neon-for-targets-which-don-t-support-it.patch \
|
|
|
file://0001-configure-Drop-setting-mcpu-cortex-a8-on-arm.patch \
|
|
@@ -39,17 +31,6 @@ UPSTREAM_CHECK_REGEX = "valgrind-(?P<pver>\d+(\.\d+)+)\.tar"
|
|
|
|
|
|
COMPATIBLE_HOST = '(i.86|x86_64|arm|aarch64|mips|powerpc|powerpc64).*-linux'
|
|
|
|
|
|
-# patch 0001-memcheck-vgtests-remove-fullpath-after-flags.patch removes relative path
|
|
|
-# argument. Change expected stderr files accordingly.
|
|
|
-do_patch:append() {
|
|
|
- bb.build.exec_func('do_sed_paths', d)
|
|
|
-}
|
|
|
-
|
|
|
-do_sed_paths() {
|
|
|
- sed -i -e 's|tests/||' ${S}/memcheck/tests/badfree3.stderr.exp
|
|
|
- sed -i -e 's|tests/||' ${S}/memcheck/tests/varinfo5.stderr.exp
|
|
|
-}
|
|
|
-
|
|
|
# valgrind supports armv7 and above
|
|
|
COMPATIBLE_HOST:armv4 = 'null'
|
|
|
COMPATIBLE_HOST:armv5 = 'null'
|
|
@@ -69,8 +50,7 @@ COMPATIBLE_HOST:linux-gnun32 = 'null'
|
|
|
# Disable for powerpc64 with musl
|
|
|
COMPATIBLE_HOST:libc-musl:powerpc64 = 'null'
|
|
|
|
|
|
-# brokenseip is unfortunately required by ptests to pass
|
|
|
-inherit autotools-brokensep ptest multilib_header
|
|
|
+inherit autotools-brokensep multilib_header
|
|
|
|
|
|
EXTRA_OECONF = "--enable-tls --without-mpicc"
|
|
|
EXTRA_OECONF += "${@['--enable-only32bit','--enable-only64bit'][d.getVar('SITEINFO_BITS') != '32']}"
|
|
@@ -102,8 +82,6 @@ RDEPENDS:${PN}-callgrind = "${PN} perl"
|
|
|
|
|
|
do_configure:prepend () {
|
|
|
rm -rf ${S}/config.h
|
|
|
- sed -i -e 's:$(abs_top_builddir):$(pkglibdir)/ptest:g' ${S}/none/tests/Makefile.am
|
|
|
- sed -i -e 's:$(top_builddir):$(pkglibdir)/ptest:g' ${S}/memcheck/tests/Makefile.am
|
|
|
}
|
|
|
|
|
|
do_install:append () {
|
|
@@ -127,146 +105,3 @@ INHIBIT_PACKAGE_STRIP_FILES = "${PKGD}${libexecdir}/valgrind/vgpreload_memcheck-
|
|
|
# valgrind needs debug information for ld.so at runtime in order to
|
|
|
# redirect functions like strlen.
|
|
|
RRECOMMENDS:${PN} += "${TCLIBC}-dbg"
|
|
|
-
|
|
|
-RDEPENDS:${PN}-ptest += " bash coreutils curl file \
|
|
|
- gdb \
|
|
|
- ${TCLIBC}-src gcc-runtime-dbg \
|
|
|
- libgomp \
|
|
|
- perl \
|
|
|
- perl-module-file-basename perl-module-file-glob perl-module-getopt-long \
|
|
|
- perl-module-overloading perl-module-cwd perl-module-ipc-open3 \
|
|
|
- perl-module-carp perl-module-symbol \
|
|
|
- procps \
|
|
|
- python3-compile \
|
|
|
- sed \
|
|
|
- util-linux-taskset \
|
|
|
- ${PN}-dbg ${PN}-src \
|
|
|
- ${PN}-cachegrind ${PN}-massif ${PN}-callgrind \
|
|
|
-"
|
|
|
-RDEPENDS:${PN}-ptest:append:libc-glibc = " glibc-utils glibc-gconv-utf-32"
|
|
|
-
|
|
|
-# One of the tests contains a bogus interpreter path on purpose.
|
|
|
-# Skip file dependency check
|
|
|
-SKIP_FILEDEPS:${PN}-ptest = '1'
|
|
|
-INSANE_SKIP:${PN}-ptest = "debug-deps"
|
|
|
-
|
|
|
-do_compile_ptest() {
|
|
|
- oe_runmake check
|
|
|
-}
|
|
|
-
|
|
|
-
|
|
|
-do_install_ptest() {
|
|
|
- chmod +x ${B}/tests/vg_regtest
|
|
|
-
|
|
|
- # The test application binaries are not automatically installed.
|
|
|
- # Grab them from the build directory.
|
|
|
- #
|
|
|
- # The regression tests require scripts and data files that are not
|
|
|
- # copied to the build directory. They must be copied from the
|
|
|
- # source directory.
|
|
|
- saved_dir=$PWD
|
|
|
- for parent_dir in ${S} ${B} ; do
|
|
|
- cd $parent_dir
|
|
|
-
|
|
|
- subdirs=" \
|
|
|
- .in_place \
|
|
|
- cachegrind/tests \
|
|
|
- callgrind/tests \
|
|
|
- dhat/tests \
|
|
|
- drd/tests \
|
|
|
- gdbserver_tests \
|
|
|
- helgrind/tests \
|
|
|
- lackey/tests \
|
|
|
- massif/tests \
|
|
|
- memcheck/tests \
|
|
|
- none/tests \
|
|
|
- tests \
|
|
|
- exp-bbv/tests \
|
|
|
- "
|
|
|
- # Get the vg test scripts, filters, and expected files
|
|
|
- for dir in $subdirs ; do
|
|
|
- find $dir | cpio -pvdu ${D}${PTEST_PATH}
|
|
|
- done
|
|
|
- cd $saved_dir
|
|
|
- done
|
|
|
-
|
|
|
- # The scripts reference config.h so add it to the top ptest dir.
|
|
|
- cp ${B}/config.h ${D}${PTEST_PATH}
|
|
|
- install -D ${UNPACKDIR}/remove-for-aarch64 ${D}${PTEST_PATH}
|
|
|
- install -D ${UNPACKDIR}/remove-for-all ${D}${PTEST_PATH}
|
|
|
- install -D ${UNPACKDIR}/taskset_nondeterministic_tests ${D}${PTEST_PATH}
|
|
|
-
|
|
|
- # Add an executable need by none/tests/bigcode
|
|
|
- mkdir ${D}${PTEST_PATH}/perf
|
|
|
- cp ${B}/perf/bigcode ${D}${PTEST_PATH}/perf
|
|
|
-
|
|
|
- # Add an executable needed by memcheck/tests/vcpu_bz2
|
|
|
- cp ${B}/perf/bz2 ${D}${PTEST_PATH}/perf
|
|
|
-
|
|
|
- # Make the ptest dir look like the top level valgrind src dir
|
|
|
- # This is checked by the gdbserver_tests/make_local_links script
|
|
|
- mkdir ${D}${PTEST_PATH}/coregrind
|
|
|
- cp ${B}/coregrind/vgdb ${D}${PTEST_PATH}/coregrind
|
|
|
-
|
|
|
- # Add an executable needed by massif tests
|
|
|
- cp ${B}/massif/ms_print ${D}${PTEST_PATH}/massif/ms_print
|
|
|
-
|
|
|
- find ${D}${PTEST_PATH} \
|
|
|
- \( \
|
|
|
- -name "Makefile*" \
|
|
|
- -o -name "*.o" \
|
|
|
- \) \
|
|
|
- -exec rm {} \;
|
|
|
-
|
|
|
- sed -i s:\.\./\.\./callgrind/callgrind_annotate:${bindir}/callgrind_annotate: ${D}${PTEST_PATH}/callgrind/tests/ann1.vgtest
|
|
|
- sed -i s:\.\./\.\./callgrind/callgrind_annotate:${bindir}/callgrind_annotate: ${D}${PTEST_PATH}/callgrind/tests/ann2.vgtest
|
|
|
-
|
|
|
- # point the expanded @abs_top_builddir@ of the host to PTEST_PATH
|
|
|
- sed -i s:${S}:${PTEST_PATH}:g \
|
|
|
- ${D}${PTEST_PATH}/memcheck/tests/linux/debuginfod-check.vgtest
|
|
|
-
|
|
|
- # handle multilib
|
|
|
- sed -i s:@libdir@:${libdir}:g ${D}${PTEST_PATH}/run-ptest
|
|
|
- sed -i s:@libexecdir@:${libexecdir}:g ${D}${PTEST_PATH}/run-ptest
|
|
|
- sed -i s:@bindir@:${bindir}:g ${D}${PTEST_PATH}/run-ptest
|
|
|
-
|
|
|
- # enable cachegrind ptests
|
|
|
- ln -s ${bindir}/cg_annotate ${D}/${PTEST_PATH}/cachegrind/cg_annotate
|
|
|
- ln -s ${bindir}/cg_diff ${D}/${PTEST_PATH}/cachegrind/cg_diff
|
|
|
- ln -s ${bindir}/cg_merge ${D}/${PTEST_PATH}/cachegrind/cg_merge
|
|
|
-
|
|
|
- # This test fails on the host as well, using both 3.15 and git master (as of Jan 24 2020)
|
|
|
- # https://bugs.kde.org/show_bug.cgi?id=402833
|
|
|
- rm ${D}${PTEST_PATH}/memcheck/tests/overlap.vgtest
|
|
|
-
|
|
|
- # This is known failure see https://bugs.kde.org/show_bug.cgi?id=435732
|
|
|
- rm ${D}${PTEST_PATH}/memcheck/tests/leak_cpp_interior.vgtest
|
|
|
-
|
|
|
- # https://bugs.kde.org/show_bug.cgi?id=445743
|
|
|
- rm ${D}${PTEST_PATH}/drd/tests/pth_mutex_signal
|
|
|
-
|
|
|
- # As the binary isn't stripped or debug-splitted, the source file isn't fetched
|
|
|
- # via dwarfsrcfiles either, so it needs to be installed manually.
|
|
|
- mkdir -p ${D}${TARGET_DBGSRC_DIR}/none/tests/
|
|
|
- install ${S}/none/tests/tls.c ${D}${TARGET_DBGSRC_DIR}/none/tests/
|
|
|
-}
|
|
|
-
|
|
|
-do_install_ptest:append:x86-64 () {
|
|
|
- # https://bugs.kde.org/show_bug.cgi?id=463456
|
|
|
- rm ${D}${PTEST_PATH}/memcheck/tests/origin6-fp.vgtest
|
|
|
- # https://bugs.kde.org/show_bug.cgi?id=463458
|
|
|
- rm ${D}${PTEST_PATH}/memcheck/tests/vcpu_fnfns.vgtest
|
|
|
- # https://bugs.kde.org/show_bug.cgi?id=463463
|
|
|
- rm ${D}${PTEST_PATH}/none/tests/amd64/fma.vgtest
|
|
|
-}
|
|
|
-
|
|
|
-# avoid stripping some generated binaries otherwise some of the tests will fail
|
|
|
-# run-strip-reloc.sh, run-strip-strmerge.sh and so on will fail
|
|
|
-INHIBIT_PACKAGE_STRIP_FILES += "\
|
|
|
- ${PKGD}${PTEST_PATH}/none/tests/tls \
|
|
|
- ${PKGD}${PTEST_PATH}/none/tests/tls.so \
|
|
|
- ${PKGD}${PTEST_PATH}/none/tests/tls2.so \
|
|
|
- ${PKGD}${PTEST_PATH}/helgrind/tests/tc09_bad_unlock \
|
|
|
- ${PKGD}${PTEST_PATH}/memcheck/tests/manuel1 \
|
|
|
- ${PKGD}${PTEST_PATH}/drd/tests/pth_detached3 \
|
|
|
-"
|