Home
last modified time | relevance | path

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

123456789

/netbsd-src/sys/external/isc/libsodium/dist/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 …]
/netbsd-src/external/lgpl3/mpc/dist/m4/
H A Dvalgrind-tests.m41 # valgrind-tests.m4 serial 3
12 # Check if valgrind is available, and set VALGRIND to it if available.
15 # Run self-tests under valgrind?
17 AC_CHECK_PROGS(VALGRIND, valgrind)
22 AC_MSG_CHECKING([whether valgrind is working])
26 AC_DEFINE([MPC_USE_VALGRIND], 1, [Use valgrind for make check])
28 AC_MSG_CHECKING([for valgrind suppression file])
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dconfigure.ac141 Flags are: misc,valgrind or other strings])],
160 valgrind) ac_valgrind_checking=1 ;;
181 [Define if you want to workaround valgrind (a memory checker) warnings about
209 AC_ARG_ENABLE(valgrind-annotations,
210 [AS_HELP_STRING([--enable-valgrind-annotations],
211 [enable valgrind runtime interaction])], [],
218 AC_MSG_ERROR([*** Can't find valgrind/memcheck.h, memcheck.h or valgrind.h])
221 [Define to get calls to the valgrind runtime enabled.])
/netbsd-src/crypto/external/bsd/heimdal/dist/cf/
H A Dmaybe-valgrind.sh59 valgrind="valgrind --leak-check=full --quiet -q --num-callers=30 --suppressions=${tsrcdir}/cf/valgr…
65 valgrind=
68 exec $libtool $valgrind "$@"
/netbsd-src/crypto/external/bsd/openssl/dist/
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"
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dconfigure.ac150 Flags are: misc,valgrind or other strings])],
169 valgrind) ac_valgrind_checking=1 ;;
190 [Define if you want to workaround valgrind (a memory checker) warnings about
229 AC_ARG_ENABLE(valgrind-annotations,
230 [AS_HELP_STRING([--enable-valgrind-annotations],
231 [enable valgrind runtime interaction])], [],
238 AC_MSG_ERROR([*** Can't find valgrind/memcheck.h, memcheck.h or valgrind.h])
241 [Define to get calls to the valgrind runtime enabled.])
/netbsd-src/external/bsd/unbound/dist/testdata/03-testbound.tdir/
H A D03-testbound.test20 # valgrind mode for debug
22 # if test -x "`which valgrind`"; then
29 echo "valgrind yes"
31 if (valgrind $VALGRIND_FLAGS $PRE/testbound -s >tmpout 2>&1;); then
117 if (valgrind $VALGRIND_FLAGS $PRE/testbound -p $input >tmpout 2>&1;); then
140 # do valgrind=no
/netbsd-src/external/gpl2/gmake/dist/tests/
H A Drun_make_tests.pl30 $valgrind = 0; # invoke make with valgrind
57 $valgrind = 1;
149 if ($valgrind) {
330 if ($valgrind) {
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/internals/
H A Dindex.rst134 Running under valgrind
139 code under `valgrind <https://valgrind.org>`_,
141 `memcheck <https://valgrind.org/docs/manual/mc-manual.html>`_
144 <https://valgrind.org/docs/manual/mc-manual.html#opt.leak-check>`_.
146 It automatically parses the output from valgrind, injecting XFAIL results if
148 is saved to ``TESTNAME.exe.valgrind.txt``.
151 ``test-sum-of-squares.c`` under valgrind, showing an issue:
159 (...verbose log contains detailed valgrind errors, if any...)
168 …XFAIL: jit.dg/test-sum-of-squares.c: test-sum-of-squares.c.exe.valgrind.txt: definitely lost: 8 by…
169 …XFAIL: jit.dg/test-sum-of-squares.c: test-sum-of-squares.c.exe.valgrind.txt: unsuppressed errors: 1
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/internals/
H A Dindex.rst134 Running under valgrind
139 code under `valgrind <http://valgrind.org>`_,
141 `memcheck <http://valgrind.org/docs/manual/mc-manual.html>`_
144 <http://valgrind.org/docs/manual/mc-manual.html#opt.leak-check>`_.
146 It automatically parses the output from valgrind, injecting XFAIL results if
148 is saved to ``TESTNAME.exe.valgrind.txt``.
151 ``test-sum-of-squares.c`` under valgrind, showing an issue:
159 (...verbose log contains detailed valgrind errors, if any...)
168 …XFAIL: jit.dg/test-sum-of-squares.c: test-sum-of-squares.c.exe.valgrind.txt: definitely lost: 8 by…
169 …XFAIL: jit.dg/test-sum-of-squares.c: test-sum-of-squares.c.exe.valgrind.txt: unsuppressed errors: 1
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/utils/valgrind/
H A Dx86_64-pc-linux-gnu.supp9 # http://svn.python.org/projects/python/trunk/Misc/README.valgrind
77 suppress optimized strcasecmp, to be fixed in valgrind 3.6.1
83 suppress optimized strcasecmp, to be fixed in valgrind 3.6.1
H A Di386-pc-linux-gnu.supp10 # http://svn.python.org/projects/python/trunk/Misc/README.valgrind
/netbsd-src/external/bsd/unbound/dist/testdata/02-unittest.tdir/
H A D02-unittest.test20 echo "valgrind yes"
23 if (cd $PRE; valgrind $VALGRIND_FLAGS ./unittest >$tmpout 2>&1); then
47 # without valgrind
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A DMake-lang.in138 # Convenience methods for running C selftests under valgrind:
139 .PHONY: selftest-c-valgrind
140 selftest-c-valgrind: $(C_SELFTEST_DEPS)
142 -wrapper valgrind,--leak-check=full
144 .PHONY: selftest-valgrind
145 selftest-valgrind: selftest-c-valgrind
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A DMake-lang.in142 # Convenience methods for running C selftests under valgrind:
143 .PHONY: selftest-c-valgrind
144 selftest-c-valgrind: $(C_SELFTEST_DEPS)
146 -wrapper valgrind,--leak-check=full
148 .PHONY: selftest-valgrind
149 selftest-valgrind: selftest-c-valgrind
/netbsd-src/external/mpl/dhcp/dist/doc/devel/
H A Dqa.dox84 @section valgrind Memory correctness using valgrind
86 <a href="http://valgrind.org/">Valgrind</a> is a powerful tool for dynamic code
90 frees and similar errors. We currently do not use valgrind in ISC DHCP testing,
/netbsd-src/crypto/external/bsd/heimdal/dist/
H A DMakefile.am55 cf/valgrind-suppressions \
56 cf/maybe-valgrind.sh \
/netbsd-src/external/lgpl3/mpc/dist/
H A Dconfigure.ac88 AC_ARG_ENABLE([valgrind-tests],
89 [AS_HELP_STRING([--enable-valgrind-tests],
90 [run checks through valgrind (default = no)])],
94 *) AC_MSG_ERROR([Bad value for --enable-valgrind-tests: Use yes or no]) ;;
/netbsd-src/external/public-domain/sqlite/dist/tea/
H A DMakefile.in176 VALGRIND = valgrind
265 valgrind: binaries libraries
471 .PHONY: gdb gdb-test valgrind valgrindshell
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
H A Dallocsa.valgrind1 # Suppress a valgrind message about use of uninitialized memory in freesa().
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dallocsa.valgrind1 # Suppress a valgrind message about use of uninitialized memory in freesa().
/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dallocsa.valgrind1 # Suppress a valgrind message about use of uninitialized memory in freesa().
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
H A Dallocsa.valgrind1 # Suppress a valgrind message about use of uninitialized memory in freesa().
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A DMake-lang.in189 # Convenience method for running C++ selftests under valgrind:
190 .PHONY: selftest-c++-valgrind
191 selftest-c++-valgrind: $(CPP_SELFTEST_DEPS)
193 -wrapper valgrind,--leak-check=full
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/
H A Drawmemchr.valgrind1 # Suppress a valgrind message about use of uninitialized memory in rawmemchr().

123456789