Home
last modified time | relevance | path

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

1234567891011

/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/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/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/swiftshader/third_party/LLVM/test/lib/
Dllvm.exp52 global llvmdsymutil valgrind grep gas bugpoint_topts
100 regsub -all {llc } $new_line "$valgrind llc " new_line
101 regsub -all {lli } $new_line "$valgrind lli " new_line
102 regsub -all {llvm-ar } $new_line "$valgrind llvm-ar " new_line
103 regsub -all {llvm-as } $new_line "$valgrind llvm-as " new_line
104 regsub -all {llvm-bcanalyzer } $new_line "$valgrind llvm-bcanalyzer " new_line
105 regsub -all {llvm-dis } $new_line "$valgrind llvm-dis " new_line
106 regsub -all {llvm-extract } $new_line "$valgrind llvm-extract " new_line
107 regsub -all {llvm-ld } $new_line "$valgrind llvm-ld " new_line
108 regsub -all {llvm-link } $new_line "$valgrind llvm-link " new_line
[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/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/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/harfbuzz_ng/test/fuzzing/
Drun-shape-fuzzer-tests.py70 valgrind = None variable
72 valgrind = which ('valgrind') variable
87 if valgrind:
88 text, returncode = cmd ([valgrind, '--error-exitcode=1', hb_shape_fuzzer, path])
/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/curl/tests/data/
Dtest129144 # we disable valgrind here since it takes 40+ seconds even on a fairly snappy
46 <valgrind>
48 </valgrind>
/external/swiftshader/third_party/LLVM/utils/valgrind/
Dx86_64-pc-linux-gnu.supp9 # http://svn.python.org/projects/python/trunk/Misc/README.valgrind
55 suppress optimized strcasecmp, to be fixed in valgrind 3.6.1
61 suppress optimized strcasecmp, to be fixed in valgrind 3.6.1
/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/swiftshader/third_party/LLVM/utils/lit/
DTODO7 - Support valgrind in all configs, and LLVM style valgrind.
/external/llvm/test/Other/
Dclose-stderr.ll5 ; On valgrind, we got 127 here.
6 ; XFAIL: valgrind
/external/swiftshader/third_party/llvm-7.0/llvm/test/Other/
Dclose-stderr.ll5 ; On valgrind, we got 127 here.
6 ; XFAIL: valgrind

1234567891011