[PATCH] valgrind: skip broken ptests for glibc 2.34
From: Tony Tascioglu <hidden>
Date: 2021-08-10 22:48:32
Subsystem:
the rest · Maintainer:
Linus Torvalds
Skip tests that are problematic for glibc-2.34. The list of problematic ptests was found by Richard after patching several to work with the new glibc version. https://bugzilla.yoctoproject.org/show_bug.cgi?id=14500 Signed-off-by: Tony Tascioglu <redacted> --- meta/recipes-devtools/valgrind/valgrind/remove-for-aarch64 | 5 +++++ meta/recipes-devtools/valgrind/valgrind/remove-for-all | 6 ++++++ 2 files changed, 11 insertions(+)
diff --git a/meta/recipes-devtools/valgrind/valgrind/remove-for-aarch64 b/meta/recipes-devtools/valgrind/valgrind/remove-for-aarch64
index b4fc8af333..a3c36ba383 100644
--- a/meta/recipes-devtools/valgrind/valgrind/remove-for-aarch64
+++ b/meta/recipes-devtools/valgrind/valgrind/remove-for-aarch64@@ -236,3 +236,8 @@ memcheck/tests/wrapmallocstatic memcheck/tests/writev1 memcheck/tests/xml1 memcheck/tests/linux/stack_changes +gdbserver_tests/hginfo +memcheck/tests/linux/timerfd-syscall +drd/tests/thread_name_xml +massif/tests/deep-D +
diff --git a/meta/recipes-devtools/valgrind/valgrind/remove-for-all b/meta/recipes-devtools/valgrind/valgrind/remove-for-all
index c3fc639066..917b0b581b 100644
--- a/meta/recipes-devtools/valgrind/valgrind/remove-for-all
+++ b/meta/recipes-devtools/valgrind/valgrind/remove-for-all@@ -1 +1,7 @@ none/tests/amd64/fb_test_amd64 +gdbserver_tests/hginfo +memcheck/tests/supp_unknown +helgrind/tests/tls_threads +drd/tests/bar_bad_xml +drd/tests/pth_barrier_thr_cr +
--
2.31.1