HomeSort by: relevance | last modified time | path
    Searched refs:VALGRIND (Results 1 - 21 of 21) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/util/
dict_utf8_test.in 14 }' | ${VALGRIND} ./dict_open internal:whatever write utf8_request
  /src/external/ibm-public/postfix/dist/src/global/
mail_addr_crunch.in 4 $VALGRIND ./mail_addr_crunch <<'EOF'
12 $VALGRIND ./mail_addr_crunch <<'EOF'
20 $VALGRIND ./mail_addr_crunch <<'EOF'
28 $VALGRIND ./mail_addr_crunch <<'EOF'
36 $VALGRIND ./mail_addr_crunch <<'EOF'
45 $VALGRIND ./mail_addr_crunch <<'EOF'
  /src/external/gpl2/dtc/dist/tests/
dtc-fatal.sh 5 verbose_run $VALGRIND "$DTC" -o/dev/null "$@"
dtc-fails.sh 13 verbose_run $VALGRIND "$DTC" -o "$OUTPUT" "$@"
fdtoverlay-runtest.sh 27 verbose_run_check $VALGRIND "$FDTOVERLAY" -i "$basedtb" -o "$targetdtb" $overlays
30 verbose_run_log_check "$LOG" $VALGRIND "$DTGET" "$targetdtb" "$node" "$property" $flags
fdtput-runtest.sh 26 verbose_run_check $VALGRIND "$DTPUT" "$dtb" "$node" "$property" $value $flags
29 verbose_run_log_check "$LOG" $VALGRIND "$DTGET" "$dtb" "$node" "$property" $flags
fdtget-runtest.sh 14 verbose_run_log_check "$LOG" $VALGRIND $DTGET "$@"
dtc-checkfails.sh 27 verbose_run_log "$LOG" $VALGRIND "$DTC" -o /dev/null "$@"
fdtdump-runtest.sh 19 verbose_run_log_check "$LOG" $VALGRIND $DTC -O dtb $dts -o $dtb
run_tests.sh 27 export VALGRIND=
39 if VALGRIND="$VALGRIND" "$@"; then
74 if [ -n "$VALGRIND" -a -f $1.supp ]; then
77 base_run_test $VALGRIND $VGSUPP "./$@"
95 echo "VALGRIND ERROR"
148 base_run_test wrap_test $VALGRIND $DTC "$@"
996 VALGRIND="valgrind --tool=memcheck -q --error-exitcode=$VGCODE"
1053 if [ -n "$VALGRIND" ]; the
    [all...]
  /src/external/ibm-public/postfix/dist/src/trivial-rewrite/
transport.in 8 ${VALGRIND} ./transport 'inline:{rcpt1@example1.com=channel1:nexthop1, rcpt2@example2=channel2:, example3=channel3}' <<'EOF'
16 ${VALGRIND} ./transport 'inline:{*=channel0:nexthop0, rcpt1@example1.com=channel1:nexthop1}' <<'EOF'
22 ${VALGRIND} ./transport 'inline:{*=channel0, rcpt1@example1.com=channel1:nexthop1}' <<'EOF'
28 ${VALGRIND} ./transport 'inline:{*=:nexthop0, rcpt1@example1.com=channel1:nexthop1}' <<'EOF'
34 ${VALGRIND} ./transport 'inline:{*=:, rcpt1@example1.com=channel1:nexthop1}' <<'EOF'
40 ${VALGRIND} ./transport 'inline:{example=:example-result,.example=:dot-example-result}' <<'EOF'
  /src/crypto/external/bsd/libsaslc/dist/test/
Makefile 10 VALGRIND=valgrind
34 valgrind:
37 @echo "* VALGRIND TESTS: *"
44 $(VALGRIND) $(VALGRIND_OPTS) ./$$prog $$testcase ; \
48 tests: build atf valgrind
  /src/external/bsd/zstd/dist/zlibWrapper/
