diff options
author | Tony Tascioglu <tony.tascioglu@windriver.com> | 2021-06-11 08:02:48 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-06-12 08:38:29 +0100 |
commit | a71c3b390dc5d1de9047bbea8557f8939a7a8141 (patch) | |
tree | 20657eda63ca7d49632136830707fc4e7fe9132d /meta/recipes-devtools/valgrind | |
parent | d9e5152bd66f37774182a9d9d821997e11783ef1 (diff) | |
download | poky-a71c3b390dc5d1de9047bbea8557f8939a7a8141.tar.gz |
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.
(From OE-Core rev: 82d6411b80a46d8ec0258ca75c3c80dc6128d44e)
Signed-off-by: Tony Tascioglu <tony.tascioglu@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/valgrind')
-rw-r--r-- | meta/recipes-devtools/valgrind/valgrind/remove-for-aarch64 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/valgrind/valgrind/remove-for-aarch64 b/meta/recipes-devtools/valgrind/valgrind/remove-for-aarch64 index a3a0c6e50f..b4fc8af333 100644 --- a/meta/recipes-devtools/valgrind/valgrind/remove-for-aarch64 +++ b/meta/recipes-devtools/valgrind/valgrind/remove-for-aarch64 | |||
@@ -235,3 +235,4 @@ memcheck/tests/wrapmalloc | |||
235 | memcheck/tests/wrapmallocstatic | 235 | memcheck/tests/wrapmallocstatic |
236 | memcheck/tests/writev1 | 236 | memcheck/tests/writev1 |
237 | memcheck/tests/xml1 | 237 | memcheck/tests/xml1 |
238 | memcheck/tests/linux/stack_changes | ||