[all-commits] [llvm/llvm-project] f9a016: [LSAN][HWASAN] Run LSAN tests with HWASAN enabled

kstoimenov via All-commits all-commits at lists.llvm.org
Fri Jan 27 16:07:36 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f9a01630988716f1b52afe6727f34fe86c07c58a
      https://github.com/llvm/llvm-project/commit/f9a01630988716f1b52afe6727f34fe86c07c58a
  Author: Kirill Stoimenov <kstoimenov at google.com>
  Date:   2023-01-28 (Sat, 28 Jan 2023)

  Changed paths:
    M compiler-rt/test/lsan/CMakeLists.txt
    M compiler-rt/test/lsan/TestCases/Linux/cleanup_in_tsd_destructor.c
    M compiler-rt/test/lsan/TestCases/Linux/disabler_in_tsd_destructor.c
    M compiler-rt/test/lsan/TestCases/Linux/fork_threaded.cpp
    M compiler-rt/test/lsan/TestCases/Linux/guard-page.c
    M compiler-rt/test/lsan/TestCases/Linux/libdl_deadlock.cpp
    M compiler-rt/test/lsan/TestCases/Linux/log-path_test.cpp
    M compiler-rt/test/lsan/TestCases/Linux/use_tls_pthread_specific_dynamic.cpp
    M compiler-rt/test/lsan/TestCases/Linux/use_tls_pthread_specific_static.cpp
    M compiler-rt/test/lsan/TestCases/Linux/use_tls_static.cpp
    M compiler-rt/test/lsan/TestCases/default_options.cpp
    M compiler-rt/test/lsan/TestCases/disabler.c
    M compiler-rt/test/lsan/TestCases/do_leak_check_override.cpp
    M compiler-rt/test/lsan/TestCases/high_allocator_contention.cpp
    M compiler-rt/test/lsan/TestCases/ignore_object.c
    M compiler-rt/test/lsan/TestCases/leak_check_at_exit.cpp
    M compiler-rt/test/lsan/TestCases/link_turned_off.cpp
    M compiler-rt/test/lsan/TestCases/malloc_zero.c
    M compiler-rt/test/lsan/TestCases/many_tls_keys_pthread.cpp
    M compiler-rt/test/lsan/TestCases/many_tls_keys_thread.cpp
    M compiler-rt/test/lsan/TestCases/pointer_to_self.cpp
    M compiler-rt/test/lsan/TestCases/realloc_too_big.c
    M compiler-rt/test/lsan/TestCases/recoverable_leak_check.cpp
    M compiler-rt/test/lsan/TestCases/register_root_region.cpp
    M compiler-rt/test/lsan/TestCases/suppressions_default.cpp
    M compiler-rt/test/lsan/TestCases/suppressions_file.cpp
    M compiler-rt/test/lsan/TestCases/swapcontext.cpp
    M compiler-rt/test/lsan/TestCases/use_after_return.cpp
    M compiler-rt/test/lsan/TestCases/use_globals_initialized.cpp
    M compiler-rt/test/lsan/TestCases/use_globals_uninitialized.cpp
    M compiler-rt/test/lsan/TestCases/use_registers.cpp
    M compiler-rt/test/lsan/TestCases/use_registers_extra.cpp
    M compiler-rt/test/lsan/TestCases/use_stacks.cpp
    M compiler-rt/test/lsan/TestCases/use_stacks_threaded.cpp
    M compiler-rt/test/lsan/TestCases/use_unaligned.cpp
    M compiler-rt/test/lsan/lit.common.cfg.py

  Log Message:
  -----------
  [LSAN][HWASAN] Run LSAN tests with HWASAN enabled

A lot of tests are disabled by using UNSUPPORTED. The plan is to remove UNSUPPORTED for tests that are fixed.

Reviewed By: vitalybuka

Differential Revision: https://reviews.llvm.org/D142676




More information about the All-commits mailing list