diff options
author | Yi Fan Yu <yifan.yu@windriver.com> | 2021-04-20 16:13:15 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-04-23 10:12:10 +0100 |
commit | c707bf9f80bef1f56bc89552976d7054097c5b74 (patch) | |
tree | 9bc123a893ab26cc7cfe429196883b5d9cedcbd9 | |
parent | 223ef104364b66e483caa241e9902e29c627ab30 (diff) | |
download | poky-c707bf9f80bef1f56bc89552976d7054097c5b74.tar.gz |
valgrind: Enable drd/tests/bar_bad* ptest
Revert some of 7f7d2fa18267090891754d976cbc3e628324d3dd
Was not able to reproduce the reported non-deterministic failure.
(ran 20 times on qemux86-64 on a relatively isolated machine)
it might be related to the AB-INT issues,
but it seems to only affect ARM builders now.
Also no action taken by upstream valgrind to fix
https://bugs.kde.org/show_bug.cgi?id=430321
Let it run on AB to see if failure was fixed by uprev to 3.17.0.
if not, we can gather more data from the AB failure.
[YOCTO #14051]
(From OE-Core rev: c0ea23832a96352d8eeda5cebc9d37a22c5d5439)
Signed-off-by: Yi Fan Yu <yifan.yu@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/valgrind/valgrind/remove-for-aarch64 | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/valgrind/valgrind/remove-for-all | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/valgrind/valgrind/remove-for-aarch64 b/meta/recipes-devtools/valgrind/valgrind/remove-for-aarch64 index 93bfd45a4e..a3a0c6e50f 100644 --- a/meta/recipes-devtools/valgrind/valgrind/remove-for-aarch64 +++ b/meta/recipes-devtools/valgrind/valgrind/remove-for-aarch64 | |||
@@ -31,6 +31,8 @@ drd/tests/annotate_static | |||
31 | drd/tests/annotate_trace_memory | 31 | drd/tests/annotate_trace_memory |
32 | drd/tests/annotate_trace_memory_xml | 32 | drd/tests/annotate_trace_memory_xml |
33 | drd/tests/atomic_var | 33 | drd/tests/atomic_var |
34 | drd/tests/bar_bad | ||
35 | drd/tests/bar_bad_xml | ||
34 | drd/tests/bar_trivial | 36 | drd/tests/bar_trivial |
35 | drd/tests/bug-235681 | 37 | drd/tests/bug-235681 |
36 | drd/tests/bug322621 | 38 | drd/tests/bug322621 |
diff --git a/meta/recipes-devtools/valgrind/valgrind/remove-for-all b/meta/recipes-devtools/valgrind/valgrind/remove-for-all index d6a85c4735..e69de29bb2 100644 --- a/meta/recipes-devtools/valgrind/valgrind/remove-for-all +++ b/meta/recipes-devtools/valgrind/valgrind/remove-for-all | |||
@@ -1,2 +0,0 @@ | |||
1 | drd/tests/bar_bad | ||
2 | drd/tests/bar_bad_xml | ||