summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/valgrind/valgrind_3.18.1.bb8
1 files changed, 8 insertions, 0 deletions
diff --git a/meta/recipes-devtools/valgrind/valgrind_3.18.1.bb b/meta/recipes-devtools/valgrind/valgrind_3.18.1.bb
index 0c297ad6b9..2a1bf19da5 100644
--- a/meta/recipes-devtools/valgrind/valgrind_3.18.1.bb
+++ b/meta/recipes-devtools/valgrind/valgrind_3.18.1.bb
@@ -237,6 +237,14 @@ do_install_ptest() {
237 # This is known failure see https://bugs.kde.org/show_bug.cgi?id=435732 237 # This is known failure see https://bugs.kde.org/show_bug.cgi?id=435732
238 rm ${D}${PTEST_PATH}/memcheck/tests/leak_cpp_interior.vgtest 238 rm ${D}${PTEST_PATH}/memcheck/tests/leak_cpp_interior.vgtest
239 239
240 # This test fails consistently on the new valkyrie autobuilder cluster
241 # It tests the avx estimate instructions
242 # The estimate instructions (rcpss, rcpps, rsqrtps, rsqrtss) are, as the
243 # name suggests, not expected to give a fully accurate result. They may
244 # produce slighly different results on different CPU families because
245 # their results are not defined by the IEEE standard
246 rm ${D}${PTEST_PATH}/none/tests/amd64/avx_estimate_insn.vgtest
247
240 # As the binary isn't stripped or debug-splitted, the source file isn't fetched 248 # As the binary isn't stripped or debug-splitted, the source file isn't fetched
241 # via dwarfsrcfiles either, so it needs to be installed manually. 249 # via dwarfsrcfiles either, so it needs to be installed manually.
242 mkdir -p ${D}/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR}/${BP}/none/tests/ 250 mkdir -p ${D}/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR}/${BP}/none/tests/