From: <Randy.MacLeod@windriver.com>
To: <openembedded-core@lists.openembedded.org>
Cc: <alex.kanavin@gmail.com>, <raj.khem@gmail.com>,
<mathieu.dubois-briand@bootlin.com>
Subject: [PATCH 3/3] ptest-packagelists: remove valgrind
Date: Mon, 3 Feb 2025 20:39:25 -0500 [thread overview]
Message-ID: <20250204013925.2005184-3-Randy.MacLeod@windriver.com> (raw)
In-Reply-To: <20250204013925.2005184-1-Randy.MacLeod@windriver.com>
From: Randy MacLeod <Randy.MacLeod@windriver.com>
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>
---
meta/conf/distro/include/ptest-packagelists.inc | 11 ++++-------
1 file 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 = "\
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
--
2.34.1
next prev parent reply other threads:[~2025-02-04 1:39 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-04 1:39 [PATCH 1/3] valgrind: update 3.23.0 -> 3.24.0 (ptest fails, vg_regtest needs rebase) Randy.MacLeod
2025-02-04 1:39 ` [PATCH 2/3] valgrind: disable ptests Randy.MacLeod
2025-02-04 1:39 ` Randy.MacLeod [this message]
2025-02-04 4:20 ` [PATCH 3/3] ptest-packagelists: remove valgrind Khem Raj
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250204013925.2005184-3-Randy.MacLeod@windriver.com \
--to=randy.macleod@windriver.com \
--cc=alex.kanavin@gmail.com \
--cc=mathieu.dubois-briand@bootlin.com \
--cc=openembedded-core@lists.openembedded.org \
--cc=raj.khem@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.