llvm-project/compiler-rt/lib/tsan/tests/unit
Kamil Rytarowski 64fc9cf2e5 Move __tsan::Vector to __sanitizer
Summary:
The low-fat STL-like vector container will be reused in MSan.

It is needed to implement an atexit(3) interceptor on NetBSD/amd64 in MSan.

Sponsored by <The NetBSD Foundation>

Reviewers: joerg, dvyukov, eugenis, vitalybuka, kcc

Reviewed By: dvyukov

Subscribers: kubamracek, mgorny, llvm-commits, #sanitizers

Tags: #sanitizers

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

llvm-svn: 319650
2017-12-04 12:30:09 +00:00
..
CMakeLists.txt Move __tsan::Vector to __sanitizer 2017-12-04 12:30:09 +00:00
tsan_clock_test.cc tsan: optimize sync clock memory consumption 2017-07-14 11:30:06 +00:00
tsan_dense_alloc_test.cc [TSan] Fix signed-compare warning in the unit test 2014-11-03 22:17:39 +00:00
tsan_flags_test.cc [Sanitizers] Unify the semantics and usage of "exitcode" runtime flag across all sanitizers. 2015-08-21 20:49:37 +00:00
tsan_mman_test.cc [tsan] Check for pvalloc overlow 2017-08-02 22:47:54 +00:00
tsan_mutex_test.cc Remove TSAN_DEBUG in favor of SANITIZER_DEBUG. 2015-01-03 04:29:12 +00:00
tsan_mutexset_test.cc
tsan_shadow_test.cc
tsan_stack_test.cc [TSan] Use StackTrace from sanitizer_common where applicable 2014-11-03 22:23:44 +00:00
tsan_sync_test.cc tsan: don't create sync objects on acquire 2016-06-27 11:14:59 +00:00
tsan_unit_test_main.cc [sanitizer] On OS X, verify that interceptors work and abort if not, take 2 2016-03-17 08:37:25 +00:00