mirror of
https://git.yoctoproject.org/poky
synced 2026-01-30 05:18:43 +01:00
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>
This commit is contained in:
@@ -233,6 +233,9 @@ do_install_ptest() {
|
||||
# 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
|
||||
|
||||
# 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}/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR}/${BP}/none/tests/
|
||||
|
||||
Reference in New Issue
Block a user