diff options
author | Randy MacLeod <randy.macleod@windriver.com> | 2022-12-22 14:17:53 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-01-06 17:33:19 +0000 |
commit | f1d73f038d9521040614af16e6d68041dc8e5495 (patch) | |
tree | cfa24b2447af8ffe912994fb2bdda02f286b8d0b | |
parent | 53c5d0b7243b0283fbdb786a846336603f10f81e (diff) | |
download | poky-f1d73f038d9521040614af16e6d68041dc8e5495.tar.gz |
valgrind: skip the boost_thread test on arm
This test is failing on the arm workers only so skip there until the issue
can be worked on and resolved. The bug #14311 will remain open for tracking.
(From OE-Core rev: 69a99411a286e4ba40fb68d6308d996b6af6608b)
Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit d98deec9e4aed9e05343d2758f3a3892e2044616)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 887bfd2766..432dcc916c 100644 --- a/meta/recipes-devtools/valgrind/valgrind/remove-for-aarch64 +++ b/meta/recipes-devtools/valgrind/valgrind/remove-for-aarch64 | |||
@@ -1,3 +1,4 @@ | |||
1 | drd/tests/boost_thread | ||
1 | gdbserver_tests/hgtls | 2 | gdbserver_tests/hgtls |
2 | cachegrind/tests/ann1 | 3 | cachegrind/tests/ann1 |
3 | callgrind/tests/simwork1 | 4 | callgrind/tests/simwork1 |