Home
last modified time | relevance | path

Searched full:asan_options (Results 1 – 25 of 44) sorted by relevance

12

/third_party/flutter/skia/third_party/externals/dawn/src/fuzzers/
DBUILD.gn44 "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/
Dconfigs.json8 "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/
DBUILD.gn44 "asan_options",
54 if (defined(asan_options)) {
55 not_needed([ "asan_options" ])
/third_party/musl/ndk-test/sanitize/asan/src/init-order/
Da.cpp4 // ASAN_OPTIONS=check_initialization_order=true IO-a
5 // ASAN_OPTIONS=check_initialization_order=true IO-b (noexpect)
Db.cpp4 // ASAN_OPTIONS=check_initialization_order=true IO-b
/third_party/json/test/thirdparty/Fuzzer/test/
Dafl-driver-extra-stats.test6 RUN: ASAN_OPTIONS= AFL_DRIVER_EXTRA_STATS_FILENAME=%T not --crash AFLDriverTest
10 ASAN_OPTIONS= AFL_DRIVER_EXTRA_STATS_FILENAME=%t not --crash AFLDriverTest
Dfuzzer-segv.test1 RUN: ASAN_OPTIONS=handle_segv=0 not LLVMFuzzer-NullDerefTest 2>&1 | FileCheck %s --check-prefix=LIB…
Dafl-driver-stderr.test6 RUN: ASAN_OPTIONS= AFL_DRIVER_STDERR_DUPLICATE_FILENAME="%T" not --crash AFLDriverTest
Dfuzzer.test54 RUN: ASAN_OPTIONS=strict_string_checks=1 not LLVMFuzzer-StrncmpOOBTest -seed=1 -runs=1000000 2>&1 |…
/third_party/grpc/tools/
Dbazel.rc24 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/
Dbuild_handwritten.yaml80 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/
Duse-after-return.cpp2 // ASAN_OPTIONS=detect_stack_use_after_return=true %t
/third_party/flatbuffers/tests/docker/
Dcpp_test.run.sh5 export ASAN_OPTIONS=halt_on_error=1
/third_party/skia/infra/bots/recipe_modules/flavor/
Ddefault.py193 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/
Druntest-sanitize.sh20 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/
Druntest.sh21 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/
Dgenerate-env.sh4 ASAN_OPTIONS \
/third_party/skia/third_party/externals/brotli/
D.travis.yml47 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/
Dgitlab-ci.yml36 ASAN_OPTIONS: "detect_leaks=0"
/third_party/grpc/tools/fuzzer/
Dbuild_and_run_fuzzer.sh22 export ASAN_OPTIONS=handle_abort=1
/third_party/flatbuffers/tests/fuzzer/
Dreadme.md71 - `export ASAN_OPTIONS=halt_on_error=1`
/third_party/flutter/skia/infra/bots/recipe_modules/flavor/
Ddefault.py247 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/
DPerf-Win2016-Clang-GCE-CPU-AVX2-x86_64-Debug-All-UBSAN.json192 "ASAN_OPTIONS": "symbolize=1 detect_leaks=1", string
DTest-Mac10.13-Clang-MacBookPro11.5-CPU-AVX2-x86_64-Debug-All-ASAN.json187 "ASAN_OPTIONS": "symbolize=1", string
DPerf-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-ASAN.json192 "ASAN_OPTIONS": "symbolize=1 detect_leaks=1", string

12