Makefile 69 .PHONY: test-valgrind
70 #test-valgrind: ZSTDLIBRARY = $(ZSTDLIBDIR)/libzstd.so
71 test-valgrind: VALGRIND = LD_LIBRARY_PATH=$(ZSTDLIBDIR) valgrind --track-origins=yes --leak-check=full --error-exitcode=1
72 test-valgrind: clean example fitblk example_zstd fitblk_zstd zwrapbench
73 @echo "\n ---- valgrind tests ----"
74 $(VALGRIND) ./example
75 $(VALGRIND) ./example_zstd
76 $(VALGRIND) ./fitblk 10240 <$(TEST_FILE
    [all...]
  /src/external/gpl2/gmake/dist/tests/
run_make_tests.pl 30 $valgrind = 0; # invoke make with valgrind
56 if ($option =~ /^-valgrind$/i) {
57 $valgrind = 1;
149 if ($valgrind) {
150 print VALGRIND "\n\nExecuting: $command\n";
328 # Set up for valgrind, if requested.
330 if ($valgrind) {
331 open(VALGRIND, "> valgrind.out"
    [all...]
  /src/external/bsd/zstd/dist/tests/
Makefile 272 # valgrind tests validated only for some posix platforms
278 .PHONY: test-valgrind
279 test-valgrind: VALGRIND = valgrind --leak-check=full --show-leak-kinds=all --error-exitcode=1
280 test-valgrind: zstd datagen fuzzer fullbench
281 @echo "\n ---- valgrind tests : memory analyzer ----"
282 $(VALGRIND) ./datagen -g50M > $(VOID)
283 $(VALGRIND) $(PRGDIR)/zstd ; if [ $$? -eq 0 ] ; then echo "zstd without argument should have failed"; false; fi
284 ./datagen -g80 | $(VALGRIND) $(PRGDIR)/zstd - -c > $(VOID
    [all...]
  /src/external/bsd/nsd/dist/
lookup3.c 5 added #ifdef VALGRIND to remove 298,384,660 'unused variable k8' warnings.
339 #ifdef VALGRIND
360 * does it on word boundaries, so is OK with this. But VALGRIND will
364 #ifndef VALGRIND
383 #else /* make valgrind happy */
403 #endif /* !valgrind */
538 #ifdef VALGRIND
559 * does it on word boundaries, so is OK with this. But VALGRIND will
563 #ifndef VALGRIND
582 #else /* make valgrind happy *
    [all...]
  /src/external/lgpl3/mpc/dist/tests/
Makefile.am 23 # useful for tests with valgrind
78 LOG_COMPILER = $(VALGRIND)
  /src/external/bsd/unbound/dist/util/storage/
lookup3.c 2 May 2019(Wouter) patch to enable the valgrind clean implementation all the
8 added #ifdef VALGRIND to remove 298,384,660 'unused variable k8' warnings.
388 * does it on word boundaries, so is OK with this. But VALGRIND will
411 #else /* make valgrind happy */
447 #endif /* !valgrind */
603 #ifdef VALGRIND
624 * does it on word boundaries, so is OK with this. But VALGRIND will
628 #ifndef VALGRIND
647 #else /* make valgrind happy */
683 #endif /* !valgrind */
    [all...]
  /src/external/lgpl2/userspace-rcu/dist/doc/examples/rculfhash/
jhash.h 108 * does it on word boundaries, so is OK with this. But VALGRIND will
112 #ifndef VALGRIND
130 #else /* make valgrind happy */
151 #endif /* !valgrind */
  /src/external/lgpl3/mpc/dist/
configure 686 VALGRIND
1425 --enable-valgrind-tests run checks through valgrind (default = no)
3095 # Check whether --enable-valgrind-tests was given.
3099 # Run self-tests under valgrind?
3101 for ac_prog in valgrind
3110 if test -n "$VALGRIND"; then
3111 ac_cv_prog_VALGRIND="$VALGRIND" # Let the user override the test.
3130 VALGRIND=$ac_cv_prog_VALGRIND
3131 if test -n "$VALGRIND"; the
    [all...]
  /src/sys/external/isc/libsodium/dist/
configure 706 VALGRIND
1503 --enable-valgrind Whether to enable Valgrind on the unit tests
1505 --disable-valgrind-memcheck
1506 Whether to skip memcheck during the Valgrind tests
1507 --disable-valgrind-helgrind
1508 Whether to skip helgrind during the Valgrind tests
1509 --disable-valgrind-drd Whether to skip drd during the Valgrind tests
1510 --disable-valgrind-sgchec
    [all...]

Completed in 36 milliseconds