mirror of
https://git.yoctoproject.org/poky
synced 2026-05-01 06:32:11 +02:00
valgrind: disable tests that started failing after switching to x86-64-v3 target
(From OE-Core rev: 15f2b1f5295474d05f7af93d3d1009bb547dee35) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
ba0326071e
commit
aab77c7aec
@@ -242,6 +242,15 @@ do_install_ptest() {
|
||||
install ${S}/none/tests/tls.c ${D}/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR}/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 += "\
|
||||
|
||||
Reference in New Issue
Block a user