summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorRandy MacLeod <Randy.MacLeod@windriver.com>2025-02-03 20:39:25 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-02-05 12:49:56 +0000
commit2673221ea58884817104f4e72f6a35a641e5650e (patch)
tree258cca4919335a5db8fffb2f2339fda659417460 /meta/conf
parent2b62eb2c586594d732bc46d4e95842177e8d14d0 (diff)
downloadpoky-2673221ea58884817104f4e72f6a35a641e5650e.tar.gz
ptest-packagelists: remove valgrind
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. (From OE-Core rev: 98d5a6a68e9e7df671e40480faed48ab2114dd7f) Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/distro/include/ptest-packagelists.inc11
1 files changed, 4 insertions, 7 deletions
diff --git a/meta/conf/distro/include/ptest-packagelists.inc b/meta/conf/distro/include/ptest-packagelists.inc
index e2a90c1c2e..f3fdededf6 100644
--- a/meta/conf/distro/include/ptest-packagelists.inc
+++ b/meta/conf/distro/include/ptest-packagelists.inc
@@ -126,17 +126,14 @@ PTESTS_SLOW = "\
126 tcl \ 126 tcl \
127 tcl8 \ 127 tcl8 \
128 util-linux \ 128 util-linux \
129 valgrind \
130" 129"
131 130
132# python3 ptests hang on qemuriscv64 131# python3 ptests hang on qemuriscv64
133PTESTS_SLOW:remove:riscv64 = "valgrind python3" 132PTESTS_SLOW:remove:riscv64 = "python3"
134PTESTS_PROBLEMS:append:riscv64 = " valgrind python3" 133PTESTS_PROBLEMS:append:riscv64 = " python3"
135PTESTS_SLOW:remove:riscv32 = "lttng-tools strace valgrind" 134PTESTS_SLOW:remove:riscv32 = "lttng-tools strace "
136PTESTS_PROBLEMS:append:riscv32 = " lttng-tools strace valgrind" 135PTESTS_PROBLEMS:append:riscv32 = " lttng-tools strace"
137PTESTS_SLOW:append:libc-musl = " libc-test" 136PTESTS_SLOW:append:libc-musl = " libc-test"
138PTESTS_SLOW:remove:x86 = "valgrind"
139PTESTS_PROBLEMS:append:x86 = " valgrind"
140 137
141# ruby \ # Timeout 138# ruby \ # Timeout
142# rt-tests \ # Needs to be checked whether it runs at all 139# rt-tests \ # Needs to be checked whether it runs at all