]> code.ossystems Code Review - openembedded-core.git/commitdiff
valgrind: Remove reference to non-existent ptests
authorYi Fan Yu <yifan.yu@windriver.com>
Thu, 18 Feb 2021 21:43:28 +0000 (16:43 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 19 Feb 2021 10:59:57 +0000 (10:59 +0000)
exp-dhat:
commit 441bfc5f5 promoted exp-dhat to dhat

exp-sgcheck:
commit 40187fcd6 removed the exp-sgcheck tool.

Signed-off-by: Yi Fan Yu <yifan.yu@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/valgrind/valgrind/run-ptest
meta/recipes-devtools/valgrind/valgrind_3.16.1.bb

index 7217dfca5deb1a61d282b34c54e1455822952857..e8a1a668fc5b99e89a8baee9cfd0b5f528346932 100755 (executable)
@@ -12,7 +12,7 @@ VALGRIND_BIN=@bindir@/valgrind
 LOG="${VALGRIND_LIB}/ptest/valgrind_ptest_$(date +%Y%m%d-%H%M%S).log"
 
 TOOLS="memcheck cachegrind callgrind helgrind drd massif dhat lackey none"
-EXP_TOOLS="exp-bbv exp-dhat exp-sgcheck"
+EXP_TOOLS="exp-bbv"
 
 GDB_BIN=@bindir@/gdb
 cd ${VALGRIND_LIB}/ptest && ./gdbserver_tests/make_local_links ${GDB_BIN}
index fc070dec7862824f2ffdd1e269fe74007d6466e2..fb7713fe4825c8e665a1993f822021a9a2b01029 100644 (file)
@@ -175,8 +175,6 @@ do_install_ptest() {
           none/tests \
           tests \
           exp-bbv/tests \
-          exp-dhat/tests \
-          exp-sgcheck/tests \
        "
         # Get the vg test scripts, filters, and expected files
         for dir in $subdirs ; do