[ASan tests] Use ASAN_OPTIONS in a portable way
commitd7ae348bc52edf6eab4f5520c4e83817306166c1
authorTimur Iskhodzhanov <timurrrr@google.com>
Mon, 26 May 2014 13:44:57 +0000 (26 13:44 +0000)
committerTimur Iskhodzhanov <timurrrr@google.com>
Mon, 26 May 2014 13:44:57 +0000 (26 13:44 +0000)
tree5bae336cf562fcffa6f0d9153c33a2d90cf47b0a
parent51d28680772cb0b03b0d9ceb0f6aef60a0e9aece
[ASan tests] Use ASAN_OPTIONS in a portable way

git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@209629 91177308-0d34-0410-b5e6-96231b3b80d8
36 files changed:
test/asan/TestCases/allocator_returns_null.cc
test/asan/TestCases/asan-symbolize-sanity-test.cc
test/asan/TestCases/atexit_stats.cc
test/asan/TestCases/contiguous_container_crash.cc
test/asan/TestCases/deep_call_stack.cc
test/asan/TestCases/deep_stack_uaf.cc
test/asan/TestCases/double-free.cc
test/asan/TestCases/gc-test.cc
test/asan/TestCases/heap-overflow.cc
test/asan/TestCases/init-order-atexit.cc
test/asan/TestCases/init-order-pthread-create.cc
test/asan/TestCases/initialization-blacklist.cc
test/asan/TestCases/initialization-bug.cc
test/asan/TestCases/initialization-constexpr.cc
test/asan/TestCases/initialization-nobug.cc
test/asan/TestCases/invalid-free.cc
test/asan/TestCases/log-path_test.cc
test/asan/TestCases/log_path_fork_test.cc.disabled
test/asan/TestCases/malloc_context_size.cc
test/asan/TestCases/malloc_fill.cc
test/asan/TestCases/max_redzone.cc
test/asan/TestCases/memcmp_strict_test.cc
test/asan/TestCases/mmap_limit_mb.cc
test/asan/TestCases/poison_partial.cc
test/asan/TestCases/print_summary.cc
test/asan/TestCases/printf-1.c
test/asan/TestCases/printf-2.c
test/asan/TestCases/printf-3.c
test/asan/TestCases/printf-4.c
test/asan/TestCases/printf-5.c
test/asan/TestCases/sleep_before_dying.c
test/asan/TestCases/stack-overflow.cc
test/asan/TestCases/stack-use-after-return.cc
test/asan/TestCases/strip_path_prefix.c
test/asan/TestCases/use-after-poison.cc
test/asan/TestCases/use-after-scope.cc