Lines Matching full:valgrind
1 Notes on Valgrind
4 [Valgrind](https://valgrind.org/) is a test harness that includes many tools such as memcheck,
6 run by Valgrind is memcheck. There are [other tools available](https://valgrind.org/info/tools.html…
9 Valgrind runs programs in a virtual machine, this means OpenSSL unit
10 tests run under Valgrind will take longer than normal.
15 1. Platform supported by Valgrind
16 - See [Valgrind Supported Platforms](http://valgrind.org/info/platforms.html)
17 2. Valgrind installed on the platform
18 - See [Valgrind Current Releases](http://valgrind.org/downloads/current.html)
35 "$(/bin/pwd)/util/wrap.pl valgrind --error-exitcode=1 --leak-check=full -q"
37 This will start up Valgrind with the default checker (`memcheck`).
38 The `--error-exitcode=1` option specifies that Valgrind should exit with an
42 Additional Valgrind options may be added to the `EXE_SHELL` variable.
51 As of valgrind-3.15.0 on Linux/x86_64, instructions up to AVX2 are
57 processor and Valgrind version you are running tests on. More information
65 $ make test EXE_SHELL="$(/bin/pwd)/util/wrap.pl valgrind --error-exitcode=1 \
72 valgrind --error-exitcode=1 --leak-check=full -q" OPENSSL_ia32cap=":0"