Searched full:detect_leaks (Results 1 – 25 of 125) sorted by relevance
12345
25 UBSAN_OPTIONS=detect_leaks=0 \38 ASAN_OPTIONS=detect_leaks=0 UBSAN_OPTIONS=detect_leaks=0 \44 ASAN_OPTIONS=detect_leaks=0 UBSAN_OPTIONS=detect_leaks=0 \53 ASAN_OPTIONS=detect_leaks=0 UBSAN_OPTIONS=detect_leaks=0 \82 ASAN_OPTIONS=detect_leaks=0 UBSAN_OPTIONS=detect_leaks=0 \
8 RUN: not %run %t-LeakTest -runs=100000 -detect_leaks=1 %t-corpus 2>&1 | FileCheck %s --check-prefix…11 LEAK_DURING: INFO: to ignore leaks on libFuzzer side use -detect_leaks=019 RUN: not %run %t-LeakTest -runs=0 -detect_leaks=1 %S 2>&1 | FileCheck %s --check-prefix=LEAK_IN_COR…27 RUN: not %run %t-LeakTest -runs=100000 -detect_leaks=0 2>&1 | FileCheck %s --check-prefix=LEAK_AFTER29 RUN: not %run %t-ThreadedLeakTest -runs=100000 -detect_leaks=0 2>&1 | FileCheck %s --check-prefix=L…
2 RUN: not LLVMFuzzer-LeakTest -runs=100000 -detect_leaks=1 2>&1 | FileCheck %s --check-prefix=LEAK_D…8 RUN: not LLVMFuzzer-LeakTest -runs=0 -detect_leaks=1 %S 2>&1 | FileCheck %s --check-prefix=LEAK_IN_…13 RUN: not LLVMFuzzer-LeakTest -runs=100000 -detect_leaks=0 2>&1 | FileCheck %s --check-prefix=LEAK_A…25 RUN: LLVMFuzzer-AccumulateAllocationsTest -detect_leaks=1 -runs=100000 2>&1 | FileCheck %s --check-…
26 ASAN_OPTIONS=detect_leaks=0 \33 ASAN_OPTIONS=detect_leaks=0 \45 ASAN_OPTIONS=detect_leaks=0 \63 ASAN_OPTIONS=detect_leaks=0 \78 ASAN_OPTIONS=detect_leaks=0 LIBS="-lunistring" CXXFLAGS="$CXXFLAGS -L$DEPS_PATH/lib" \
8 "ASAN_OPTIONS": "detect_leaks=1:color=always", 18 "ASAN_OPTIONS": "detect_leaks=1:color=always", 41 "ASAN_OPTIONS": "detect_leaks=0:color=always"
5 // RUN: %env_asan_opts=detect_leaks=1 not %run %t 2>&1 | FileCheck %s7 // RUN: %env_asan_opts=detect_leaks=0 %run %t
56 cf.detect_leaks = cf.detect_leaks && CAN_SANITIZE_LEAKS; in InitializeFlags()138 if (!CAN_SANITIZE_LEAKS && common_flags()->detect_leaks) { in InitializeFlags()139 Report("%s: detect_leaks is not supported on this platform.\n", in InitializeFlags()
4 // NOTE: `detect_leaks=0` is necessary because with LSan enabled the dladdr10 // RUN: %env_asan_opts=detect_leaks=0,verbosity=2,external_symbolizer_path=,stack_trace_format='"fu…
22 ASAN_OPTIONS=detect_leaks=032 ASAN_OPTIONS=detect_leaks=0 b2 clang-ossfuzz -j$(nproc) crypto=openssl fuzz=external sanitize=off s…
41 std::string cmd = "ASAN_OPTIONS=detect_leaks=0 ./" + name; in RunFuzzer()42 cmd += " -detect_leaks=0"; in RunFuzzer()
64 cf.detect_leaks = CAN_SANITIZE_LEAKS; in InitializeFlags()130 if (!CAN_SANITIZE_LEAKS && common_flags()->detect_leaks) { in InitializeFlags()131 Report("%s: detect_leaks is not supported on this platform.\n", in InitializeFlags()
31 export ASAN_OPTIONS="detect_leaks=0"32 export UBSAN_OPTIONS="detect_leaks=0"
47 cf.detect_leaks = true; in InitializeFlags()87 if (common_flags()->detect_leaks && common_flags()->leak_check_at_exit) in __lsan_init()
63 cf.detect_leaks = true; in InitializeFlags()107 if (common_flags()->detect_leaks && common_flags()->leak_check_at_exit) in __lsan_init()
77 ASAN_OPTIONS: detect_leaks=1:color=always89 ASAN_OPTIONS: detect_leaks=0:color=always101 ASAN_OPTIONS: detect_leaks=1:color=always
148 asan-options: detect_leaks=0156 asan-options: detect_leaks=0164 asan-options: detect_leaks=0172 asan-options: detect_leaks=0
24 build:asan --action_env=ASAN_OPTIONS=detect_leaks=1:color=always44 build:asan_macos --action_env=ASAN_OPTIONS=detect_leaks=0
2 detect_leaks=0
3 detect_leaks=0