Searched +full:valgrind +full:- +full:fuzz +full:- +full:test (Results 1 – 25 of 44) 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 12 permissions: read-all 15 make-all: 16 runs-on: ubuntu-latest 18 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # tag=v4.1.1 19 - name: make all 23 make-test: 24 runs-on: ubuntu-latest [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 …]
|
| /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/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/lz4/.github/workflows/ |
| D | ci.yml | 6 # - gcc 7 # - clang 10 # - All test cases which described as 'fail' must be fixed and replaced with 'true'. 11 # - gcc-11 (x32, x86) : "../lib/lz4hc.c:148: LZ4HC_countBack: Assertion `(size_t)(match - mMin) <… 12 # - all clangs (x32, x86) : "../lib/lz4hc.c:282: int LZ4HC_InsertAndGetWiderMatch(...): Assertion… 20 lz4-c-compilers: 23 fail-fast: false # 'false' means Don't stop matrix workflows even if some matrix failed. 28 …# pkgs : apt-get package names. It can include multiple package names which are delimit… 33 # x86 : Set 'true' if compiler supports x86 (-m32). Otherwise, set 'false'. 38 …ons YAML workflow label. See https://github.com/actions/virtual-environments#available-environmen… [all …]
|
| /external/bc/manuals/ |
| D | release.md | 7 test if I did not change any of the math code. 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`. 39 18. Repeat steps 3-16 again and repeat until nothing is found.
|
| /external/bc/ |
| D | configure.sh | 3 # SPDX-License-Identifier: BSD-2-Clause 5 # Copyright (c) 2018-2023 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] [-CeEfgGHilmMNPrtTvz] [-O OPT_LEVEL] [-k KARATSUBA_LEN]\\\n' "$scri… 56 printf ' [-s SETTING] [-S SETTING] [-p TYPE]\n' 58 printf ' [--library|--bc-only --disable-dc|--dc-only --disable-bc|--coverage] \\\n' 59 printf ' [--force --debug --disable-extra-math --disable-generated-tests] \\\n' 60 printf ' [--disable-history --disable-man-pages --disable-nls --disable-strip] \\\n' [all …]
|
| D | configure | 3 # SPDX-License-Identifier: BSD-2-Clause 5 # Copyright (c) 2018-2023 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] [-CeEfgGHilmMNPrtTvz] [-O OPT_LEVEL] [-k KARATSUBA_LEN]\\\n' "$scri… 56 printf ' [-s SETTING] [-S SETTING] [-p TYPE]\n' 58 printf ' [--library|--bc-only --disable-dc|--dc-only --disable-bc|--coverage] \\\n' 59 printf ' [--force --debug --disable-extra-math --disable-generated-tests] \\\n' 60 printf ' [--disable-history --disable-man-pages --disable-nls --disable-strip] \\\n' [all …]
|
| /external/flac/ |
| D | configure.ac | 1 # FLAC - Free Lossless Audio Codec 2 # Copyright (C) 2001-2009 Josh Coalson 3 # Copyright (C) 2011-2023 Xiph.Org Foundation 7 # are distributed under Xiph.Org's BSD-like license (see the file 23 AC_INIT([flac],[1.4.3],[flac-dev@xiph.org],[flac],[https://www.xiph.org/flac/]) 27 AM_INIT_AUTOMAKE([foreign 1.10 -Wall tar-pax no-dist-gzip dist-xz subdir-objects]) 37 LT_INIT([win32-dll disable-static pic-only]) 58 if test "x$ac_cv_header_stdint_h" != xyes -o "x$ac_cv_header_stdbool_h" != xyes; then 70 AC_MSG_WARN([[*** Not able to determine endian-ness of target processor. ]]) 82 AC_ARG_ENABLE(asm-optimizations, AS_HELP_STRING([--disable-asm-optimizations],[Do not use any CPU s… [all …]
|
| /external/cronet/third_party/libxml/src/ |
| D | Makefile.am | 3 ACLOCAL_AMFLAGS = -I m4 10 SUBDIRS += fuzz subdir 13 DIST_SUBDIRS = include . doc example fuzz python xstc 15 AM_CPPFLAGS = -I$(top_builddir)/include -I$(srcdir)/include -DSYSCONFDIR='"$(sysconfdir)"' 32 bin_SCRIPTS = xml2-config 38 libxml2_la_LDFLAGS = $(AM_LDFLAGS) -no-undefined \ 39 -version-info $(LIBXML_VERSION_INFO) \ 174 -module -no-undefined -avoid-version -rpath $(libdir) 178 -@(if [ "$(PYTHON)" != "" ] ; then \ 193 check-local: [all …]
|
| /external/libxml2/ |
| D | Makefile.am | 3 ACLOCAL_AMFLAGS = -I m4 10 SUBDIRS += fuzz subdir 13 DIST_SUBDIRS = include . doc example fuzz python xstc 15 AM_CPPFLAGS = -I$(top_builddir)/include -I$(srcdir)/include -DSYSCONFDIR='"$(sysconfdir)"' 32 bin_SCRIPTS = xml2-config 38 libxml2_la_LDFLAGS = $(AM_LDFLAGS) -no-undefined \ 39 -version-info $(LIBXML_VERSION_INFO) \ 166 -module -no-undefined -avoid-version -rpath $(libdir) 170 -@(if [ "$(PYTHON)" != "" ] ; then \ 181 check-local: [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, [2024-06-07]) 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 -------------------- 7 Version 10.44 07-June-2024 8 -------------------------- 10 1. If a pattern contained a variable-length lookbehind in which the first 17 2. Further updates to the oss-fuzz support: 22 classes contain a lot of non-ascii characters. 26 (c) Arranged for text error messages to be shown in 16-bit and 32-bit modes. 35 bytes because this takes a long time, causing oss-fuzz to time out. 55 break property unless a zero-width joiner intervenes. PCRE2 was not insisting 61 Version 10.43 16-February-2024 [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/g/pcre2-dev 27 Building PCRE2 on non-Unix-like systems 32 Cross-compiling using autotools 40 -------------- 43 functions, one for the 8-bit library, which processes strings of bytes, one for [all …]
|
| /external/zstd/tests/ |
| D | Makefile | 6 # 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 …]
|
| /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 23 .\" HTML <a href="NON-AUTOTOOLS-BUILD.txt"> 25 \fBNON-AUTOTOOLS-BUILD\fP. 32 file if you are building in a non-Unix-like environment. 35 .SH "PCRE2 BUILD-TIME OPTIONS" 42 same options can be selected in both Unix-like and non-Unix-like environments 48 .\" HTML <a href="NON-AUTOTOOLS-BUILD.txt"> 50 \fBNON-AUTOTOOLS-BUILD\fP. 57 ./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/maint/ |
| D | README | 13 Long-term ideas (wish list) 24 A Python script that generates input and expected output test data for test 30 site. The generated file contains the tables for a 2-stage lookup of Unicode 45 A shell script that runs "configure, make, test" a number of times with 48 pcre2_chartables.c.non-standard 79 sequence of bytes in the UTF-8 encoding, and vice versa. If its argument is a 80 hex number such as 0x1234, it outputs a list of the equivalent UTF-8 bytes. 81 If its argument is a sequence of concatenated UTF-8 bytes (e.g. 12e188b4) it 82 treats them as a UTF-8 string and outputs the equivalent code points in hex. 118 in ucptestdata are set up to check a number of test characters. See the [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/g/pcre2-dev 27 Building PCRE2 on non-Unix-like systems 32 Cross-compiling using autotools 40 -------------- 43 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> 27 <li><a name="TOC12" href="#SEC12">LIMITING VARIABLE-LENGTH LOOKBEHIND ASSERTIONS</a> 35 <li><a name="TOC20" href="#SEC20">DEBUGGING WITH VALGRIND SUPPORT</a> 47 the library in Unix-like environments using the applications known as 57 <a href="NON-AUTOTOOLS-BUILD.txt"><b>NON-AUTOTOOLS-BUILD</b>.</a> 60 file if you are building in a non-Unix-like environment. 62 <br><a name="SEC2" href="#TOC1">PCRE2 BUILD-TIME OPTIONS</a><br> 68 same options can be selected in both Unix-like and non-Unix-like environments [all …]
|
| /external/AFLplusplus/docs/ |
| D | fuzzing_in_depth.md | 3 The following describes how to fuzz with a target if source code is available. 4 If you have a binary-only target, go to 5 [fuzzing_binary-only_targets.md](fuzzing_binary-only_targets.md). 7 Fuzzing source code is a three-step process: 18 Please keep in mind that, similarly to many other computationally-intensive 21 - Your CPU will run hot and will need adequate cooling. In most cases, if 27 - Targeted programs may end up erratically grabbing gigabytes of memory or 33 - Fuzzing involves billions of reads and writes to the filesystem. On modern 35 "physical" I/O - but there are many factors that may alter this equation. It 42 $ iostat -d 3 -x -k [...optional disk ID...] [all …]
|
| /external/mbedtls/tests/scripts/ |
| D | all.sh | 6 # SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later 15 # ------- 20 # --------------- 22 # Warning: the test is destructive. It includes various build modes and 27 # programs/fuzz/Makefile 32 # * Basic Unix tools (Windows users note: a Unix-style find must be before 37 # * GCC and Clang (recent enough for using ASan with gcc and MemSan with clang, or valgrind) 39 # * arm-gcc and mingw-gcc 40 # * ArmCC 5 and ArmCC 6, unless invoked with --no-armcc 43 # to test, then a legacy version of these tools must be present as well [all …]
|
| /external/AFLplusplus/ |
| D | Changelog.md | 7 - afl-fuzz: 8 - default power schedule is now EXPLORE, due a fix in fast schedules 10 - fixed minor issues in the mutation engine, thanks to @futhewo for 12 - better deterministic fuzzing is now available, benchmarks have shown 13 to improve fuzzing. Enable with -D. Thanks to @kdsjZh for the PR! 14 - afl-cc: 15 - large rewrite by @SonicStark which fixes a few corner cases, thanks! 16 - LTO mode now requires llvm 12+ 17 - workaround for ASAN with gcc_plugin mode 18 - instrumentation: [all …]
|
12