Home
last modified time | relevance | path

Searched +full:test +full:- +full:valgrind (Results 1 – 25 of 620) sorted by relevance

12345678910>>...25

/external/strace/m4/
Dax_valgrind_check.m42 # https://www.gnu.org/software/autoconf-archive/ax_valgrind_check.html
12 # AX_VALGRIND_CHECK checks whether Valgrind is present and, if so, allows
13 # running `make check` under a variety of Valgrind tools to check for
19 # the value of the --enable-valgrind option, which defaults to being
20 # enabled if Valgrind is installed and disabled otherwise. Individual
21 # Valgrind tools can be disabled via --disable-valgrind-<tool>, the
27 # LOG_COMPILER system, the $(VALGRIND) variable can be used within the
28 # shell scripts to enable Valgrind, as described here:
30 # https://www.gnu.org/software/gnulib/manual/html_node/Running-self_002dtests-under-valgrind.ht…
42 # VALGRIND_SUPPRESSIONS_FILES = my-project.supp
[all …]
/external/pcre/
DRunGrepTest18 # Remove any non-default colouring and aliases that the caller may have set.
25 # valgrind settings when requested.
31 if [ ! -x $pcre2grep ] ; then
36 if [ ! -x $pcre2test ] ; then
41 valgrind=
42 while [ $# -gt 0 ] ; do
44 valgrind) valgrind="valgrind -q --leak-check=no --smc-check=all-non-file";;
51 pcre2grep_version=`$pcre2grep -V`
52 if [ "$valgrind" = "" ] ; then
55 echo "Testing $pcre2grep_version using valgrind"
[all …]
DRunTest5 # selected, depending on which build-time options were used.
8 # JIT, unless "-nojit" is given on the command line. There are also two tests
9 # for JIT-specific features, one to be run when JIT support is available
10 # (unless "-nojit" is specified), and one when it is not.
12 # Whichever of the 8-, 16- and 32-bit libraries exist are tested. It is also
13 # possible to select which to test by giving "-8", "-16" or "-32" on the
16 # As well as "-nojit", "-8", "-16", and "-32", arguments for this script are
17 # individual test numbers, ranges of tests such as 3-6 or 3- (meaning 3 to the
18 # end), or a number preceded by ~ to exclude a test. For example, "3-15 ~10"
19 # runs tests 3 to 15, excluding test 10, and just "~10" runs all the tests
[all …]
/external/zstd/zlibWrapper/
DMakefile3 # make - compiles examples
4 # make MOREFLAGS=-DZWRAP_USE_ZSTD=1 - compiles examples with zstd compression turned on
5 # make test - runs examples
10 ZLIB_LIBRARY ?= -lz
24 CPPFLAGS += -DXXH_NAMESPACE=ZSTD_ -I$(ZLIB_PATH) -I$(PROGRAMS_PATH) \
25 -I$(ZSTDLIBDIR) -I$(ZSTDLIBDIR)/common -I$(ZLIBWRAPPER_PATH)
26 STDFLAGS = -std=c89 -pedantic -Wno-long-long -Wno-variadic-macros -Wc++-compat \
27 -DNO_snprintf -DNO_vsnprintf # strict ANSI C89 is missing these prototypes
28 DEBUGFLAGS= -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wswitch-enum \
29 -Wdeclaration-after-statement -Wstrict-prototypes -Wundef \
[all …]
/external/python/cpython3/Modules/_decimal/tests/
Drunall-memorydebugger.sh4 # Purpose: test with and without contextvar, all machine configurations, pydebug,
5 # refleaks, release build and release build with valgrind.
7 # Synopsis: ./runall-memorydebugger.sh [--all-configs64 | --all-configs32]
9 # Requirements: valgrind
18 CONFIGS_32="ppro ansi32 ansi-legacy universal"
20 VALGRIND="valgrind --tool=memcheck --leak-resolution=high \
21 --suppressions=Misc/valgrind-python.supp"
25 *--all-configs64*)
28 *--all-configs32*)
45 len=`echo $@ | wc -c`
[all …]
/external/libcups/test/
D5.5-lp.sh3 # Test the lp command.
5 # Copyright © 2007-2019 by Apple Inc.
6 # Copyright © 1997-2005 by Easy Software Products, all rights reserved.
12 echo "LP Default Test"
15 $runcups $VALGRIND ../systemv/lp ../examples/testfile.pdf 2>&1
16 if test $? != 0; then
24 echo "LP Destination Test"
26 echo " lp -d Test3 -o fit-to-page testfile.jpg"
27 $runcups $VALGRIND ../systemv/lp -d Test3 -o fit-to-page ../examples/testfile.jpg 2>&1
28 if test $? != 0; then
[all …]
D5.6-lpr.sh3 # Test the lpr command.
5 # Copyright © 2007-2019 by Apple Inc.
6 # Copyright © 1997-2005 by Easy Software Products, all rights reserved.
12 echo "LPR Default Test"
15 $runcups $VALGRIND ../berkeley/lpr ../examples/testfile.pdf 2>&1
16 if test $? != 0; then
24 echo "LPR Destination Test"
26 echo " lpr -P Test3 -o fit-to-page testfile.jpg"
27 $runcups $VALGRIND ../berkeley/lpr -P Test3 -o fit-to-page ../examples/testfile.jpg 2>&1
28 if test $? != 0; then
[all …]
D5.8-cancel.sh3 # Test the cancel command.
5 # Copyright © 2007-2019 by Apple Inc.
6 # Copyright © 1997-2006 by Easy Software Products, all rights reserved.
12 echo "Cancel Destination Test"
14 echo " lp -d Test1 -o job-hold-until=indefinite testfile.jpg"
15 $runcups $VALGRIND ../systemv/lp -d Test1 -o job-hold-until=indefinite ../examples/testfile.jpg 2>&1
17 $runcups $VALGRIND ../systemv/cancel Test1 2>&1
18 if test $? != 0; then
26 echo "Cancel All Test"
28 echo " cancel -a"
[all …]
/external/libsrtp2/
D.travis.yml7- secure: "QD09MuUxftXRXtz7ZrB7S0NV/3O9yVhjvIlCSbXN8B87rNSDC8wxMThKMT7iZewnqGk53m+Up19PiMw5ERlHose…
13 - os: linux
15 - TEST="linux (gcc / valgrind)"
19 - ubuntu-toolchain-r-test
21 - gcc-6
22 - valgrind
24 - CC=gcc-6 EXTRA_CFLAGS=-Werror ./configure
25 - make
26 - make runtest
27 - make runtest-valgrind
[all …]
/external/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams/
DCMakeLists.txt1 project(lws-minimal-secure-streams C)
8 set(SAMP lws-minimal-secure-streams)
20 add_executable(${SAMP} minimal-secure-streams.c)
22 find_program(VALGRIND "valgrind")
28 # before starting this test, so the server does not get
31 # sai-resource holds the lease on the resources until
32 # the time given in seconds or the sai-resource instance
35 # If running under Sai, creates a lock test called "res_sspcmin"
41 # simple test not via proxy
44 if (VALGRIND)
[all …]
/external/linux-kselftest/tools/testing/selftests/tc-testing/plugin-lib/
DvalgrindPlugin.py2 run the command under test, under valgrind and collect memory leak info
3 as a separate test.
23 self.sub_class = 'valgrind/SubPlugin'
29 '''run commands before test_runner goes into a test loop'''
33 if self.args.valgrind:
37 '''run commands after test_runner goes into a test loop'''
42 for xx in range(index - 1, self.testcount):
43 res = TestResult('{}-mem'.format(self.testidlist[xx]), 'Test skipped')
48 subprocess.check_output('rm -f vgnd-*.log', shell=True)
53 'valgrind',
[all …]
/external/pcre/maint/
DManyConfigTests13 # -noasan skip the test that uses -fsanitize=address
14 # -nousan skip the test that uses -fsanitize=undefined
15 # -nodebug skip the test that uses --enable-debug
16 # -nojit skip all JIT tests
17 # -nojitmain skip non-valgrind JIT tests
18 # -nojitvalgrind skip JIT tests with valgrind
19 # -nomain skip all the main (non-JIT) set of tests
20 # -nomainvalgrind skip the main (non-JIT) valgrind tests
21 # -notmp skip the tests in a temporary directory
22 # -notmpjit skip the JIT test in a temporary directory
[all …]
/external/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-smd/
DCMakeLists.txt1 project(lws-minimal-secure-streams-smd C)
19 add_executable(${PROJECT_NAME} minimal-secure-streams-smd.c)
21 find_program(VALGRIND "valgrind")
25 if (VALGRIND)
26 add_test(NAME ss-smd COMMAND
27 ${VALGRIND} --tool=memcheck --leak-check=yes --num-callers=20
28 $<TARGET_FILE:lws-minimal-secure-streams-smd>)
31 add_test(NAME ss-smd COMMAND lws-minimal-secure-streams-smd)
33 set_tests_properties(ss-smd
35 … WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/minimal-examples/secure-streams/minimal-secure-streams-smd
[all …]
/external/rust/crates/minimal-lexical/.github/workflows/
DValgrind.yml1 name: Valgrind
9 valgrind:
10 name: Valgrind Tests
11 runs-on: ubuntu-latest
13 fail-fast: true
15 - uses: actions/checkout@v2
16 - name: Install latest nightly
17 uses: actions-rs/toolchain@v1
21 - run: sudo apt-get install valgrind
22 - run: cargo +nightly install cargo-valgrind
[all …]
/external/sdv/vsomeip/third_party/boost/process/.circleci/
Dconfig.yml6 - BOOST_LIBRARY=process
7 - CXX_STANDARD=gnu++11
9 - image: gcc:7
11 - checkout
12 - run:
15 echo 'export BOOST="$HOME/boost-local"' >> $BASH_ENV
22 HOME_SED_=$(echo $HOME | sed -e 's/\//\\\//g')
24 - run:
27 apt-get update -yqq
28 apt-get install git curl valgrind -y
[all …]
/external/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-hugeurl/
DCMakeLists.txt1 project(lws-minimal-secure-streams-hugeurl C)
8 set(SAMP lws-minimal-secure-streams-hugeurl)
18 add_executable(${SAMP} minimal-secure-streams.c)
20 find_program(VALGRIND "valgrind")
26 # before starting this test, so the server does not get
29 # sai-resource holds the lease on the resources until
30 # the time given in seconds or the sai-resource instance
33 # If running under Sai, creates a lock test called "res_sspcmin_hurl"
39 # simple test not via proxy
42 if (VALGRIND)
[all …]
/external/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-stress/
DCMakeLists.txt1 project(lws-minimal-secure-streams-stress C)
8 set(SAMP lws-minimal-secure-streams-stress)
19 add_executable(${SAMP} minimal-secure-streams.c)
21 find_program(VALGRIND "valgrind")
27 # before starting this test, so the server does not get
30 # sai-resource holds the lease on the resources until
31 # the time given in seconds or the sai-resource instance
34 # If running under Sai, creates a lock test called "res_sspcmin"
40 # simple test not via proxy
43 if (VALGRIND)
[all …]
/external/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-perf/
DCMakeLists.txt1 project(lws-minimal-secure-streams-perf C)
8 set(SAMP lws-minimal-secure-streams-perf)
18 add_executable(${SAMP} minimal-secure-streams.c)
20 find_program(VALGRIND "valgrind")
26 # before starting this test, so the server does not get
29 # sai-resource holds the lease on the resources until
30 # the time given in seconds or the sai-resource instance
33 # If running under Sai, creates a lock test called "res_sspcmin"
39 # simple test not via proxy
42 if (VALGRIND)
[all …]
/external/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-blob/
DCMakeLists.txt1 project(lws-minimal-secure-streams-blob C)
8 set(SAMP lws-minimal-secure-streams-blob)
19 add_executable(${SAMP} minimal-secure-streams.c)
21 find_program(VALGRIND "valgrind")
27 # before starting this test, so the server does not get
30 # sai-resource holds the lease on the resources until
31 # the time given in seconds or the sai-resource instance
34 # If running under Sai, creates a lock test called "res_sspcmin"
40 # simple test not via proxy
43 if (VALGRIND)
[all …]
/external/e2fsprogs/tests/
Dtest_script.in2 # Run all or specified test scripts
6 --valgrind)
7 export USE_VALGRIND="valgrind -q --sim-hints=lax-ioctls"
10 --valgrind-leakcheck)
11 …export USE_VALGRIND="valgrind --sim-hints=lax-ioctls --leak-check=full --show-reachable=yes --log-
14 --failed)
22 if test -n "$DO_FAILED"; then
23 FAILED=$(find . -maxdepth 1 -name \*.failed)
24 if test -z "$FAILED" ; then
36 [a-zA-Z]) TESTS="$TESTS $SRCDIR/${i}_*" ;;
[all …]
/external/iptables/iptables/tests/shell/
Drun-tests.sh9 Usage: $(basename $0) [-v|--verbose] [-H|--host] [-V|--valgrind]
10 [[-l|--legacy]|[-n|--nft]] [testscript ...]
12 -v | --verbose Enable verbose mode (do not drop testscript output).
13 -H | --host Run tests against installed binaries in \$PATH,
15 -V | --valgrind Enable leak checking via valgrind.
16 -l | --legacy Test legacy variant only. Conflicts with --nft.
17 -n | --nft Test nft variant only. Conflicts with --legacy.
18 testscript Run only specific test(s). Implies --verbose.
34 if [ "$(id -u)" != "0" ] ; then
39 if [ ! -d "$TESTDIR" ] ; then
[all …]
/external/flac/test/
Dtest_grabbag.sh1 #!/bin/sh -e
3 # FLAC - Free Lossless Audio Codec
4 # Copyright (C) 2001-2009 Josh Coalson
5 # Copyright (C) 2011-2023 Xiph.Org Foundation
9 # are distributed under Xiph.Org's BSD-like license (see the file
27 test_cuesheet -h 1>/dev/null 2>/dev/null || die "ERROR can't find test_cuesheet executable"
28 test_picture -h 1>/dev/null 2>/dev/null || die "ERROR can't find test_picture executable"
33 …echo "valgrind --leak-check=yes --show-reachable=yes --num-callers=50 test_cuesheet $*" >>test_gra…
34valgrind --leak-check=yes --show-reachable=yes --num-callers=50 --log-fd=4 test_cuesheet${EXE} $* …
43 …echo "valgrind --leak-check=yes --show-reachable=yes --num-callers=50 test_picture $*" >>test_grab…
[all …]
Dtest_replaygain.sh1 #!/bin/sh -e
3 # FLAC - Free Lossless Audio Codec
4 # Copyright (C) 2002-2009 Josh Coalson
5 # Copyright (C) 2011-2023 Xiph.Org Foundation
9 # are distributed under Xiph.Org's BSD-like license (see the file
27 if echo a | (grep -E '(a|b)') >/dev/null 2>&1
28 then EGREP='grep -E'
32 testdir="metaflac-test-files"
38 …echo "valgrind --leak-check=yes --show-reachable=yes --num-callers=50 flac $*" >>test_replaygain.v…
39valgrind --leak-check=yes --show-reachable=yes --num-callers=50 --log-fd=4 flac --no-error-on-comp…
[all …]
/external/harfbuzz_ng/test/api/
DMakefile.am11 @$(MAKE) $(AM_MAKEFLAGS) -C $(top_builddir)/src lib
13 @$(MAKE) $(AM_MAKEFLAGS) -C $(top_builddir)/src libs
25 AM_CPPFLAGS = -DSRCDIR="\"$(srcdir)\"" -I$(top_srcdir)/src/ -I$(top_builddir)/src/ $(GLIB_CFLAGS)
28 EXTRA_DIST += hb-test.h hb-subset-test.h
34 test-aat-layout \
35 test-baseline \
36 test-base-minmax \
37 test-be-glyph-advance \
38 test-be-num-glyphs \
39 test-blob \
[all …]
/external/zstd/tests/
DMakefile6 # This source code is licensed under both the BSD-style license (found in the
9 # You may select, at your option, one of the above-listed licenses.
13 # fullbench32: Same as fullbench, but forced to compile in 32-bits mode
14 # fuzzer : Test tool, to check zstd integrity on target platform
15 # fuzzer32: Same as fuzzer, but forced to compile in 32-bits mode
17 # test-zstd-speed.py : script for testing zstd speed difference between commits
18 # versionsTest : compatibility test between zstd versions stored on Github (v0.1+)
19 # zstreamtest : Fuzzer test tool for zstd streaming API
20 # zstreamtest32: Same as zstreamtest, but forced to compile in 32-bits mode
27 export DEBUGLEVEL # transmit value to sub-makefiles
[all …]

12345678910>>...25