/aosp_15_r20/external/compiler-rt/test/lsan/TestCases/ |
H A D | leak_check_at_exit.cc | 4 // 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 D | print_suppressions.cc | 5 // 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 D | use_globals_uninitialized.cc | 4 // 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 D | use_tls_static.cc | 4 // 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 D | use_globals_initialized.cc | 4 // 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 D | use_stacks.cc | 4 // 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 D | use_tls_pthread_specific_static.cc | 4 // 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 D | use_after_return.cc | 5 // 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 D | use_tls_pthread_specific_dynamic.cc | 4 // 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 D | register_root_region.cc | 4 // 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 D | use_stacks_threaded.cc | 4 // 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 D | suppressions_file.cc | 6 // 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 D | use_registers.cc | 4 // 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 D | use_tls_dynamic.cc | 5 // 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 D | link_turned_off.cc | 4 // RUN: LSAN_OPTIONS=$LSAN_BASE %run %t 5 // RUN: LSAN_OPTIONS=$LSAN_BASE not %run %t foo 2>&1 | FileCheck %s
|
H A D | use_poisoned_asan.cc | 5 // 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 D | use_unaligned.cc | 4 // 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 D | recoverable_leak_check.cc | 4 // 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 D | do_leak_check_override.cc | 6 // 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 D | cleanup_in_tsd_destructor.c | 8 // 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 D | stale_stack_leak.cc | 4 // 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 D | test_env.py | 90 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 D | configs.json | 6 "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 D | lsan_suppressions_webrtc.cc | 12 // 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 D | lsan_suppressions.cc | 6 // You can also pass additional suppressions via LSAN_OPTIONS: 7 // LSAN_OPTIONS=suppressions=/path/to/suppressions. Please refer to
|