/third_party/flutter/skia/third_party/externals/dawn/src/fuzzers/ |
D | BUILD.gn | 44 "asan_options", 54 if (defined(asan_options)) { 55 not_needed([ "asan_options" ]) 80 # TODO(rharrison): Remove asan_options once signal trap is no longer 86 asan_options = [ "allow_user_segv_handler=1" ] 89 # TODO(rharrison): Remove asan_options once signal trap is no longer 95 asan_options = [ "allow_user_segv_handler=1" ] 98 # TODO(rharrison): Remove asan_options once signal trap is no longer 104 asan_options = [ "allow_user_segv_handler=1" ]
|
/third_party/grpc/tools/run_tests/generated/ |
D | configs.json | 8 "ASAN_OPTIONS": "detect_leaks=1:color=always", string 18 "ASAN_OPTIONS": "detect_leaks=1:color=always", string 41 "ASAN_OPTIONS": "detect_leaks=0:color=always" string
|
/third_party/skia/third_party/externals/dawn/src/fuzzers/ |
D | BUILD.gn | 44 "asan_options", 54 if (defined(asan_options)) { 55 not_needed([ "asan_options" ])
|
/third_party/musl/ndk-test/sanitize/asan/src/init-order/ |
D | a.cpp | 4 // ASAN_OPTIONS=check_initialization_order=true IO-a 5 // ASAN_OPTIONS=check_initialization_order=true IO-b (noexpect)
|
D | b.cpp | 4 // ASAN_OPTIONS=check_initialization_order=true IO-b
|
/third_party/json/test/thirdparty/Fuzzer/test/ |
D | afl-driver-extra-stats.test | 6 RUN: ASAN_OPTIONS= AFL_DRIVER_EXTRA_STATS_FILENAME=%T not --crash AFLDriverTest 10 ASAN_OPTIONS= AFL_DRIVER_EXTRA_STATS_FILENAME=%t not --crash AFLDriverTest
|
D | fuzzer-segv.test | 1 RUN: ASAN_OPTIONS=handle_segv=0 not LLVMFuzzer-NullDerefTest 2>&1 | FileCheck %s --check-prefix=LIB…
|
D | afl-driver-stderr.test | 6 RUN: ASAN_OPTIONS= AFL_DRIVER_STDERR_DUPLICATE_FILENAME="%T" not --crash AFLDriverTest
|
D | fuzzer.test | 54 RUN: ASAN_OPTIONS=strict_string_checks=1 not LLVMFuzzer-StrncmpOOBTest -seed=1 -runs=1000000 2>&1 |…
|
/third_party/grpc/tools/ |
D | bazel.rc | 24 build:asan --action_env=ASAN_OPTIONS=detect_leaks=1:color=always 45 build:asan_macos --action_env=ASAN_OPTIONS=detect_leaks=0
|
/third_party/grpc/ |
D | build_handwritten.yaml | 80 ASAN_OPTIONS: detect_leaks=1:color=always 92 ASAN_OPTIONS: detect_leaks=0:color=always 104 ASAN_OPTIONS: detect_leaks=1:color=always
|
/third_party/musl/ndk-test/sanitize/asan/src/ |
D | use-after-return.cpp | 2 // ASAN_OPTIONS=detect_stack_use_after_return=true %t
|
/third_party/flatbuffers/tests/docker/ |
D | cpp_test.run.sh | 5 export ASAN_OPTIONS=halt_on_error=1
|
/third_party/skia/infra/bots/recipe_modules/flavor/ |
D | default.py | 193 env['ASAN_OPTIONS'] = 'symbolize=1' 195 env['ASAN_OPTIONS'] = 'symbolize=1 detect_leaks=1' 202 env['ASAN_OPTIONS'] += ' fast_unwind_on_malloc=0'
|
/third_party/musl/ndk-test/script/ |
D | runtest-sanitize.sh | 20 ASAN_OPTIONS=detect_stack_use_after_return=1 sanitize/asan/$case 2>tmp 22 ASAN_OPTIONS=check_initialization_order=true sanitize/asan/$case 2>tmp 24 ASAN_OPTIONS='' sanitize/asan/$case 2>tmp
|
/third_party/musl/ndk-test/sanitize/ |
D | runtest.sh | 21 ASAN_OPTIONS=detect_stack_use_after_return=1 sanitize/asan/$case 2>tmp 23 ASAN_OPTIONS=check_initialization_order=true sanitize/asan/$case 2>tmp 25 ASAN_OPTIONS='' sanitize/asan/$case 2>tmp
|
/third_party/mesa3d/.gitlab-ci/common/ |
D | generate-env.sh | 4 ASAN_OPTIONS \
|
/third_party/skia/third_party/externals/brotli/ |
D | .travis.yml | 47 env: BUILD_SYSTEM=fuzz C_COMPILER=clang-7 CXX_COMPILER=clang++-7 ASAN_OPTIONS=detect_leaks=0 149 …YSTEM=cmake C_COMPILER=clang-7 CXX_COMPILER=clang++-7 SANITIZER=address ASAN_OPTIONS=detect_leaks=0
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ci/ |
D | gitlab-ci.yml | 36 ASAN_OPTIONS: "detect_leaks=0"
|
/third_party/grpc/tools/fuzzer/ |
D | build_and_run_fuzzer.sh | 22 export ASAN_OPTIONS=handle_abort=1
|
/third_party/flatbuffers/tests/fuzzer/ |
D | readme.md | 71 - `export ASAN_OPTIONS=halt_on_error=1`
|
/third_party/flutter/skia/infra/bots/recipe_modules/flavor/ |
D | default.py | 247 env['ASAN_OPTIONS'] = 'symbolize=1' # Mac doesn't support detect_leaks. 249 env['ASAN_OPTIONS'] = 'symbolize=1 detect_leaks=1'
|
/third_party/flutter/skia/infra/bots/recipe_modules/flavor/examples/full.expected/ |
D | Perf-Win2016-Clang-GCE-CPU-AVX2-x86_64-Debug-All-UBSAN.json | 192 "ASAN_OPTIONS": "symbolize=1 detect_leaks=1", string
|
D | Test-Mac10.13-Clang-MacBookPro11.5-CPU-AVX2-x86_64-Debug-All-ASAN.json | 187 "ASAN_OPTIONS": "symbolize=1", string
|
D | Perf-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-ASAN.json | 192 "ASAN_OPTIONS": "symbolize=1 detect_leaks=1", string
|