/freebsd/contrib/pam-krb5/tests/ |
H A D | TESTS | 15 # Exclude the tests that use the pkinit.so MIT Kerberos module from valgrind 16 # testing (module/fast-anon and module/pkinit) because they cause valgrind to 22 module/alt-auth valgrind 23 module/bad-authtok valgrind 24 module/basic valgrind 25 module/cache valgrind 26 module/cache-cleanup valgrind 27 module/expired valgrind 28 module/fast valgrind 30 module/long valgrind [all …]
|
H A D | runtests.c | 1322 const char *valgrind = NULL; in parse_test_list_line() local 1338 valgrind = getenv("C_TAP_VALGRIND"); in parse_test_list_line() 1339 use_valgrind = (valgrind != NULL); in parse_test_list_line() 1349 if (use_valgrind && valgrind != NULL) { in parse_test_list_line() 1350 p = skip_whitespace(valgrind); in parse_test_list_line() 1362 if (use_valgrind && valgrind != NULL) { in parse_test_list_line() 1371 p = skip_whitespace(valgrind); in parse_test_list_line()
|
/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 | 201 valgrind-[1-4]|valgrind-unit) 215 valgrind-1) 224 valgrind-2) 227 valgrind-3) 230 valgrind-4) 233 valgrind-unit)
|
H A D | setup_ci.sh | 153 valgrind*)
|
/freebsd/crypto/openssl/ |
H A D | NOTES-VALGRIND.md | 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… 16 - See [Valgrind Supported Platforms](http://valgrind.org/info/platforms.html) 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" 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/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/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/crypto/openssh/regress/ |
H A D | test-exec.sh | 209 rm -rf $OBJ/valgrind-out $OBJ/valgrind-vgdb 210 mkdir -p $OBJ/valgrind-out $OBJ/valgrind-vgdb 213 chmod 777 $OBJ/valgrind-out $OBJ/valgrind-vgdb 251 cat > $OBJ/valgrind-sftp-server.sh << EOF 255 chmod a+rx $OBJ/valgrind-sftp-server.sh
|
H A D | Makefile | 16 test "x${USE_VALGRIND}" = "x" || mkdir -p $(OBJ)/valgrind-out 299 V=${.CURDIR}/valgrind-unit.sh ; \
|
/freebsd/contrib/pam-krb5/ |
H A D | Makefile.am | 24 tests/data/scripts tests/data/valgrind.supp \ 29 tests/valgrind/logs-t 195 --suppressions=$(abs_top_srcdir)/tests/data/valgrind.supp \ 196 --log-file=$(abs_top_builddir)/tests/tmp/valgrind/log.%p 199 check-valgrind: $(check_PROGRAMS) 202 mkdir $(abs_top_builddir)/tests/tmp/valgrind
|
H A D | configure.ac | 42 AC_ARG_VAR([PATH_VALGRIND], [Path to valgrind for the test suite]) 43 AC_PATH_PROG([PATH_VALGRIND], [valgrind])
|
/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/libxo/tests/ |
H A D | Makefile.am | 29 valgrind: target
|
/freebsd/contrib/pam-krb5/ci/ |
H A D | install | 18 libtest-spelling-perl libtool perl valgrind
|
H A D | test | 39 make check-valgrind
|
/freebsd/crypto/heimdal/ |
H A D | Makefile.am | 54 cf/valgrind-suppressions \
|
/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/bc/scripts/ |
H A D | release.pkg.yao | 175 long: @valgrind 200 valgrind: !bool = false; 1006 * Builds with `make` and runs under valgrind. It runs both, bc only, then dc 1195 if valgrind 1323 if valgrind
|
/freebsd/crypto/krb5/src/util/ |
H A D | k5test.py | 710 valgrind = os.getenv('VALGRIND') 711 if valgrind: 712 args = shlex.split(valgrind) + args
|
/freebsd/crypto/krb5/src/config/ |
H A D | pre.in | 400 # message catalog, and use valgrind when asked. 594 … valgrind --tool=memcheck --log-file=$(VALGRIND_LOGDIR)/vg.%p --trace-children=yes --leak-check=ye…
|
/freebsd/contrib/libxo/tests/gettext/ |
H A D | Makefile.am | 68 valgrind: target
|