Home
last modified time | relevance | path

Searched refs:valgrind (Results 1 – 25 of 97) sorted by relevance

1234

/freebsd/sys/contrib/libsodium/m4/
H A Dax_valgrind_check.m419 # 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 Dconfigs190 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 Dsetup_ci.sh149 valgrind*)
/freebsd/crypto/openssl/
H A DNOTES-VALGRIND.md16 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 DTODO16 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 Dzfsd_unittest.supp34 # 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 Dtest-exec.sh196 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 DMakefile16 test "x${USE_VALGRIND}" = "x" || mkdir -p $(OBJ)/valgrind-out
296 V=${.CURDIR}/valgrind-unit.sh ; \
H A DREADME.regress43 USE_VALGRIND: Run the tests under valgrind memory checker.
/freebsd/sys/contrib/zstd/
H A DTESTING.md25 - Valgrind Test (`make -C tests valgrindTest`) (testing CLI and fuzzer under valgrind)
39 - ZlibWrapper tests, including under valgrind
/freebsd/contrib/sqlite3/tea/
H A DMakefile.in176 VALGRIND = valgrind
265 valgrind: binaries libraries
471 .PHONY: gdb gdb-test valgrind valgrindshell
/freebsd/contrib/libxo/tests/
H A DMakefile.am29 valgrind: target
/freebsd/crypto/heimdal/
H A DMakefile.am54 cf/valgrind-suppressions \
H A DMakefile.in438 cf/valgrind-suppressions \
1082 check-valgrind:
/freebsd/sys/contrib/zstd/zlibWrapper/
H A DMakefile70 valgrindTest: VALGRIND = LD_LIBRARY_PATH=$(ZSTDLIBDIR) valgrind --track-origins=yes --leak-check=fu…
/freebsd/contrib/byacc/
H A Dconfig_h.in102 /* "Define to 1 if you want to use valgrind for testing." */
/freebsd/contrib/libxo/tests/core/
H A DMakefile.am85 valgrind: target
/freebsd/contrib/ncurses/misc/
H A Dncurses.supp31 # This is a warning-suppression file for valgrind and ncurses.
/freebsd/contrib/libxo/tests/gettext/
H A DMakefile.am68 valgrind: target
/freebsd/contrib/libcbor/doc/source/
H A Ddevelopment.rst100 - `Valgrind <http://valgrind.org/>`_ (memory correctness & profiling)
/freebsd/contrib/libcbor/
H A DCMakeLists.txt106 set(CTEST_MEMORYCHECK_COMMAND "/usr/bin/valgrind")
/freebsd/contrib/bc/
H A Dconfigure180 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 Dconfigure.sh1081 enable-valgrind) vg=1 ;;
1098 enable-fuzz-mode* | enable-test-timing* | enable-valgrind*)
/freebsd/crypto/heimdal/include/
H A DMakefile.in1117 env TESTS_ENVIRONMENT="$${tsrcdir}/cf/maybe-valgrind.sh -s $${tsrcdir} -o $${tobjdir}" make check
/freebsd/crypto/heimdal/etc/
H A DMakefile.in695 check-valgrind:

1234