[oe-commits] [openembedded-core] 17/20: valgrind: Make ptest timestamps copasetic

git at git.openembedded.org git at git.openembedded.org
Tue May 21 12:08:21 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 531cea018fa440fc408e1e061794978a502ad4ba
Author: Randy MacLeod <Randy.MacLeod at windriver.com>
AuthorDate: Fri May 17 16:10:20 2019 -0400

    valgrind: Make ptest timestamps copasetic
    
    Avoid ptest failures due to .diffs such as
    cachegrind/tests/ann1.post.diff:
       @ Source file 'a.c' is more recent than input file 'cgout-test'.
       @ Annotations may not be correct.
    by using:
       touch a.c -r cgout-test
    
    Signed-off-by: Randy MacLeod <Randy.MacLeod at windriver.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-devtools/valgrind/valgrind_3.15.0.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-devtools/valgrind/valgrind_3.15.0.bb b/meta/recipes-devtools/valgrind/valgrind_3.15.0.bb
index ae3498f..2160fc9 100644
--- a/meta/recipes-devtools/valgrind/valgrind_3.15.0.bb
+++ b/meta/recipes-devtools/valgrind/valgrind_3.15.0.bb
@@ -168,6 +168,7 @@ do_install_ptest() {
         -o -name "*.h" \) \
         -exec rm {} \;
     mv ${D}${PTEST_PATH}/cachegrind/tests/a_c ${D}${PTEST_PATH}/cachegrind/tests/a.c
+    touch ${D}${PTEST_PATH}/cachegrind/tests/a.c -r ${D}${PTEST_PATH}/cachegrind/tests/cgout-test
 
     # find *_annotate in ${bindir} for yocto build
     sed -i s:\.\./\.\./cachegrind/cg_annotate:${bindir}/cg_annotate: ${D}${PTEST_PATH}/cachegrind/tests/ann1.vgtest

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list