diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-05-01 10:46:58 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-05-02 23:21:42 +0100 |
commit | 984ffe3ab4b7857b6201494cd77f2261bfc6d050 (patch) | |
tree | b54acc71774b718d49714b5de4920f8f73aa0f02 /meta/recipes-devtools/valgrind | |
parent | 3ca350ebe741cbc60b587120a1488915fa941837 (diff) | |
download | poky-984ffe3ab4b7857b6201494cd77f2261bfc6d050.tar.gz |
valgrind: Disable leak_cpp_interior test
This test is known to fail and especially is prominent with GCC-11
where stdc++17 is enabled by default
(From OE-Core rev: 7f549d7c1f0a3f3cf312ebe00ce8cfc0e787bf15)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/valgrind')
-rw-r--r-- | meta/recipes-devtools/valgrind/valgrind_3.17.0.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-devtools/valgrind/valgrind_3.17.0.bb b/meta/recipes-devtools/valgrind/valgrind_3.17.0.bb index 4eb948f2db..ebbd83dd3f 100644 --- a/meta/recipes-devtools/valgrind/valgrind_3.17.0.bb +++ b/meta/recipes-devtools/valgrind/valgrind_3.17.0.bb | |||
@@ -233,6 +233,9 @@ do_install_ptest() { | |||
233 | # https://bugs.kde.org/show_bug.cgi?id=402833 | 233 | # https://bugs.kde.org/show_bug.cgi?id=402833 |
234 | rm ${D}${PTEST_PATH}/memcheck/tests/overlap.vgtest | 234 | rm ${D}${PTEST_PATH}/memcheck/tests/overlap.vgtest |
235 | 235 | ||
236 | # This is known failure see https://bugs.kde.org/show_bug.cgi?id=435732 | ||
237 | rm ${D}${PTEST_PATH}/memcheck/tests/leak_cpp_interior.vgtest | ||
238 | |||
236 | # As the binary isn't stripped or debug-splitted, the source file isn't fetched | 239 | # As the binary isn't stripped or debug-splitted, the source file isn't fetched |
237 | # via dwarfsrcfiles either, so it needs to be installed manually. | 240 | # via dwarfsrcfiles either, so it needs to be installed manually. |
238 | mkdir -p ${D}/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR}/${BP}/none/tests/ | 241 | mkdir -p ${D}/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR}/${BP}/none/tests/ |