]> code.ossystems Code Review - openembedded-core.git/commit
valgrind: Actually install list of non-deterministic ptests
authorTony Tascioglu <tony.tascioglu@windriver.com>
Tue, 15 Jun 2021 14:53:12 +0000 (10:53 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 17 Jun 2021 12:41:56 +0000 (13:41 +0100)
commit3d23985d0d653844863ed513d75d93a36359992f
tree7d535479245889035a7d9225f853b61f1412ca22
parentb903f250a7bbf04d5853f537b7565a80fb7ce1f3
valgrind: Actually install list of non-deterministic ptests

Install list of non-deterministic threaded ptests to be run using taskset
to force them to a single core. This commit works with b318944d7, which
updated the testing script to run the non-deterministic tests separately
but didn't install the list of tests, so these tests were being run
without taskset.

The taskset_nondeterministic_tests file is the list of tests that will
be run separately with taskset, and ignored during the other tests. This
is installed to /usr/lib/valgrind/ptest similar to the 2 existing lists
for tests to skip on ARM and all architectures.

Removed bar_bad and bar_bad_xml to be included separately as they cause
issues on non-kvm QEMU instances.

See:
   b318944dd7 valgrind: Improve non-deterministic ptest reliability
for more info.

Signed-off-by: Tony Tascioglu <tony.tascioglu@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/valgrind/valgrind/run-ptest
meta/recipes-devtools/valgrind/valgrind/taskset_nondeterministic_tests
meta/recipes-devtools/valgrind/valgrind_3.17.0.bb