diff options
author | Randy MacLeod <randy.macleod@windriver.com> | 2023-03-09 16:23:54 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-03-11 00:08:41 +0000 |
commit | 7c023a2f7c1398c662cf27cfe708619b2e352087 (patch) | |
tree | cbdb94d5b0af0ceb5dbb0d2cdba2ab28e6333be9 /meta/recipes-devtools/valgrind | |
parent | 5d5a4f31c88e364c89921e3439abc9233ff5861f (diff) | |
download | poky-7c023a2f7c1398c662cf27cfe708619b2e352087.tar.gz |
valgrind: Disable drd/tests/bar_bad ptest
This is failing intermettently in the YP autobuilder
so disable it until we can fix the root cause.
[YOCTO #14311]
(From OE-Core rev: 77d06aa41c40f8d78903cc499b3f6906a084699e)
Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.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-all | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/valgrind/valgrind/remove-for-all b/meta/recipes-devtools/valgrind/valgrind/remove-for-all index 5d1e7ed102..e26088f3b1 100644 --- a/meta/recipes-devtools/valgrind/valgrind/remove-for-all +++ b/meta/recipes-devtools/valgrind/valgrind/remove-for-all | |||
@@ -3,6 +3,7 @@ gdbserver_tests/hginfo | |||
3 | memcheck/tests/supp_unknown | 3 | memcheck/tests/supp_unknown |
4 | helgrind/tests/tls_threads | 4 | helgrind/tests/tls_threads |
5 | helgrind/tests/pth_mempcpy_false_races | 5 | helgrind/tests/pth_mempcpy_false_races |
6 | drd/tests/bar_bad | ||
6 | drd/tests/bar_bad_xml | 7 | drd/tests/bar_bad_xml |
7 | drd/tests/pth_barrier_thr_cr | 8 | drd/tests/pth_barrier_thr_cr |
8 | drd/tests/std_thread2 | 9 | drd/tests/std_thread2 |