]> code.ossystems Code Review - openembedded-core.git/commit
valgrind: remove buggy ptest from arm64
authorTony Tascioglu <tony.tascioglu@windriver.com>
Fri, 11 Jun 2021 12:02:48 +0000 (08:02 -0400)
committerAnuj Mittal <anuj.mittal@intel.com>
Tue, 22 Jun 2021 03:19:38 +0000 (11:19 +0800)
commit731d0e9c6921a3ac82e5172e5c7a6088e80243ef
tree89afe356c51ec5889ee7aeca34743d0f3a3481fc
parent1008b02ae998324960e6192a308319d80a84d06b
valgrind: remove buggy ptest from arm64

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>
(cherry picked from commit 82d6411b80a46d8ec0258ca75c3c80dc6128d44e)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
meta/recipes-devtools/valgrind/valgrind/remove-for-aarch64