]> code.ossystems Code Review - openembedded-core.git/commitdiff
valgrind: remove buggy ptest from arm64
authorTony Tascioglu <tony.tascioglu@windriver.com>
Fri, 11 Jun 2021 12:02:48 +0000 (08:02 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 12 Jun 2021 07:37:54 +0000 (08:37 +0100)
This commit removes the stack_changes ptest from aarch64 devices.
This test is buggy and fails almost 100% of the time in qemuarm64.
In general, many of the valgrind tests are more likely to fail on
qemuarm64 vs native x86_64.

This test previously worked on gatesgarth and dunfell, but has
been failing since hardknott. It might be due to a recent change
in the cross-compiler or glibc.
The test runs fine when running natively on arm on a Raspberry Pi.

Until we can find the root cause for the failures, this shorter
term solution should clear up some of the noise from the autobuilder
from a known failure.

Signed-off-by: Tony Tascioglu <tony.tascioglu@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/valgrind/valgrind/remove-for-aarch64

index a3a0c6e50f8c41c54816cf40c23c58a356e233ac..b4fc8af333e6e5862880a0330e429e29e5e26468 100644 (file)
@@ -235,3 +235,4 @@ memcheck/tests/wrapmalloc
 memcheck/tests/wrapmallocstatic
 memcheck/tests/writev1
 memcheck/tests/xml1
+memcheck/tests/linux/stack_changes