]> code.ossystems Code Review - openembedded-core.git/commit
valgrind: skip boost_thread for aarch64 ptests
authorRandy MacLeod <randy.macleod@windriver.com>
Thu, 30 Dec 2021 01:37:29 +0000 (17:37 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 4 Jan 2022 23:13:32 +0000 (23:13 +0000)
commit9a36983f9681f215aa2f59bfcb16343fe0a819cd
treeb608b8e1a3eea53063e5a282178960df7d06f4d9
parent9492cdc43b830ebf0d02ccaae342f33c826d8a01
valgrind: skip boost_thread for aarch64 ptests

The drd/tests/boost_thread test passes when run interactively on qemuarm64
but fails for most runs when run in qemu on an arm worker such as ubuntu1804-arm-1
from the Yocto autobuilder cluster. Skip the test until we fix the problem.

Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/valgrind/valgrind/remove-for-aarch64