Home
last modified time | relevance | path

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

12345678910>>...13

/third_party/pcre2/pcre2/
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 …]
/third_party/node/doc/contributing/
Dinvestigating-native-memory-leaks.md13 [Valgrind](https://valgrind.org/docs/manual/quick-start.html) is a
33 apt-get install valgrind
41 valgrind node test.js
47 user1@minikube1:~/valgrind/node-addon-examples/1_hello_world/napi$ valgrind node test.js
54 ==28993== at 0x12F2279: ??? (in /home/user1/valgrind/node-v12.14.1-linux-x64/bin/node)
55 ==28993== by 0x12F68A3: ??? (in /home/user1/valgrind/node-v12.14.1-linux-x64/bin/node)
56 ==28993== by 0x12F68A3: ??? (in /home/user1/valgrind/node-v12.14.1-linux-x64/bin/node)
57 ==28993== by 0x12F68A3: ??? (in /home/user1/valgrind/node-v12.14.1-linux-x64/bin/node)
58 ==28993== by 0x12F68A3: ??? (in /home/user1/valgrind/node-v12.14.1-linux-x64/bin/node)
59 ==28993== by 0x12F68A3: ??? (in /home/user1/valgrind/node-v12.14.1-linux-x64/bin/node)
[all …]
/third_party/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 …]
/third_party/gstreamer/gstplugins_good/tests/check/
Dgst-plugins-good.supp2 <several valgrind warnings as found with libjpeg 6b on Debian>
11 <several valgrind warnings as found with libjpeg 6b on Debian>
20 <several valgrind warnings as found with libjpeg 6b on Debian>
30 <several valgrind warnings as found with libjpeg 6b on Debian>
39 <several valgrind warnings as found with libjpeg 6b on Debian>
49 <several valgrind warnings as found with libjpeg 6b on Debian>
56 <several valgrind warnings as found with libjpeg 6b on Debian>
64 <several valgrind warnings as found with libjpeg 6b on Debian>
73 <several valgrind warnings as found with libjpeg 6b on Debian>
81 <several valgrind warnings as found with libjpeg 6b on Debian>
[all …]
/third_party/python/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
/third_party/skia/third_party/externals/harfbuzz/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-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 ():
/third_party/pcre2/pcre2/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=
/third_party/protobuf/php/tests/
Dtest.sh57 valgrind --suppressions=valgrind.supp --leak-check=yes php -dextension=../ext/google/protobuf/modul…
58 valgrind --suppressions=valgrind.supp --leak-check=yes php -d protobuf.keep_descriptor_pool_after_r…
/third_party/node/deps/openssl/openssl/
DNOTES-VALGRIND.md16 See <http://valgrind.org/info/platforms.html>
18 See <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"
/third_party/openssl/
DNOTES-VALGRIND.md16 See <http://valgrind.org/info/platforms.html>
18 See <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"
/third_party/python/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)
DREADME.valgrind5 If you want to enable valgrind support in Python, you will need to
6 configure Python --with-valgrind option or an older option
15 Misc/valgrind-python.supp. Second, you must uncomment the lines in
16 Misc/valgrind-python.supp that suppress the warnings for PyObject_Free and
33 test_socket_ssl should be skipped when running valgrind.
54 If you use valgrind on a default build of Python, you will see
/third_party/libabigail/
DMakefile.am47 check-valgrind:
48 $(MAKE) -C tests check-valgrind
50 check-valgrind-recursive:
51 $(MAKE) -C tests check-valgrind-memcheck-recursive
/third_party/libevdev/test/
DMakefile.am96 --suppressions=$(srcdir)/valgrind.suppressions
98 valgrind: target
101 check_local_deps += valgrind
140 EXTRA_DIST = valgrind.suppressions generate-gcov-report.sh test-static-symbols-leak.sh
/third_party/libevdev/
Dmeson.build208 valgrind = find_program('valgrind', required: false) variable
209 if valgrind.found()
214 valgrind_suppressions_file = join_paths(dir_src_test, 'valgrind.suppressions')
215 add_test_setup('valgrind',
216 exe_wrapper: [ valgrind,
224 message('valgrind not found, disabling valgrind test suite')
/third_party/vulkan-loader/cmake/
DFindValgrind.cmake7 pkg_check_modules(PC_VALGRIND QUIET valgrind)
9 find_path(VALGRIND_INCLUDE_DIR NAMES valgrind.h memcheck.h
/third_party/curl/tests/data/
Dtest62829 <valgrind>
31 </valgrind>
Dtest62929 <valgrind>
31 </valgrind>
Dtest65626 <valgrind>
28 </valgrind>
Dtest63030 <valgrind>
32 </valgrind>
/third_party/protobuf/
Dtests.sh567 echo "#! /bin/bash" > valgrind
568 chmod ug+x valgrind
569 sudo mv valgrind /usr/local/bin/valgrind
587 echo "#! /bin/bash" > valgrind
588 chmod ug+x valgrind
589 sudo mv valgrind /usr/local/bin/valgrind

12345678910>>...13