From 6c979f3941d047670e3ce1c86815b12706254d50 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sun, 5 Feb 2023 15:32:17 +0000 Subject: [PATCH] valgrind: Workaround glibc upgrade The glibc upgrade regresses one of the valgrind tests. Disable it until we can resolve that. Signed-off-by: Richard Purdie --- meta/recipes-devtools/valgrind/valgrind/remove-for-all | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-devtools/valgrind/valgrind/remove-for-all b/meta/recipes-devtools/valgrind/valgrind/remove-for-all index a26837d297b..5d1e7ed1020 100644 --- a/meta/recipes-devtools/valgrind/valgrind/remove-for-all +++ b/meta/recipes-devtools/valgrind/valgrind/remove-for-all @@ -2,6 +2,7 @@ none/tests/amd64/fb_test_amd64 gdbserver_tests/hginfo memcheck/tests/supp_unknown helgrind/tests/tls_threads +helgrind/tests/pth_mempcpy_false_races drd/tests/bar_bad_xml drd/tests/pth_barrier_thr_cr drd/tests/std_thread2 -- 2.47.3