All of lore.kernel.org
 help / color / mirror / Atom feed
From: Randy MacLeod <Randy.MacLeod@windriver.com>
To: <openembedded-core@lists.openembedded.org>
Subject: [PATCH 3/5] valgrind: update the ptest subdirs list
Date: Mon, 13 May 2019 23:57:14 -0400	[thread overview]
Message-ID: <20190514035716.27376-3-Randy.MacLeod@windriver.com> (raw)
In-Reply-To: <20190514035716.27376-1-Randy.MacLeod@windriver.com>

Split the list into one directory per line.
Sort the list alphabetically.
Add the gdbserver_tests directory to get the 'gone' executable
which is needed by:
    memcheck/tests/gone_abrt_xml.vgtest

Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com>
---
 meta/recipes-devtools/valgrind/valgrind_3.15.0.bb | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/valgrind/valgrind_3.15.0.bb b/meta/recipes-devtools/valgrind/valgrind_3.15.0.bb
index b72f4d76ee..4c5a4b3c70 100644
--- a/meta/recipes-devtools/valgrind/valgrind_3.15.0.bb
+++ b/meta/recipes-devtools/valgrind/valgrind_3.15.0.bb
@@ -139,7 +139,17 @@ do_install_ptest() {
         # exclude shell or the package won't install
         rm -rf none/tests/shell* 2>/dev/null
 
-        subdirs="tests cachegrind/tests callgrind/tests drd/tests helgrind/tests massif/tests memcheck/tests none/tests"
+        subdirs=" \
+	   cachegrind/tests \
+	   callgrind/tests \
+	   drd/tests \
+	   gdbserver_tests \
+	   helgrind/tests \
+	   massif/tests \
+	   memcheck/tests \
+	   none/tests \
+	   tests \
+	"
 
         # Get the vg test scripts, filters, and expected files
         for dir in $subdirs ; do
-- 
2.17.0



  parent reply	other threads:[~2019-05-14  3:57 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-14  3:57 [PATCH 1/5] valgrind: fix vg_regtest return code Randy MacLeod
2019-05-14  3:57 ` [PATCH 2/5] valgrind: do not strip the package or ptests Randy MacLeod
2019-05-14 14:08   ` Richard Purdie
2019-05-14 17:54     ` Randy MacLeod
2019-05-14 21:32       ` richard.purdie
2019-05-14 21:42         ` Randy MacLeod
2019-05-14 21:46           ` richard.purdie
2019-05-15  2:22             ` Randy MacLeod
2019-05-15 19:11               ` Randy MacLeod
2019-05-20 21:15                 ` Khem Raj
2019-05-15  1:17           ` Mittal, Anuj
2019-05-20 20:52     ` Khem Raj
2019-05-14 16:44   ` Burton, Ross
2019-05-14  3:57 ` Randy MacLeod [this message]
2019-05-14  3:57 ` [PATCH 4/5] valgrind: adjust test filters and expected output Randy MacLeod
2019-05-14  3:57 ` [PATCH 5/5] valgrind: fix call/cachegrind ptests Randy MacLeod

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=20190514035716.27376-3-Randy.MacLeod@windriver.com \
    --to=randy.macleod@windriver.com \
    --cc=openembedded-core@lists.openembedded.org \
    /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.