[PATCH] [ASan] Test churn for setting ASAN_OPTIONS=symbolize_vs_style=false

Filipe Cabecinhas filcab+llvm.phabricator at gmail.com
Fri Jun 12 17:58:04 PDT 2015


Thanks Alexey. I missed a bunch of places that were messed up. I also tried
to make sure I got all files this time (I had missed some of them).

 Filipe

On Fri, Jun 12, 2015 at 5:51 PM, Filipe Cabecinhas <
filcab+llvm.phabricator at gmail.com> wrote:

> Fixed problems pointed out by Alexey.
> Included a bunch of tests I had missed.
>
>
> http://reviews.llvm.org/D10294
>
> Files:
>   test/asan/TestCases/Android/coverage-android.cc
>   test/asan/TestCases/Darwin/atos-symbolizer.cc
>   test/asan/TestCases/Darwin/dladdr-demangling.cc
>   test/asan/TestCases/Darwin/dyld_insert_libraries_reexec.cc
>   test/asan/TestCases/Darwin/reexec-insert-libraries-env.cc
>   test/asan/TestCases/Darwin/sandbox-symbolizer.cc
>   test/asan/TestCases/Darwin/suppressions-darwin.cc
>   test/asan/TestCases/Darwin/suppressions-sandbox.cc
>   test/asan/TestCases/Darwin/unset-insert-libraries-on-exec.cc
>   test/asan/TestCases/Linux/asan_prelink_test.cc
>   test/asan/TestCases/Linux/asan_preload_test-1.cc
>   test/asan/TestCases/Linux/asan_preload_test-2.cc
>   test/asan/TestCases/Linux/asan_rt_confict_test-1.cc
>   test/asan/TestCases/Linux/coverage-missing.cc
>   test/asan/TestCases/Linux/init-order-dlopen.cc
>   test/asan/TestCases/Linux/initialization-bug-any-order.cc
>   test/asan/TestCases/Linux/kernel-area.cc
>   test/asan/TestCases/Linux/leak.cc
>   test/asan/TestCases/Linux/malloc-in-qsort.cc
>   test/asan/TestCases/Linux/malloc_delete_mismatch.cc
>   test/asan/TestCases/Linux/nohugepage_test.cc
>   test/asan/TestCases/Linux/odr-violation.cc
>   test/asan/TestCases/Linux/overflow-in-qsort.cc
>   test/asan/TestCases/Linux/quarantine_size_mb.cc
>   test/asan/TestCases/Linux/sized_delete_test.cc
>   test/asan/TestCases/Linux/stack-overflow-sigbus.cc
>   test/asan/TestCases/Linux/stack-trace-dlclose.cc
>   test/asan/TestCases/Linux/static_tls.cc
>   test/asan/TestCases/Linux/stress_dtls.c
>   test/asan/TestCases/Posix/allow_user_segv.cc
>   test/asan/TestCases/Posix/asan-symbolize-sanity-test.cc
>   test/asan/TestCases/Posix/coverage-direct-activation.cc
>   test/asan/TestCases/Posix/coverage-direct-large.cc
>   test/asan/TestCases/Posix/coverage-direct.cc
>   test/asan/TestCases/Posix/coverage-fork-direct.cc
>   test/asan/TestCases/Posix/coverage-fork.cc
>   test/asan/TestCases/Posix/coverage-module-unloaded.cc
>   test/asan/TestCases/Posix/coverage-sandboxing.cc
>   test/asan/TestCases/Posix/coverage.cc
>   test/asan/TestCases/Posix/ioctl.cc
>   test/asan/TestCases/Posix/large_allocator_unpoisons_on_free.cc
>   test/asan/TestCases/Posix/log_path_fork_test.cc.disabled
>   test/asan/TestCases/Posix/new_array_cookie_test.cc
>   test/asan/TestCases/Posix/new_array_cookie_uaf_test.cc
>   test/asan/TestCases/Posix/start-deactivated.cc
>   test/asan/TestCases/Posix/tsd_dtor_leak.cc
>   test/asan/TestCases/Windows/coverage-basic.cc
>
> test/asan/TestCases/Windows/dll_report_globals_symbolization_at_startup.cc
>   test/asan/TestCases/Windows/dll_stack_use_after_return.cc
>   test/asan/TestCases/Windows/report_globals_reload_dll.cc
>   test/asan/TestCases/Windows/report_globals_vs_freelibrary.cc
>   test/asan/TestCases/Windows/stack_use_after_return.cc
>   test/asan/TestCases/allocator_returns_null.cc
>   test/asan/TestCases/asan_and_llvm_coverage_test.cc
>   test/asan/TestCases/asan_options-help.cc
>   test/asan/TestCases/atexit_stats.cc
>   test/asan/TestCases/atoi_strict.c
>   test/asan/TestCases/atol_strict.c
>   test/asan/TestCases/atoll_strict.c
>   test/asan/TestCases/closed-fds.cc
>   test/asan/TestCases/contiguous_container_crash.cc
>   test/asan/TestCases/coverage-and-lsan.cc
>   test/asan/TestCases/coverage-caller-callee-total-count.cc
>   test/asan/TestCases/coverage-caller-callee.cc
>   test/asan/TestCases/coverage-disabled.cc
>   test/asan/TestCases/coverage-levels.cc
>   test/asan/TestCases/coverage-maybe-open-file.cc
>   test/asan/TestCases/coverage-order-pcs.cc
>   test/asan/TestCases/coverage-reset.cc
>   test/asan/TestCases/coverage-tracing.cc
>   test/asan/TestCases/debug_mapping.cc
>   test/asan/TestCases/debug_ppc64_mapping.cc
>   test/asan/TestCases/deep_call_stack.cc
>   test/asan/TestCases/deep_stack_uaf.cc
>   test/asan/TestCases/double-free.cc
>   test/asan/TestCases/dump_instruction_bytes.cc
>   test/asan/TestCases/gc-test.cc
>   test/asan/TestCases/heap-overflow.cc
>   test/asan/TestCases/heavy_uar_test.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/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/stack-overflow.cc
>   test/asan/TestCases/stack-use-after-return.cc
>   test/asan/TestCases/strcasestr-1.c
>   test/asan/TestCases/strcasestr-2.c
>   test/asan/TestCases/strcasestr_strict.c
>   test/asan/TestCases/strcat_strict.c
>   test/asan/TestCases/strchr_strict.c
>   test/asan/TestCases/strcmp_strict.c
>   test/asan/TestCases/strcspn-1.c
>   test/asan/TestCases/strcspn-2.c
>   test/asan/TestCases/strcspn_strict.c
>   test/asan/TestCases/strip_path_prefix.c
>   test/asan/TestCases/strncat_strict.c
>   test/asan/TestCases/strpbrk-1.c
>   test/asan/TestCases/strpbrk-2.c
>   test/asan/TestCases/strpbrk_strict.c
>   test/asan/TestCases/strspn-1.c
>   test/asan/TestCases/strspn-2.c
>   test/asan/TestCases/strspn_strict.c
>   test/asan/TestCases/strstr-1.c
>   test/asan/TestCases/strstr-2.c
>   test/asan/TestCases/strstr_strict.c
>   test/asan/TestCases/strtol_strict.c
>   test/asan/TestCases/strtoll_strict.c
>   test/asan/TestCases/suppressions-exec-relative-location.cc
>   test/asan/TestCases/suppressions-function.cc
>   test/asan/TestCases/suppressions-interceptor.cc
>   test/asan/TestCases/suppressions-library.cc
>   test/asan/TestCases/uar_and_exceptions.cc
>   test/asan/TestCases/use-after-poison.cc
>   test/asan/TestCases/use-after-scope.cc
>   test/asan/TestCases/verbose-log-path_test.cc
>   test/asan/lit.cfg
>
> EMAIL PREFERENCES
>   http://reviews.llvm.org/settings/panel/emailpreferences/
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150612/6bc619c7/attachment.html>


More information about the llvm-commits mailing list