Home
last modified time | relevance | path

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

12345678910>>...16

/external/pcre/
DRunGrepTest41 valgrind=
44 valgrind) valgrind="valgrind -q --leak-check=no --smc-check=all-non-file";;
52 if [ "$valgrind" = "" ] ; then
125 $valgrind $pcre2grep $1 >>testtrygrep 2>&1
137 (cd $srcdir; $valgrind $vjs $pcre2grep PATTERN ./testdata/grepinput) >>testtrygrep
141 (cd $srcdir; $valgrind $vjs $pcre2grep '^PATTERN' ./testdata/grepinput) >>testtrygrep
145 (cd $srcdir; $valgrind $vjs $pcre2grep -in PATTERN ./testdata/grepinput) >>testtrygrep
149 (cd $srcdir; $valgrind $vjs $pcre2grep -ic PATTERN ./testdata/grepinput) >>testtrygrep
153 (cd $srcdir; $valgrind $vjs $pcre2grep -in PATTERN ./testdata/grepinput ./testdata/grepinputx) >>te…
157 (cd $srcdir; $valgrind $vjs $pcre2grep -inh PATTERN ./testdata/grepinput ./testdata/grepinputx) >>t…
[all …]
DRunTest186 $valgrind $vjs ./pcre2test $1 >>testtry
197 $valgrind ./pcre2test -C ebcdic >/dev/null
222 valgrind=
296 valgrind|-valgrind) valgrind="valgrind --tool=memcheck -q --smc-check=all-non-file";;
297valgrind-log|-valgrind-log) valgrind="valgrind --tool=memcheck --num-callers=30 --leak-check=no --…
426 if [ "$valgrind" != "" ] ; then
515 $sim $valgrind ${opt:+$vjs} ./pcre2test -q $setstack $bmode $opt $testdata/testinput1 testtry
527 $sim $valgrind ${opt:+$vjs} ./pcre2test -q $setstack $bmode $opt $testdata/testinput2 testtry
530 …$sim $valgrind ${opt:+$vjs} ./pcre2test -q $bmode $opt -error -70,-62,-2,-1,0,100,101,191,200 >>te…
556 $sim $valgrind ./pcre2test -q $bmode | \
[all …]
/external/strace/m4/
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
85 dnl Check for --enable-valgrind
86 AC_ARG_ENABLE([valgrind],
87 … [AS_HELP_STRING([--enable-valgrind], [Whether to enable Valgrind on the unit tests])],
[all …]
/external/libabigail/autoconf-archive/
Dax_valgrind_check.m420 # the value of the --enable-valgrind option, which defaults to being
22 # Valgrind tools can be disabled via --disable-valgrind-<tool>, the
31 # https://www.gnu.org/software/gnulib/manual/html_node/Running-self_002dtests-under-valgrind.ht…
46 # This results in a "check-valgrind" rule being added to any Makefile.am
48 # configured with --enable-valgrind). Running `make check-valgrind` in
52 # commandline with --enable-valgrind-sgcheck. The results for each check
56 # Alternatively, a "check-valgrind-$TOOL" rule will be added, for $TOOL in
84 dnl Check for --enable-valgrind
85 AC_ARG_ENABLE([valgrind],
86 … [AS_HELP_STRING([--enable-valgrind], [Whether to enable Valgrind on the unit tests])],
[all …]
/external/flac/test/
Dtest_replaygain.sh38 …rind --leak-check=yes --show-reachable=yes --num-callers=50 flac $*" >>test_replaygain.valgrind.log
39valgrind --leak-check=yes --show-reachable=yes --num-callers=50 --log-fd=4 flac --no-error-on-comp…
48 … --leak-check=yes --show-reachable=yes --num-callers=50 metaflac $*" >>test_replaygain.valgrind.log
49valgrind --leak-check=yes --show-reachable=yes --num-callers=50 --log-fd=4 metaflac $* 4>>test_rep…
61 … --leak-check=yes --show-reachable=yes --num-callers=50 metaflac $*" >>test_replaygain.valgrind.log
62valgrind --leak-check=yes --show-reachable=yes --num-callers=50 --log-fd=4 metaflac $* 2>/dev/null…
Dtest_seeking.sh39 …algrind --leak-check=yes --show-reachable=yes --num-callers=50 flac $*" >>test_seeking.valgrind.log
40valgrind --leak-check=yes --show-reachable=yes --num-callers=50 --log-fd=4 flac${EXE} --no-error-o…
49 …ind --leak-check=yes --show-reachable=yes --num-callers=50 metaflac $*" >>test_seeking.valgrind.log
50valgrind --leak-check=yes --show-reachable=yes --num-callers=50 --log-fd=4 metaflac${EXE} $* 4>>te…
59 …--leak-check=yes --show-reachable=yes --num-callers=50 test_seeking $*" >>test_seeking.valgrind.log
60valgrind --leak-check=yes --show-reachable=yes --num-callers=50 --log-fd=4 test_seeking $* 4>>test…
Dtest_grabbag.sh33 …-leak-check=yes --show-reachable=yes --num-callers=50 test_cuesheet $*" >>test_grabbag.valgrind.log
34valgrind --leak-check=yes --show-reachable=yes --num-callers=50 --log-fd=4 test_cuesheet${EXE} $* …
43 …--leak-check=yes --show-reachable=yes --num-callers=50 test_picture $*" >>test_grabbag.valgrind.log
44valgrind --leak-check=yes --show-reachable=yes --num-callers=50 --log-fd=4 test_picture${EXE} $* 4…
/external/iptables/iptables/tests/shell/
Drun-tests.sh9 Usage: $(basename $0) [-v|--verbose] [-H|--host] [-V|--valgrind]
15 -V | --valgrind Enable leak checking via valgrind.
64 -V|--valgrind)
104 valgrind --log-file=$2/valgrind.log --trace-children=yes \
109 if grep -q 'no leaks are possible' $2/valgrind.log; then
110 rm $2/valgrind.log
112 mv $2/valgrind.log $2/valgrind_\$\$.log
/external/python/cpython3/Modules/_decimal/tests/
Drunall-memorydebugger.sh98 valgrind=$VALGRIND
101 ppro) valgrind= ;;
103 i386|i486|i586|i686) valgrind= ;;
114 $valgrind ./python -m test -uall test_decimal
154 valgrind=$VALGRIND
157 ppro) valgrind= ;;
159 i386|i486|i586|i686) valgrind= ;;
171 $valgrind ./python Modules/_decimal/tests/deccheck.py
/external/harfbuzz_ng/test/fuzzing/
Drun-draw-fuzzer-tests.py39 valgrind = None variable
41 valgrind = shutil.which ('valgrind') variable
42 if valgrind is None:
50 if valgrind:
51 …text, returncode = cmd ([valgrind, '--leak-check=full', '--error-exitcode=1', hb_draw_fuzzer, path…
57 if (not valgrind or returncode) and text.strip ():
Drun-repacker-fuzzer-tests.py39 valgrind = None variable
41 valgrind = shutil.which ('valgrind') variable
42 if valgrind is None:
50 if valgrind:
51 …text, returncode = cmd ([valgrind, '--leak-check=full', '--error-exitcode=1', hb_repacker_fuzzer, …
57 if (not valgrind or returncode) and text.strip ():
Drun-shape-fuzzer-tests.py39 valgrind = None variable
41 valgrind = shutil.which ('valgrind') variable
42 if valgrind is None:
49 if valgrind:
50 …text, returncode = cmd ([valgrind, '--leak-check=full', '--error-exitcode=1', hb_shape_fuzzer, pat…
56 if (not valgrind or returncode) and text.strip ():
Drun-subset-fuzzer-tests.py39 valgrind = None variable
41 valgrind = shutil.which ('valgrind') variable
42 if valgrind is None:
53 if valgrind:
54 …text, returncode = cmd ([valgrind, '--leak-check=full', '--error-exitcode=1', hb_subset_fuzzer, pa…
60 if (not valgrind or returncode) and text.strip ():
/external/nanopb-c/tests/regression/issue_259/
DSConscript14 # Run test under valgrind if available
15 valgrind = env.WhereIs('valgrind')
17 if valgrind:
18 kwargs['COMMAND'] = valgrind
/external/grpc-grpc/third_party/nanopb/tests/io_errors_pointers/
DSConscript17 # Run tests under valgrind if available
18 valgrind = env.WhereIs('valgrind')
20 if valgrind:
21 kwargs['COMMAND'] = valgrind
/external/nanopb-c/tests/io_errors_pointers/
DSConscript17 # Run tests under valgrind if available
18 valgrind = env.WhereIs('valgrind')
20 if valgrind:
21 kwargs['COMMAND'] = valgrind
/external/libchrome/base/third_party/valgrind/
DREADME.chromium1 Name: valgrind
2 URL: http://valgrind.org
10 (svn://svn.valgrind.org/valgrind/trunk@11504, dated 21 Jan 2011). The files are
/external/cronet/base/third_party/valgrind/
DREADME.chromium1 Name: valgrind
2 URL: http://valgrind.org
10 (svn://svn.valgrind.org/valgrind/trunk@11504, dated 21 Jan 2011). The files are
/external/pcre/maint/
DManyConfigTests82 +valgrind) usevalgrind=1; usejitvalgrind=1; usemainvalgrind=1;;
198 $srcdir/RunTest $valgrind >teststdoutM 2>teststderrM
213 $srcdir/RunGrepTest $valgrind >teststdoutM 2>teststderrM
260 valgrind=
375 valgrind=valgrind
400 valgrind=
/external/nanopb-c/tests/alltypes_pointer/
DSConscript25 # Decode (under valgrind if available)
26 valgrind = env.WhereIs('valgrind')
28 if valgrind:
29 kwargs['COMMAND'] = valgrind
/external/grpc-grpc/third_party/nanopb/tests/alltypes_pointer/
DSConscript25 # Decode (under valgrind if available)
26 valgrind = env.WhereIs('valgrind')
28 if valgrind:
29 kwargs['COMMAND'] = valgrind
/external/tcpdump/tests/
Dsmb.tests57 name => 'nbns-valgrind',
58 input => 'nbns-valgrind.pcap',
59 output => 'nbns-valgrind.out',
65 name => 'nbns-valgrind-nosmb',
66 input => 'nbns-valgrind.pcap',
67 output => 'nbns-valgrind-nosmb.out',
/external/zstd/build/meson/tests/
DvalgrindTest.py15 def valgrindTest(valgrind, datagen, fuzzer, zstd, fullbench): argument
16 VALGRIND_ARGS = [valgrind, '--leak-check=full', '--show-leak-kinds=all', '--error-exitcode=1']
80 valgrind = args.valgrind
86 valgrindTest(valgrind, datagen, fuzzer, zstd, fullbench)
/external/grpc-grpc/templates/tools/run_tests/generated/
Dconfigs.json.template9 if args.get('valgrind', None) is not None:
10 config_args['tool_prefix'] = ['valgrind'] + args.valgrind.split(' ')
/external/virglrenderer/tests/
Dmeson.build95 valgrind = find_program('valgrind') variable
96 surpression_path = join_paths(meson.current_source_dir(), 'valgrind.suppressions')
100 test('valgrind-' + t[0],
101 valgrind,

12345678910>>...16