summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/valgrind/valgrind_3.16.1.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2020-12-14 10:10:39 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-12-18 22:52:24 +0000
commitc4c6bb89cfd083a294a5f760f9b8542b1d5e6715 (patch)
tree6fcd06f6505f244b7efdbf2c4a1c23096a27ebdc /meta/recipes-devtools/valgrind/valgrind_3.16.1.bb
parentcd8f510a183d9c81f67a56fe0580cd474d189297 (diff)
downloadpoky-c4c6bb89cfd083a294a5f760f9b8542b1d5e6715.tar.gz
valgrind: exclude bar_bad/bar_bad_xml from ptests
The tests' output is non-deterministic and sometimes doesn't match the sample output. This has been reported at https://bugs.kde.org/show_bug.cgi?id=430321 (see also an earlier related bug https://bugs.kde.org/show_bug.cgi?id=358213) Until upstream figures out how to fix this, let's not run the tests. (From OE-Core rev: 7f7d2fa18267090891754d976cbc3e628324d3dd) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/valgrind/valgrind_3.16.1.bb')
-rw-r--r--meta/recipes-devtools/valgrind/valgrind_3.16.1.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/valgrind/valgrind_3.16.1.bb b/meta/recipes-devtools/valgrind/valgrind_3.16.1.bb
index 5db181ac14..25fa58249c 100644
--- a/meta/recipes-devtools/valgrind/valgrind_3.16.1.bb
+++ b/meta/recipes-devtools/valgrind/valgrind_3.16.1.bb
@@ -16,6 +16,7 @@ SRC_URI = "https://sourceware.org/pub/valgrind/valgrind-${PV}.tar.bz2 \
16 file://Added-support-for-PPC-instructions-mfatbu-mfatbl.patch \ 16 file://Added-support-for-PPC-instructions-mfatbu-mfatbl.patch \
17 file://run-ptest \ 17 file://run-ptest \
18 file://remove-for-aarch64 \ 18 file://remove-for-aarch64 \
19 file://remove-for-all \
19 file://0004-Fix-out-of-tree-builds.patch \ 20 file://0004-Fix-out-of-tree-builds.patch \
20 file://0005-Modify-vg_test-wrapper-to-support-PTEST-formats.patch \ 21 file://0005-Modify-vg_test-wrapper-to-support-PTEST-formats.patch \
21 file://0001-Remove-tests-that-fail-to-build-on-some-PPC32-config.patch \ 22 file://0001-Remove-tests-that-fail-to-build-on-some-PPC32-config.patch \
@@ -186,6 +187,7 @@ do_install_ptest() {
186 # The scripts reference config.h so add it to the top ptest dir. 187 # The scripts reference config.h so add it to the top ptest dir.
187 cp ${B}/config.h ${D}${PTEST_PATH} 188 cp ${B}/config.h ${D}${PTEST_PATH}
188 install -D ${WORKDIR}/remove-for-aarch64 ${D}${PTEST_PATH} 189 install -D ${WORKDIR}/remove-for-aarch64 ${D}${PTEST_PATH}
190 install -D ${WORKDIR}/remove-for-all ${D}${PTEST_PATH}
189 191
190 # Add an executable need by none/tests/bigcode 192 # Add an executable need by none/tests/bigcode
191 mkdir ${D}${PTEST_PATH}/perf 193 mkdir ${D}${PTEST_PATH}/perf