| /third_party/pcre2/pcre2/ |
| H A D | RunGrepTest | 25 # valgrind settings when requested. 41 valgrind= 44 valgrind) valgrind="valgrind -q --leak-check=no --smc-check=all-non-file";; 52 if [ "$valgrind" = "" ] ; then 55 echo "Testing $pcre2grep_version using valgrind" 58 vjs="--suppressions=./testdata/valgrind-jit.supp" 125 $valgrind $pcre2grep $1 >>testtrygrep 2>&1 137 (cd $srcdir; $valgrind [all...] |
| H A D | RunTest | 35 # Other arguments can be one of the words "-valgrind", "-valgrind-log", or 41 # For backwards compatibility, -nojit, -valgrind, -valgrind-log, and -sim may 186 $valgrind $vjs ./pcre2test $1 >>testtry 197 $valgrind ./pcre2test -C ebcdic >/dev/null 222 valgrind= 296 valgrind|-valgrind) valgrind [all...] |
| /third_party/python/Modules/_decimal/tests/ |
| H A D | runall-memorydebugger.sh | 5 # refleaks, release build and release build with valgrind. 9 # Requirements: valgrind 20 VALGRIND="valgrind --tool=memcheck --leak-resolution=high \ 21 --suppressions=Misc/valgrind-python.supp" 97 ########### valgrind tests ########### 98 valgrind=$VALGRIND 101 ppro) valgrind= ;; 103 i386|i486|i586|i686) valgrind= ;; 107 print_config "valgrind tests: config=$config" $args 113 printf "\n\n# ======================== valgrind test [all...] |
| /third_party/skia/third_party/externals/harfbuzz/test/fuzzing/ |
| H A D | run-draw-fuzzer-tests.py | 39 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 ():
|
| H A D | run-shape-fuzzer-tests.py | 39 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, path]) 56 if (not valgrind or returncode) and text.strip ():
|
| H A D | run-subset-fuzzer-tests.py | 39 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, path]) 60 if (not valgrind or returncode) and text.strip ():
|
| /third_party/pcre2/pcre2/maint/ |
| H A D | ManyConfigTests | 17 # -nojitmain skip non-valgrind JIT tests 18 # -nojitvalgrind skip JIT tests with valgrind 20 # -nomainvalgrind skip the main (non-JIT) valgrind tests 22 # -novalgrind skip all the valgrind tests 82 +valgrind) usevalgrind=1; usejitvalgrind=1; usemainvalgrind=1;; 198 $srcdir/RunTest $valgrind >teststdoutM 2>teststderrM 213 $srcdir/RunGrepTest $valgrind >teststdoutM 2>teststderrM 260 valgrind= 371 # Now re-run some of the tests under valgrind. 374 echo "---------- Tests in the current directory using valgrind [all...] |
| /third_party/node/deps/base64/base64/test/ |
| H A D | Makefile | 16 .PHONY: clean test valgrind 22 valgrind: clean test_base64 23 valgrind --error-exitcode=2 ./test_base64
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| H A D | Valgrind.cpp | 10 // defined. If we have valgrind.h but valgrind isn't running, its macros are 20 #include <valgrind/valgrind.h>
|
| /third_party/curl/tests/ |
| H A D | globalconfig.pm | 60 $valgrind 101 our $valgrind; # path to valgrind, or empty if disabled
|
| H A D | valgrind.pm | 25 package valgrind; package
|
| H A D | runtests.pl | 98 use valgrind; # valgrind report parser 839 logmsg sprintf("* Env: %s%s%s", $valgrind?"Valgrind ":"", 1663 if($valgrind) { 1675 if($file =~ /^valgrind$testnum(\..*|)$/) { 1681 logmsg "ERROR: valgrind log file missing for test $testnum\n"; 1689 logmsg "FAIL: $testnum - $testname - valgrind\n"; 1692 logmsg " valgrind ERROR "; 1703 logmsg " valgrind SKIPPED\n"; 1709 $ok .= "-"; # valgrind no [all...] |
| H A D | runner.pm | 108 use valgrind; 115 our $valgrind_logfile="--log-file"; # the option name for valgrind >=3 270 if($valgrind) { 271 my @valgrindoption = getpart("verify", "valgrind"); 478 if($valgrind && !$gdbthis) { 479 my @valgrindoption = getpart("verify", "valgrind"); 481 my $valgrindcmd = "$valgrind "; 484 $valgrindcmd .= "--suppressions=$srcdir/valgrind.supp "; 487 $valgrindcmd .= "${valgrind_logfile}=$LOGDIR/valgrind$testnum"; 512 if($valgrind) { [all...] |
| /third_party/protobuf/ |
| H A D | tests.sh | 566 # Install valgrind 567 echo "#! /bin/bash" > valgrind 568 chmod ug+x valgrind 569 sudo mv valgrind /usr/local/bin/valgrind 586 # Install valgrind 587 echo "#! /bin/bash" > valgrind 588 chmod ug+x valgrind 589 sudo mv valgrind /usr/local/bin/valgrind [all...] |
| /third_party/vk-gl-cts/framework/delibs/debase/ |
| H A D | deMemory.c | 51 # include <valgrind/valgrind.h> 53 # include <valgrind/memcheck.h>
|
| /third_party/mbedtls/tests/include/test/ |
| H A D | constant_flow.h | 47 * other on valgrind's memcheck. If none of them is enabled, dummy macros that 67 #include <valgrind/memcheck.h>
|
| /third_party/mesa3d/src/freedreno/vulkan/ |
| H A D | tu_common.h | 22 #include <valgrind.h>
|
| /third_party/pulseaudio/speex/libspeexdsp/ |
| H A D | stack_alloc.h | 89 #include <valgrind/memcheck.h>
|
| /third_party/pulseaudio/src/modules/alsa/ |
| H A D | module-alsa-source.c | 30 #include <valgrind/memcheck.h>
|
| /third_party/mesa3d/src/util/ |
| H A D | simple_mtx.h | 36 # include <valgrind.h>
|
| /third_party/libcoap/scripts/ |
| H A D | build.sh | 67 # then run valgrind on the actual executable 68 LD_LIBRARY_PATH=$TEST_LD_LIBRARY_PATH libtool --mode=execute valgrind --track-origins=yes --leak-check=yes --show-reachable=yes --error-exitcode=123 --quiet --suppressions=tests/valgrind_suppression $EXEC_FILE
|
| /third_party/libinput/test/ |
| H A D | litest-selftest.c | 8 #include <valgrind/valgrind.h> 451 /* when running under valgrind we're using nofork mode, so a signal in main() 452 * raised by a test will fail in valgrind. There's nothing to in main() 453 * memcheck here anyway, so just skip the valgrind test */ in main()
|
| /third_party/skia/infra/bots/recipe_modules/flavor/ |
| H A D | api.py | 16 from . import valgrind namespace 71 return valgrind.ValgrindFlavor(self, app_name)
|
| /third_party/littlefs/ |
| H A D | Makefile | 17 VALGRIND ?= valgrind 147 ifneq ($(VALGRIND),valgrind) 148 TESTFLAGS += --valgrind-path="$(VALGRIND)" 149 BENCHFLAGS += --valgrind-path="$(VALGRIND)"
|
| /third_party/mbedtls/scripts/ |
| H A D | memory.sh | 82 if valgrind --tool=massif --stacks=yes programs/ssl/$CLIENT >/dev/null 2>&1
|