diff options
author | Randy MacLeod <Randy.MacLeod@windriver.com> | 2019-05-13 23:57:15 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-05-15 17:53:29 +0100 |
commit | 5ee06716de105456911419fb33031783c3cf8643 (patch) | |
tree | b8006fd25ca7354c60c38f562133680523515572 /meta/recipes-devtools/valgrind/valgrind_3.15.0.bb | |
parent | ac087b259e78163863ca35bfe150ee297aa8ff5b (diff) | |
download | poky-5ee06716de105456911419fb33031783c3cf8643.tar.gz |
valgrind: adjust test filters and expected output
Skip two filters in filter_xml_frames since they
are intended to filter filesystem paths under '/usr' that
vary from platform to platform. In the ptest case
for Yocto's valgrind, the ptest executables are placed under:
/usr/lib/valgrind/ptest
and if these frames are filtered out, then several 'drd' tests fail
the comparision between expected and actual output.
Also adjust the std_list expected output to agree with that
produced when the --yocto-ptest option to vg_regtest is used.
(From OE-Core rev: 38cc663b69ec96ae1470f040f7dcb05e816deb2e)
Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/valgrind/valgrind_3.15.0.bb')
-rw-r--r-- | meta/recipes-devtools/valgrind/valgrind_3.15.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/valgrind/valgrind_3.15.0.bb b/meta/recipes-devtools/valgrind/valgrind_3.15.0.bb index 5f95b5a740..4ab2952fde 100644 --- a/meta/recipes-devtools/valgrind/valgrind_3.15.0.bb +++ b/meta/recipes-devtools/valgrind/valgrind_3.15.0.bb | |||
@@ -37,6 +37,8 @@ SRC_URI = "https://sourceware.org/pub/valgrind/valgrind-${PV}.tar.bz2 \ | |||
37 | file://0001-Guard-against-__GLIBC_PREREQ-for-musl-libc.patch \ | 37 | file://0001-Guard-against-__GLIBC_PREREQ-for-musl-libc.patch \ |
38 | file://0001-Make-local-functions-static-to-avoid-assembler-error.patch \ | 38 | file://0001-Make-local-functions-static-to-avoid-assembler-error.patch \ |
39 | file://0001-Return-a-valid-exit_code-from-vg_regtest.patch \ | 39 | file://0001-Return-a-valid-exit_code-from-vg_regtest.patch \ |
40 | file://0001-valgrind-filter_xml_frames-do-not-filter-usr.patch \ | ||
41 | file://0002-valgrind-adjust-std_list-expected-output.patch \ | ||
40 | " | 42 | " |
41 | SRC_URI[md5sum] = "46e5fbdcbc3502a5976a317a0860a975" | 43 | SRC_URI[md5sum] = "46e5fbdcbc3502a5976a317a0860a975" |
42 | SRC_URI[sha256sum] = "417c7a9da8f60dd05698b3a7bc6002e4ef996f14c13f0ff96679a16873e78ab1" | 44 | SRC_URI[sha256sum] = "417c7a9da8f60dd05698b3a7bc6002e4ef996f14c13f0ff96679a16873e78ab1" |