Home
last modified time | relevance | path

Searched full:lsan_options (Results 1 – 25 of 106) sorted by relevance

12345

/aosp_15_r20/external/compiler-rt/test/lsan/TestCases/
H A Dleak_check_at_exit.cc4 // RUN: LSAN_OPTIONS=$LSAN_BASE not %run %t foo 2>&1 | FileCheck %s --check-prefix=CHECK-do
5 // RUN: LSAN_OPTIONS=$LSAN_BASE not %run %t 2>&1 | FileCheck %s --check-prefix=CHECK-do
6 // RUN: LSAN_OPTIONS=$LSAN_BASE:"leak_check_at_exit=0" not %run %t foo 2>&1 | FileCheck %s --check-…
7 // RUN: LSAN_OPTIONS=$LSAN_BASE:"leak_check_at_exit=0" %run %t 2>&1 | FileCheck %s --check-prefix=C…
H A Dprint_suppressions.cc5 // RUN: LSAN_OPTIONS=$LSAN_BASE:print_suppressions=0 %run %t 2>&1 | FileCheck %s --check-prefix=CHE…
6 // RUN: LSAN_OPTIONS=$LSAN_BASE %run %t 2>&1 | FileCheck %s --check-prefix=CHECK-dont-print
7 // RUN: LSAN_OPTIONS=$LSAN_BASE:print_suppressions=0 %run %t foo 2>&1 | FileCheck %s --check-prefix…
8 // RUN: LSAN_OPTIONS=$LSAN_BASE %run %t foo 2>&1 | FileCheck %s --check-prefix=CHECK-print
H A Duse_globals_uninitialized.cc4 // RUN: LSAN_OPTIONS=$LSAN_BASE:"use_globals=0" not %run %t 2>&1 | FileCheck %s
5 // RUN: LSAN_OPTIONS=$LSAN_BASE:"use_globals=1" %run %t 2>&1
6 // RUN: LSAN_OPTIONS="" %run %t 2>&1
H A Duse_tls_static.cc4 // RUN: LSAN_OPTIONS=$LSAN_BASE:"use_tls=0" not %run %t 2>&1 | FileCheck %s
5 // RUN: LSAN_OPTIONS=$LSAN_BASE:"use_tls=1" %run %t 2>&1
6 // RUN: LSAN_OPTIONS="" %run %t 2>&1
H A Duse_globals_initialized.cc4 // RUN: LSAN_OPTIONS=$LSAN_BASE:"use_globals=0" not %run %t 2>&1 | FileCheck %s
5 // RUN: LSAN_OPTIONS=$LSAN_BASE:"use_globals=1" %run %t 2>&1
6 // RUN: LSAN_OPTIONS="" %run %t 2>&1
H A Duse_stacks.cc4 // RUN: LSAN_OPTIONS=$LSAN_BASE:"use_stacks=0" not %run %t 2>&1 | FileCheck %s
5 // RUN: LSAN_OPTIONS=$LSAN_BASE:"use_stacks=1" %run %t 2>&1
6 // RUN: LSAN_OPTIONS="" %run %t 2>&1
H A Duse_tls_pthread_specific_static.cc4 // RUN: LSAN_OPTIONS=$LSAN_BASE:"use_tls=0" not %run %t 2>&1 | FileCheck %s
5 // RUN: LSAN_OPTIONS=$LSAN_BASE:"use_tls=1" %run %t 2>&1
6 // RUN: LSAN_OPTIONS="" %run %t 2>&1
H A Duse_after_return.cc5 // RUN: ASAN_OPTIONS=$ASAN_OPTIONS:detect_stack_use_after_return=1 LSAN_OPTIONS=$LSAN_BASE:"use_sta…
6 // RUN: ASAN_OPTIONS=$ASAN_OPTIONS:detect_stack_use_after_return=1 LSAN_OPTIONS=$LSAN_BASE:"use_sta…
7 // RUN: ASAN_OPTIONS=$ASAN_OPTIONS:detect_stack_use_after_return=1 LSAN_OPTIONS="" %run %t 2>&1
H A Duse_tls_pthread_specific_dynamic.cc4 // RUN: LSAN_OPTIONS=$LSAN_BASE:"use_tls=0" not %run %t 2>&1 | FileCheck %s
5 // RUN: LSAN_OPTIONS=$LSAN_BASE:"use_tls=1" %run %t 2>&1
6 // RUN: LSAN_OPTIONS="" %run %t 2>&1
H A Dregister_root_region.cc4 // RUN: LSAN_OPTIONS=$LSAN_BASE %run %t
5 // RUN: LSAN_OPTIONS=$LSAN_BASE not %run %t foo 2>&1 | FileCheck %s
6 // RUN: LSAN_OPTIONS=$LSAN_BASE:use_root_regions=0 not %run %t 2>&1 | FileCheck %s
H A Duse_stacks_threaded.cc4 // RUN: LSAN_OPTIONS=$LSAN_BASE:"use_stacks=0" not %run %t 2>&1 | FileCheck %s
5 // RUN: LSAN_OPTIONS=$LSAN_BASE:"use_stacks=1" %run %t 2>&1
6 // RUN: LSAN_OPTIONS="" %run %t 2>&1
H A Dsuppressions_file.cc6 // RUN: LSAN_OPTIONS="$LSAN_BASE:suppressions='%t.supp'" not %run %t 2>&1 | FileCheck %s --check-pr…
9 // RUN: LSAN_OPTIONS="$LSAN_BASE:suppressions='%t.supp'" not %run %t 2>&1 | FileCheck %s
12 // RUN: LSAN_OPTIONS="$LSAN_BASE:suppressions='%t.supp':symbolize=false" %run %t
H A Duse_registers.cc4 // RUN: LSAN_OPTIONS=$LSAN_BASE:"use_registers=0" not %run %t 2>&1 | FileCheck %s
5 // RUN: LSAN_OPTIONS=$LSAN_BASE:"use_registers=1" %run %t 2>&1
6 // RUN: LSAN_OPTIONS="" %run %t 2>&1
H A Duse_tls_dynamic.cc5 // RUN: LSAN_OPTIONS=$LSAN_BASE:"use_tls=0" not %run %t 2>&1 | FileCheck %s
6 // RUN: LSAN_OPTIONS=$LSAN_BASE:"use_tls=1" %run %t 2>&1
7 // RUN: LSAN_OPTIONS="" %run %t 2>&1
H A Dlink_turned_off.cc4 // RUN: LSAN_OPTIONS=$LSAN_BASE %run %t
5 // RUN: LSAN_OPTIONS=$LSAN_BASE not %run %t foo 2>&1 | FileCheck %s
H A Duse_poisoned_asan.cc5 // RUN: LSAN_OPTIONS=$LSAN_BASE:"use_poisoned=0" not %run %t 2>&1 | FileCheck %s
6 // RUN: LSAN_OPTIONS=$LSAN_BASE:"use_poisoned=1" %run %t 2>&1
H A Duse_unaligned.cc4 // RUN: LSAN_OPTIONS=$LSAN_BASE:"use_unaligned=0" not %run %t 2>&1 | FileCheck %s
5 // RUN: LSAN_OPTIONS=$LSAN_BASE:"use_unaligned=1" %run %t 2>&1
H A Drecoverable_leak_check.cc4 // RUN: LSAN_OPTIONS=$LSAN_BASE %run %t foo 2>&1 | FileCheck %s
5 // RUN: LSAN_OPTIONS=$LSAN_BASE %run %t 2>&1 | FileCheck %s
H A Ddo_leak_check_override.cc6 // RUN: LSAN_OPTIONS=$LSAN_BASE not %run %t 2>&1 | FileCheck --check-prefix=CHECK-strict %s
7 // RUN: LSAN_OPTIONS=$LSAN_BASE not %run %t foo 2>&1 | FileCheck --check-prefix=CHECK-normal %s
H A Dcleanup_in_tsd_destructor.c8 // RUN: LSAN_OPTIONS=$LSAN_BASE:use_tls=1 %run %t
9 // RUN: LSAN_OPTIONS=$LSAN_BASE:use_tls=0 not %run %t 2>&1 | FileCheck %s
H A Dstale_stack_leak.cc4 // RUN: LSAN_OPTIONS=$LSAN_BASE not %run %t 2>&1 | FileCheck %s
5 // RUN: LSAN_OPTIONS=$LSAN_BASE":exitcode=0" %run %t 2>&1 | FileCheck --check-prefix=CHECK-sanity %s
/aosp_15_r20/external/cronet/testing/
H A Dtest_env.py90 lsan_options = []
92 lsan_options = symbolization_options[:]
98 extra_env['LSAN_OPTIONS'] = ' '.join(lsan_options)
/aosp_15_r20/external/grpc-grpc/tools/run_tests/generated/
H A Dconfigs.json6 "LSAN_OPTIONS": "suppressions=test/core/util/lsan_suppressions.txt:report_objects=1" string
19 "LSAN_OPTIONS": "suppressions=test/core/util/lsan_suppressions.txt:report_objects=1" string
/aosp_15_r20/external/webrtc/tools_webrtc/sanitizers/
H A Dlsan_suppressions_webrtc.cc12 // You can also pass additional suppressions via LSAN_OPTIONS:
13 // LSAN_OPTIONS=suppressions=/path/to/suppressions. Please refer to
/aosp_15_r20/external/cronet/build/sanitizers/
H A Dlsan_suppressions.cc6 // You can also pass additional suppressions via LSAN_OPTIONS:
7 // LSAN_OPTIONS=suppressions=/path/to/suppressions. Please refer to

12345