Searched +full:- +full:dvalgrind (Results 1 – 5 of 5) sorted by relevance
1 #!/bin/bash -eux8 # http://www.apache.org/licenses/LICENSE-2.018 # according to a comment is OK. -DVALGRIND turns on an alternate version of that20 CFLAGS="${CFLAGS} -DVALGRIND=1"22 make -j6 all24 $CC $CFLAGS -I. -DSRCDIR=. -c -o parse_packet_fuzzer.o parse_packet_fuzzer.c25 $CC $CFLAGS -I. -DSRCDIR=. -c -o fuzz_1.o fuzz_1.c26 $CC $CFLAGS -I. -DSRCDIR=. -c -o fuzz_2.o fuzz_2.c27 $CC $CFLAGS -I. -DSRCDIR=. -c -o fuzz_3.o fuzz_3.c28 $CC $CFLAGS -I. -DSRCDIR=. -c -o fuzz_4.o fuzz_4.c[all …]
5 set -ex8 export PYTHONPATH=/usr/local/lib/python3.7/site-packages18 while [ -n "$1" ] ; do21 --trace|-t)26 --benchmark|-b)32 --perfetto|-p)38 --wait-after-frame|-w)39 command="$command wait-after-frame=1"40 wait_after_frame="--wait-after-frame"43 --snapshot|-s)[all …]
2 # Use of this source code is governed by a BSD-style license that can be7 docker run --privileged -v /dev/log:/dev/log -v <path to crosvm>:/platform/crosvm:ro <crosvm base i…13 RUN apt-get update && \14 apt-get install -y --no-install-recommends ca-certificates gnupg wget && \15 echo 'deb-src https://deb.debian.org/debian bullseye main' >> /etc/apt/sources.list && \17 apt-get update && \18 apt-get build-dep -y mesa && \19 apt-get install -y --no-install-recommends ca-certificates \20 python3-setuptools \21 llvm-dev \[all …]
1 image: $CI_REGISTRY/$CI_PROJECT_PATH/igt-fedora:latest4 -Dlibdrm_drivers=intel,nouveau,amdgpu5 -Doverlay=enabled6 -Dchamelium=enabled7 -Dvalgrind=enabled8 -Dman=enabled9 -Dtests=enabled10 -Drunner=enabled11 -Dlibunwind=enabled12 LANG: "C.UTF-8"[all …]
1 /* Copyright (c) 2011-2013 Xiph.Org Foundation8 - Redistributions of source code must retain the above copyright11 - Redistributions in binary form must reproduce the above copyright41 /* These tests are more sensitive if compiled with -DVALGRIND and102 fprintf(stdout," ---------------------------------------------------\n"); in test_dec_api()114 for(i=-7;i<=96000;i++) in test_dec_api()120 case(-5):fs=-8000;break; in test_dec_api()121 case(-6):fs=INT32_MAX;break; in test_dec_api()122 case(-7):fs=INT32_MIN;break; in test_dec_api()187 if(err != OPUS_OK || i>0 || i<-1)test_failed(); in test_dec_api()[all …]