summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/valgrind
Commit message (Collapse)AuthorAgeFilesLines
* valgrind: Cover do_install_ptest bbappend under clang overrideKhem Raj2024-01-171-1/+1
| | | | | | This should fix the layer check runs. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* valgrind: Ignore some tests which fail with llvm/clang runtimeKhem Raj2024-01-121-0/+13
These tests could be fixed in valgrind if we did not treat linux == gcc assumption. On manual inspection, these tests are not really failing but clang based systems emit more information ( assembly file info in debug info) Signed-off-by: Khem Raj <raj.khem@gmail.com>