Re: Valgrind on arm64
- In reply to: Dmitry Salychev : "Re: Valgrind on arm64"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Mar 2024 18:57:08 UTC
On 14-03-24 15:17, Dmitry Salychev wrote: > > Paul, > > This is what I'm getting: > > == 701 tests, 4 stderr failures, 0 stdout failures, 0 stderrB failures, > 0 stdoutB failures, 9 post failures == > memcheck/tests/descr_belowsp (stderr) > memcheck/tests/manuel1 (stderr) > memcheck/tests/supp_unknown (stderr) > none/tests/socket_close (stderr) > > I've got less tests executed though. I'll try to find something else to > test, but this box is usually used for the DPAA2 drivers development, > i.e. nothing specific is installed there. Hi Dmitry There are tests that depend on various things like CPU features detected and whether the mqueuefs + sctp modules have been loaded. The biggest dependency is on gdb - 23 of them. Otherwise that looks a lot like what I get on my RPi 5. A+ Paul