]> code.ossystems Code Review - openembedded-core.git/commit
valgrind: integration of regression tests to ptest
authorDave Lerner <dave.lerner@windriver.com>
Sat, 15 Feb 2014 15:27:31 +0000 (09:27 -0600)
committerSaul Wold <sgw@linux.intel.com>
Fri, 21 Feb 2014 04:06:22 +0000 (20:06 -0800)
commitd4438e421f448cdb7e25c038d657bbebc1b6486e
tree87433e9b5b32f527a6493aa7c8e4356bb997765f
parent43ac6e3216c5d985d6f90a28e727e397df616267
valgrind: integration of regression tests to ptest

Modifies valgrind's regression test framework to be compatible
with the yocto PTEST framework as follows:
 * existing recipe valgrind*bb adds new methods: do_compile_ptest and
   do_install_ptest.
 * new file run-ptest adds the wrapper interface to the valgrind
   regression test script vg_regtest.
 * existing valgrind regression test script 'vg_regtest' changes
   to report the status of the valgrind component tests in the
   format that PTEST expects, instead of the valgrind formats, but only
   when vg_regtest is invoked with an optional --yocto-ptest argument
 * four new patches disable building tests that don't compile with
   the yocto compiler and default options. See the patches for details.

Signed-off-by: Dave Lerner <dave.lerner@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-devtools/valgrind/valgrind/add-ptest.patch [new file with mode: 0644]
meta/recipes-devtools/valgrind/valgrind/force-nostabs.patch [new file with mode: 0644]
meta/recipes-devtools/valgrind/valgrind/remove-arm-variant-specific.patch [new file with mode: 0644]
meta/recipes-devtools/valgrind/valgrind/remove-ppc-tests-failing-build.patch [new file with mode: 0644]
meta/recipes-devtools/valgrind/valgrind/run-ptest [new file with mode: 0755]
meta/recipes-devtools/valgrind/valgrind_3.9.0.bb