Home
last modified time | relevance | path

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

12345678910>>...13

/external/pcre/dist2/
DRunGrepTest41 valgrind=
44 valgrind) valgrind="valgrind -q --leak-check=no --smc-check=all-non-file";;
52 if [ "$valgrind" = "" ] ; then
104 $valgrind $pcre2grep $1 >>testtrygrep 2>&1
116 (cd $srcdir; $valgrind $vjs $pcre2grep PATTERN ./testdata/grepinput) >>testtrygrep
120 (cd $srcdir; $valgrind $vjs $pcre2grep '^PATTERN' ./testdata/grepinput) >>testtrygrep
124 (cd $srcdir; $valgrind $vjs $pcre2grep -in PATTERN ./testdata/grepinput) >>testtrygrep
128 (cd $srcdir; $valgrind $vjs $pcre2grep -ic PATTERN ./testdata/grepinput) >>testtrygrep
132 (cd $srcdir; $valgrind $vjs $pcre2grep -in PATTERN ./testdata/grepinput ./testdata/grepinputx) >>te…
136 (cd $srcdir; $valgrind $vjs $pcre2grep -inh PATTERN ./testdata/grepinput ./testdata/grepinputx) >>t…
[all …]
DRunTest170 $valgrind $vjs ./pcre2test $1 >>testtry
181 $valgrind ./pcre2test -C ebcdic >/dev/null
206 valgrind=
276 valgrind|-valgrind) valgrind="valgrind --tool=memcheck -q --smc-check=all-non-file";;
277valgrind-log|-valgrind-log) valgrind="valgrind --tool=memcheck --num-callers=30 --leak-check=no --…
405 if [ "$valgrind" != "" ] ; then
491 $sim $valgrind ${opt:+$vjs} ./pcre2test -q $setstack $bmode $opt $testdata/testinput1 testtry
501 $sim $valgrind ${opt:+$vjs} ./pcre2test -q $setstack $bmode $opt $testdata/testinput2 testtry
503 …$sim $valgrind ${opt:+$vjs} ./pcre2test -q $bmode $opt -error -70,-62,-2,-1,0,100,101,191,200 >>te…
527 $sim $valgrind ./pcre2test -q $bmode | \
[all …]
/external/libyuv/files/
D.gitignore62 /tools/valgrind
63 /tools/valgrind-libyuv/libyuv_tests.bat
64 /tools/valgrind-libyuv/libyuv_tests.py
65 /tools/valgrind-libyuv/libyuv_tests.sh
66 /tools/valgrind-libyuv/memcheck/OWNERS
67 /tools/valgrind-libyuv/memcheck/PRESUBMIT.py
68 /tools/valgrind-libyuv/memcheck/suppressions.txt
69 /tools/valgrind-libyuv/memcheck/suppressions_mac.txt
70 /tools/valgrind-libyuv/memcheck/suppressions_win32.txt
71 /tools/valgrind-libyuv/tsan/OWNERS
[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/python/cpython3/Modules/_decimal/tests/
Drunall-memorydebugger.sh97 valgrind=$VALGRIND
100 ppro) valgrind= ;;
102 i386|i486|i586|i686) valgrind= ;;
113 $valgrind ./python -m test -uall test_decimal
151 valgrind=$VALGRIND
154 ppro) valgrind= ;;
156 i386|i486|i586|i686) valgrind= ;;
168 $valgrind ./python Modules/_decimal/tests/deccheck.py
/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/harfbuzz_ng/test/fuzzing/
Drun-subset-fuzzer-tests.py77 valgrind = None variable
79 valgrind = which ('valgrind') variable
80 if valgrind is None:
95 if valgrind:
96 …text, returncode = cmd (libtool.split(' ') + ['--mode=execute', valgrind + ' --leak-check=full --s…
102 if (not valgrind or returncode) and text.strip ():
Drun-shape-fuzzer-tests.py77 valgrind = None variable
79 valgrind = which ('valgrind') variable
80 if valgrind is None:
91 if valgrind:
92 …text, returncode = cmd (libtool.split(' ') + ['--mode=execute', valgrind + ' --leak-check=full --e…
98 if (not valgrind or returncode) and text.strip ():
/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/nanopb-c/tests/alltypes_pointer/
DSConscript25 # Decode (under valgrind if available)
26 valgrind = env.WhereIs('valgrind')
28 if valgrind:
29 kwargs['COMMAND'] = valgrind
/external/virglrenderer/tests/
DMakefile.am41 --suppressions=$(srcdir)/valgrind.suppressions
43 valgrind: target
46 check: valgrind
48 EXTRA_DIST = valgrind.suppressions
/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/python/cpython3/Misc/
DREADME23 README.valgrind Information for Valgrind users, see valgrind-python.supp
27 valgrind-python.supp Valgrind suppression file, see README.valgrind
Dvalgrind-python.supp2 # This is a valgrind suppression file that should be used when using valgrind.
4 # Here's an example of running valgrind:
7 # valgrind --tool=memcheck --suppressions=Misc/valgrind-python.supp \
16 # See Misc/README.valgrind for more information.
83 Handle PyMalloc confusing valgrind (possibly leaked)
91 Handle PyMalloc confusing valgrind (possibly leaked)
99 Handle PyMalloc confusing valgrind (possibly leaked)
/external/python/cpython2/Misc/
Dvalgrind-python.supp2 # This is a valgrind suppression file that should be used when using valgrind.
4 # Here's an example of running valgrind:
7 # valgrind --tool=memcheck --suppressions=Misc/valgrind-python.supp \
16 # See Misc/README.valgrind for more information.
83 Handle PyMalloc confusing valgrind (possibly leaked)
91 Handle PyMalloc confusing valgrind (possibly leaked)
99 Handle PyMalloc confusing valgrind (possibly leaked)
DREADME35 README.valgrind Information for Valgrind users, see valgrind-python.supp
40 valgrind-python.supp Valgrind suppression file, see README.valgrind
/external/llvm/utils/valgrind/
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
/external/swiftshader/third_party/llvm-7.0/llvm/utils/valgrind/
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
/external/llvm/test/Other/
Dclose-stderr.ll5 ; On valgrind, we got 127 here.
6 ; XFAIL: valgrind
/external/e2fsprogs/tests/
Dtest_script.in6 --valgrind)
10 --valgrind-leakcheck)
/external/swiftshader/third_party/llvm-7.0/llvm/test/Other/
Dclose-stderr.ll5 ; On valgrind, we got 127 here.
6 ; XFAIL: valgrind
/external/curl/tests/data/
Dtest62829 <valgrind>
31 </valgrind>
Dtest62929 <valgrind>
31 </valgrind>

12345678910>>...13