]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
ptest-packagelists: remove valgrind
authorRandy MacLeod <Randy.MacLeod@windriver.com>
Tue, 4 Feb 2025 01:39:25 +0000 (20:39 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 5 Feb 2025 12:48:25 +0000 (12:48 +0000)
The valgrind-3.24 and glibc-2.41 update result in lots of valgrind ptests
failing. Remove all valgrind ptests until that can be fixed.

Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/distro/include/ptest-packagelists.inc

index e2a90c1c2ef139a1c1a37cc2099d49128861feaa..f3fdededf660aac63f4bf3464a73bc2660a21887 100644 (file)
@@ -126,17 +126,14 @@ PTESTS_SLOW = "\
     tcl \
     tcl8 \
     util-linux \
-    valgrind \
 "
 
 # python3 ptests hang on qemuriscv64
-PTESTS_SLOW:remove:riscv64 = "valgrind python3"
-PTESTS_PROBLEMS:append:riscv64 = " valgrind python3"
-PTESTS_SLOW:remove:riscv32 = "lttng-tools strace valgrind"
-PTESTS_PROBLEMS:append:riscv32 = " lttng-tools strace valgrind"
+PTESTS_SLOW:remove:riscv64 = "python3"
+PTESTS_PROBLEMS:append:riscv64 = " python3"
+PTESTS_SLOW:remove:riscv32 = "lttng-tools strace "
+PTESTS_PROBLEMS:append:riscv32 = " lttng-tools strace"
 PTESTS_SLOW:append:libc-musl = " libc-test"
-PTESTS_SLOW:remove:x86 = "valgrind"
-PTESTS_PROBLEMS:append:x86 = " valgrind"
 
 #    ruby \ # Timeout
 #    rt-tests \ # Needs to be checked whether it runs at all