/freebsd/sys/contrib/libsodium/m4/ |
H A D | ax_valgrind_check.m4 | 19 # the value of the --enable-valgrind option, which defaults to being 21 # Valgrind tools can be disabled via --disable-valgrind-<tool>, the 30 # https://www.gnu.org/software/gnulib/manual/html_node/Running-self_002dtests-under-valgrind.ht… 45 # This results in a "check-valgrind" rule being added to any Makefile.am 47 # configured with --enable-valgrind). Running `make check-valgrind` in 51 # commandline with --enable-valgrind-sgcheck. The results for each check 55 # Alternatively, a "check-valgrind-$TOOL" rule will be added, for $TOOL in 83 dnl Check for --enable-valgrind 84 AC_ARG_ENABLE([valgrind], 85 …[AS_HELP_STRING([--enable-valgrind], [Whether to enable Valgrind on the unit tests (requires GNU m… [all …]
|
/freebsd/crypto/openssh/.github/ |
H A D | configs | 190 valgrind-[1-5]|valgrind-unit) 205 valgrind-1) 213 valgrind-2) 216 valgrind-3) 219 valgrind-4) 222 valgrind-5) 225 valgrind-unit)
|
H A D | setup_ci.sh | 149 valgrind*)
|
/freebsd/crypto/openssl/ |
H A D | NOTES-VALGRIND.md | 16 See <http://valgrind.org/info/platforms.html> 18 See <http://valgrind.org/downloads/current.html> 35 "`/bin/pwd`/util/wrap.pl valgrind --error-exitcode=1 --leak-check=full -q" 51 As of valgrind-3.15.0 on Linux/x86_64, instructions up to AVX2 are 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"
|
/freebsd/contrib/one-true-awk/ |
H A D | TODO | 16 3. Make the One True Awk valgrind clean. In particular add a 17 test suite target that runs valgrind on all the tests and
|
/freebsd/cddl/usr.sbin/zfsd/tests/ |
H A D | zfsd_unittest.supp | 34 # This is a valgrind suppression file used for running zfsd_unittest with 35 # valgrind. It suppress spurious errors generated by the googletest and 39 # valgrind --suppressions=$PWD/zfsd_unittest.supp ./zfsd_unittest
|
/freebsd/crypto/openssh/regress/ |
H A D | test-exec.sh | 196 rm -rf $OBJ/valgrind-out $OBJ/valgrind-vgdb 197 mkdir -p $OBJ/valgrind-out $OBJ/valgrind-vgdb 200 chmod 777 $OBJ/valgrind-out $OBJ/valgrind-vgdb 238 cat > $OBJ/valgrind-sftp-server.sh << EOF 242 chmod a+rx $OBJ/valgrind-sftp-server.sh
|
H A D | Makefile | 16 test "x${USE_VALGRIND}" = "x" || mkdir -p $(OBJ)/valgrind-out 296 V=${.CURDIR}/valgrind-unit.sh ; \
|
H A D | README.regress | 43 USE_VALGRIND: Run the tests under valgrind memory checker.
|
/freebsd/sys/contrib/zstd/ |
H A D | TESTING.md | 25 - Valgrind Test (`make -C tests valgrindTest`) (testing CLI and fuzzer under valgrind) 39 - ZlibWrapper tests, including under valgrind
|
/freebsd/contrib/sqlite3/tea/ |
H A D | Makefile.in | 176 VALGRIND = valgrind 265 valgrind: binaries libraries 471 .PHONY: gdb gdb-test valgrind valgrindshell
|
/freebsd/contrib/libxo/tests/ |
H A D | Makefile.am | 29 valgrind: target
|
/freebsd/crypto/heimdal/ |
H A D | Makefile.am | 54 cf/valgrind-suppressions \
|
H A D | Makefile.in | 438 cf/valgrind-suppressions \ 1082 check-valgrind:
|
/freebsd/sys/contrib/zstd/zlibWrapper/ |
H A D | Makefile | 70 valgrindTest: VALGRIND = LD_LIBRARY_PATH=$(ZSTDLIBDIR) valgrind --track-origins=yes --leak-check=fu…
|
/freebsd/contrib/byacc/ |
H A D | config_h.in | 102 /* "Define to 1 if you want to use valgrind for testing." */
|
/freebsd/contrib/libxo/tests/core/ |
H A D | Makefile.am | 85 valgrind: target
|
/freebsd/contrib/ncurses/misc/ |
H A D | ncurses.supp | 31 # This is a warning-suppression file for valgrind and ncurses.
|
/freebsd/contrib/libxo/tests/gettext/ |
H A D | Makefile.am | 68 valgrind: target
|
/freebsd/contrib/libcbor/doc/source/ |
H A D | development.rst | 100 - `Valgrind <http://valgrind.org/>`_ (memory correctness & profiling)
|
/freebsd/contrib/libcbor/ |
H A D | CMakeLists.txt | 106 set(CTEST_MEMORYCHECK_COMMAND "/usr/bin/valgrind")
|
/freebsd/contrib/bc/ |
H A D | configure | 180 printf ' -v, --enable-valgrind\n' 181 printf ' Enable a build appropriate for valgrind. For development only.\n' 879 # The development options are: force (force options even if they fail), valgrind 880 # (build in a way suitable for valgrind testing), memcheck (same as valgrind), 1081 enable-valgrind) vg=1 ;; 1098 enable-fuzz-mode* | enable-test-timing* | enable-valgrind*) 1234 # debug mode, so don't run valgrind without that. 1237 bc_test_exec='valgrind $(VALGRIND_ARGS) $(BC_EXEC)' 1238 dc_test_exec='valgrind [all...] |
H A D | configure.sh | 1081 enable-valgrind) vg=1 ;; 1098 enable-fuzz-mode* | enable-test-timing* | enable-valgrind*)
|
/freebsd/crypto/heimdal/include/ |
H A D | Makefile.in | 1117 env TESTS_ENVIRONMENT="$${tsrcdir}/cf/maybe-valgrind.sh -s $${tsrcdir} -o $${tobjdir}" make check
|
/freebsd/crypto/heimdal/etc/ |
H A D | Makefile.in | 695 check-valgrind:
|