Searched +full:valgrind +full:- +full:fuzz +full:- +full:test (Results 1 – 25 of 37) sorted by relevance
12
/external/zstd/.github/workflows/ |
D | dev-long-tests.yml | 1 name: dev-long-tests 5 group: long-${{ github.ref }} 6 cancel-in-progress: true 13 make-all: 14 runs-on: ubuntu-latest 16 - uses: actions/checkout@v2 17 - name: make all 21 make-test: 22 runs-on: ubuntu-latest 27 - uses: actions/checkout@v2 [all …]
|
/external/tpm2-tss/ |
D | README.md | 1 …x Build Status](https://travis-ci.org/tpm2-software/tpm2-tss.svg?branch=master)](https://travis-ci… 2 …projects/status/2rdmyn1ndkiavngn?svg=true)](https://ci.appveyor.com/project/tpm2-software/tpm2-tss) 3 …tus](https://api.cirrus-ci.com/github/tpm2-software/tpm2-tss.svg?branch=master)](https://cirrus-ci… 4 … Scan](https://img.shields.io/coverity/scan/3997.svg)](https://scan.coverity.com/projects/tpm2-tss) 5 …us](https://codecov.io/gh/tpm2-software/tpm2-tss/branch/master/graph/badge.svg)](https://codecov.i… 7 …shields.io/lgtm/alerts/g/tpm2-software/tpm2-tss.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/proj… 8 …elds.io/lgtm/grade/cpp/g/tpm2-software/tpm2-tss.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/proj… 9 …mentation Status](https://readthedocs.org/projects/tpm2-tss/badge/?version=latest)](https://tpm2-t… 10 …//oss-fuzz-build-logs.storage.googleapis.com/badges/tpm2-tss.svg)](https://bugs.chromium.org/p/oss… 11 …es.gitter.im/tpm2-software/community.svg)](https://gitter.im/tpm2-software/community?utm_source=ba… [all …]
|
D | CHANGELOG.md | 6 ## [2.4.0] - 2020-03-11 8 - Added a new Feature API (FAPI) implementation 9 - Added Esys_TRSess_GetAuthRequired() ESAPI function 10 - Added Esys_TR_GetTpmHandle() SAPI function 11 - Added Esys_GetSysContext() SAPI function 12 - Added the with-sanitizer configure option 13 - Added CI for FreeBSD 16 - Changed MSSIM TCTI to be async capable 17 - Removed TCTI loaders from ESYS dependencies in pkg-config 18 - Changed getPollHandles to allow num_handles query [all …]
|
/external/libxkbcommon/ |
D | meson.build | 19 '-fno-strict-aliasing', 20 '-fsanitize-undefined-trap-on-error', 21 '-Wno-unused-parameter', 22 '-Wno-missing-field-initializers', 23 '-Wpointer-arith', 24 '-Wmissing-declarations', 25 '-Wformat=2', 26 '-Wstrict-prototypes', 27 '-Wmissing-prototypes', 28 '-Wnested-externs', [all …]
|
/external/oss-fuzz/infra/ |
D | helper.py | 8 # http://www.apache.org/licenses/LICENSE-2.0 17 """Helper script for OSS-Fuzz users. Can do common tasks like building 38 BASE_RUNNER_IMAGE = 'gcr.io/oss-fuzz-base/base-runner' 42 'gcr.io/oss-fuzz-base/base-image', 43 'gcr.io/oss-fuzz-base/base-clang', 44 'gcr.io/oss-fuzz-base/base-builder', 46 'gcr.io/oss-fuzz-base/base-runner-debug', 48 'go': ['gcr.io/oss-fuzz-base/base-builder-go'], 49 'jvm': ['gcr.io/oss-fuzz-base/base-builder-jvm'], 50 'python': ['gcr.io/oss-fuzz-base/base-builder-python'], [all …]
|
D | build_specified_commit_test.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 14 """Test the functionality of the build image from commit module. 38 @unittest.skip('Test is failing (spuriously?).') 42 This is done by using a known regression range for a specific test case. 66 valgrind=False, 75 valgrind=False, 82 """Test the detect main repo function from build specific commit module.""" 102 """Test the detect main repo function from build specific commit module.""" 105 # It's unclear how this test ever passed, but we can't infer the repo 123 # Change to oss-fuzz main directory so helper.py runs correctly.
|
D | bisector.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 21 NOTE: Needs to be run from root of the OSS-Fuzz source checkout. 25 --old_commit 1e403e9259a1abedf108ab86f711ba52c907226d 26 --new_commit f79be4f2330f4b89ea2f42e1c44ca998c59a0c0f 27 --fuzz_target rules_fuzzer 28 --project_name yara 29 --testcase infra/yara_testcase 30 --sanitizer address 74 parser.add_argument('--project_name', 77 parser.add_argument('--new_commit', [all …]
|
/external/lz4/ |
D | .travis.yml | 7 - name: (macOS) General Test 11 - make # test library build 12 - make clean 13 …- make test MOREFLAGS='-Werror -Wconversion -Wno-sign-conversion' | tee # test scenario where `std… 15 # Container-based 12.04 LTS Server Edition 64 bit (doesn't support 32-bit includes) 16 - name: (Precise) benchmark test 19 - make -C tests test-lz4 test-lz4c test-fullbench 21 - name: (Precise) frame and fuzzer test 24 - sudo sysctl -w vm.mmap_min_addr=4096 26 - make -C tests test-frametest test-fuzzer [all …]
|
/external/zstd/ |
D | .travis.yml | 1 # Travis CI is used to test platforms that github-actions currently doesn't support 2 # without either self-hosting or some finnicky work-around. Also, some tests 11 - dev 12 - release 13 - master 14 - travisTest 22 - FUZZERTEST=-T1mn 23 ZSTREAM_TESTTIME=-T1mn 24 DECODECORPUS_TESTTIME=-T1mn 29 - name: S390X (big endian) + Fuzz test [all …]
|
D | Makefile | 2 # Copyright (c) 2015-2021, Yann Collet, Facebook, Inc. 5 # This source code is licensed under both the BSD-style license (found in the 8 # You may select, at your option, one of the above-listed licenses. 19 FUZZDIR = $(TESTDIR)/fuzz 24 # When cross-compiling from linux to windows, you might 28 # Note: mingw-w64 build from linux to windows does not 40 ## default: Build lib-release and zstd-release 42 default: lib-release zstd-release 53 $(Q)$(MAKE) -C $(PRGDIR) all 54 $(Q)$(MAKE) -C $(TESTDIR) all [all …]
|
/external/bc/manuals/ |
D | release.md | 7 test if I did not change any of the math code. 11 3. Test history manually. 12 4. Test with POSIX test suite. 14 tests to test suite. 18 6. Fuzz with AFL. 21 8. Find ASan crashes on AFL test cases. 32 sanitizers, and 64-bit, on an ARM server. 34 sanitizers, and no valgrind, on NetBSD. 36 no valgrind, on OpenBSD. 37 16. Run `scan-build make`. [all …]
|
D | development.md | 6 bus][1]. In other words, it's meant to make the [bus factor][1] a non-issue. 25 and C. They both are arbitrary-precision command-line calculators with their own 30 In addition, it is also possible to build the arbitrary-precision math as a 58 This project became a passion project for me, and I continued. In mid-2019, 64 about things like fuzzing, [`scan-build`][19], [valgrind][20], 148 pseudo-random number generator (for the same seed). 181 * Pseudo-Random Number Generator (see [`include/rand.h`][37]). 201 3. Test suite. 211 1. High-level requirements 212 2. Low-level requirements [all …]
|
/external/bc/ |
D | configure.sh | 3 # SPDX-License-Identifier: BSD-2-Clause 5 # Copyright (c) 2018-2021 Gavin D. Howard and contributors. 42 if [ $# -gt 0 ]; then 53 printf ' %s -h\n' "$script" 54 printf ' %s --help\n' "$script" 55 printf ' %s [-a|-bD|-dB|-c] [-CEfgGHlmMNPtTvz] [-O OPT_LEVEL] [-k KARATSUBA_LEN]\n' "$script" 57 printf ' [--library|--bc-only --disable-dc|--dc-only --disable-bc|--coverage] \\\n' 58 printf ' [--force --debug --disable-extra-math --disable-generated-tests] \\\n' 59 printf ' [--disable-history --disable-man-pages --disable-nls --disable-strip] \\\n' 60 printf ' [--install-all-locales] [--opt=OPT_LEVEL] \\\n' [all …]
|
D | configure | 3 # SPDX-License-Identifier: BSD-2-Clause 5 # Copyright (c) 2018-2021 Gavin D. Howard and contributors. 42 if [ $# -gt 0 ]; then 53 printf ' %s -h\n' "$script" 54 printf ' %s --help\n' "$script" 55 printf ' %s [-a|-bD|-dB|-c] [-CEfgGHlmMNPtTvz] [-O OPT_LEVEL] [-k KARATSUBA_LEN]\n' "$script" 57 printf ' [--library|--bc-only --disable-dc|--dc-only --disable-bc|--coverage] \\\n' 58 printf ' [--force --debug --disable-extra-math --disable-generated-tests] \\\n' 59 printf ' [--disable-history --disable-man-pages --disable-nls --disable-strip] \\\n' 60 printf ' [--install-all-locales] [--opt=OPT_LEVEL] \\\n' [all …]
|
D | Makefile.in | 2 # SPDX-License-Identifier: BSD-2-Clause 4 # Copyright (c) 2018-2021 Gavin D. Howard and contributors. 113 MANPAGE_INSTALL_ARGS = -Dm644 114 BINARY_INSTALL_ARGS = -Dm755 139 BC_ENABLE_AFL = %%FUZZ%% 161 INSTALL = $(SCRIPTS)/exec-install.sh 162 SAFE_INSTALL = $(SCRIPTS)/safe-install.sh 169 VALGRIND_ARGS = --error-exitcode=100 --leak-check=full --show-leak-kinds=all --errors-for-leak-kind… 175 BC_DEFS0 = -DBC_DEFAULT_BANNER=$(BC_DEFAULT_BANNER) 176 BC_DEFS1 = -DBC_DEFAULT_SIGINT_RESET=$(BC_DEFAULT_SIGINT_RESET) [all …]
|
/external/flac/ |
D | configure.ac | 1 # FLAC - Free Lossless Audio Codec 6 # are distributed under Xiph.Org's BSD-like license (see the file 22 AC_INIT([flac], [1.3.3], [flac-dev@xiph.org], [flac], [https://www.xiph.org/flac/]) 26 AM_INIT_AUTOMAKE([foreign 1.10 -Wall tar-pax no-dist-gzip dist-xz subdir-objects]) 30 AS_IF([test "x${CFLAGS+set}" = "xset" || test "x${CXXFLAGS+set}" = "xset" || test "x${CPPFLAGS+set}… 42 LT_INIT([win32-dll disable-static pic-only]) 60 if test $ac_cv_c_vararrays = yes; then 61 AC_DEFINE([HAVE_CXX_VARARRAYS], 1, [Define to 1 if C++ supports variable-length arrays.]) 81 AC_MSG_WARN([[*** Not able to determine endian-ness of target processor. ]]) 93 AC_ARG_ENABLE(asm-optimizations, AC_HELP_STRING([--disable-asm-optimizations], [Don't use any assem… [all …]
|
/external/pcre/ |
D | configure.ac | 9 dnl be defined as -RC2, for example. For real releases, it should be empty. 14 m4_define(pcre2_date, [2022-04-14]) 28 AM_INIT_AUTOMAKE([dist-bzip2 dist-zip]) 32 # This was added at the suggestion of libtoolize (03-Jan-10) 35 # The default CFLAGS in Autoconf are "-g -O2" for gcc and just "-g" for any 37 # -g (which I don't think is needed for a production library). This fudge seems 39 # CFLAGS. Then call the AC_PROG_CC macro to find the compiler - if CFLAGS is 41 # values were not set, remove the -g from the Autoconf defaults. 49 if test "x$remember_set_CFLAGS" = "x" 51 if test "$CFLAGS" = "-g -O2" [all …]
|
D | ChangeLog | 2 -------------------- 5 Version 10.40 15-April-2022 6 --------------------------- 14 3. Merged patch from @carenas (GitHub #37, acc520924) to fix tests when -S is 23 7. Merged patch from @carenas (GitHub #49) to remove obsolete JFriedl test code 62 (d) The standard Unicode 4-letter abbreviations for script names are now 77 16 bytes on a 64-bit system. The ovector member of heapframe happens to only be 84 20. Added -LP and -LS listing options to pcre2test. 87 debugger (PDB) files were incorrect - perhaps never tried for PCRE2? 109 Version 10.39 29-October-2021 [all …]
|
D | README | 1 README file for PCRE2 (Perl-compatible regular expression library) 2 ------------------------------------------------------------------ 4 PCRE2 is a re-working of the original PCRE1 library to provide an entirely new 14 pcre2-dev@googlegroups.com. You can subscribe by sending an email to 15 pcre2-dev+subscribe@googlegroups.com. 20 https://groups.google.com/pcre2-dev 28 Building PCRE2 on non-Unix-like systems 33 Cross-compiling using autotools 41 -------------- 44 functions, one for the 8-bit library, which processes strings of bytes, one for [all …]
|
/external/pcre/doc/ |
D | pcre2build.3 | 3 PCRE2 - Perl-compatible regular expressions (revised API) 10 the library in Unix-like environments using the applications known as 22 .\" HTML <a href="NON-AUTOTOOLS-BUILD.txt"> 24 \fBNON-AUTOTOOLS-BUILD\fP. 31 file if you are building in a non-Unix-like environment. 34 .SH "PCRE2 BUILD-TIME OPTIONS" 41 same options can be selected in both Unix-like and non-Unix-like environments 47 .\" HTML <a href="NON-AUTOTOOLS-BUILD.txt"> 49 \fBNON-AUTOTOOLS-BUILD\fP. 56 ./configure --help [all …]
|
/external/mesa3d/docs/relnotes/ |
D | 20.2.1.rst | 1 Mesa 20.2.1 Release Notes / 2020-10-14 18 --------------- 22 d1a46d9a3f291bc0e0374600bdcb59844fa3eafaa50398e472a36fc65fd0244a mesa-20.2.1.tar.xz 26 ------------ 28 - None 32 --------- 34 - RADV ACO - ground line corruption in Path of Exile with Vulkan renderer 35 - Graphics corruption in Super Mega Baseball 2 with RADV on Navi 36 - Running Amber test leads to VK_DEVICE_LOST 37 - omx/tizonia build broken with latest mesa git [all …]
|
/external/pcre/doc/html/ |
D | README.txt | 1 README file for PCRE2 (Perl-compatible regular expression library) 2 ------------------------------------------------------------------ 4 PCRE2 is a re-working of the original PCRE1 library to provide an entirely new 14 pcre2-dev@googlegroups.com. You can subscribe by sending an email to 15 pcre2-dev+subscribe@googlegroups.com. 20 https://groups.google.com/pcre2-dev 28 Building PCRE2 on non-Unix-like systems 33 Cross-compiling using autotools 41 -------------- 44 functions, one for the 8-bit library, which processes strings of bytes, one for [all …]
|
D | pcre2build.html | 17 <li><a name="TOC2" href="#SEC2">PCRE2 BUILD-TIME OPTIONS</a> 18 <li><a name="TOC3" href="#SEC3">BUILDING 8-BIT, 16-BIT AND 32-BIT LIBRARIES</a> 22 <li><a name="TOC7" href="#SEC7">JUST-IN-TIME COMPILER SUPPORT</a> 34 <li><a name="TOC19" href="#SEC19">DEBUGGING WITH VALGRIND SUPPORT</a> 46 the library in Unix-like environments using the applications known as 55 <a href="NON-AUTOTOOLS-BUILD.txt"><b>NON-AUTOTOOLS-BUILD</b>.</a> 58 file if you are building in a non-Unix-like environment. 60 <br><a name="SEC2" href="#TOC1">PCRE2 BUILD-TIME OPTIONS</a><br> 66 same options can be selected in both Unix-like and non-Unix-like environments 73 <a href="NON-AUTOTOOLS-BUILD.txt"><b>NON-AUTOTOOLS-BUILD</b>.</a> [all …]
|
/external/libxml2/ |
D | Makefile.am | 3 ACLOCAL_AMFLAGS = -I m4 5 SUBDIRS = include . doc example fuzz xstc $(PYTHON_SUBDIR) subdir 7 DIST_SUBDIRS = include . doc example fuzz python xstc 9 AM_CPPFLAGS = -I$(top_builddir)/include -I$(srcdir)/include 20 bin_SCRIPTS=xml2-config 33 -version-info $(LIBXML_VERSION_INFO) \ 64 man_MANS = xml2-config.1 libxml.3 171 testdso_la_LDFLAGS = -module -no-undefined -avoid-version -rpath $(libdir) 175 -@(if [ "$(PYTHON)" != "" ] ; then \ 181 -@(if [ "$(PYTHON)" != "" ] ; then \ [all …]
|
/external/freetype/docs/oldlogs/ |
D | ChangeLog.27 | 1 2016-12-30 Werner Lemberg <wl@gnu.org> 7 Tag sources with `VER-2-7-1'. 23 builds/wince/vc2005-ce/freetype.vcproj, 24 builds/wince/vc2005-ce/index.html, 25 builds/wince/vc2008-ce/freetype.vcproj, 26 builds/wince/vc2008-ce/index.html: s/2.7/2.7.1/, s/27/271/. 33 2016-12-30 Werner Lemberg <wl@gnu.org> 40 2016-12-30 Werner Lemberg <wl@gnu.org> 50 https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=353 55 (LLVMFuzzerTestOneInput): Use it to test only up to 10 bitmap [all …]
|
12