llvm-project/compiler-rt/lib/tsan/tests
Kuba Brecka 5b2e4e3c66 [tsan] Call pthread interceptors directly in TSan RTL unit tests
On Darwin, we're running the TSan unit tests without interceptors. To make sure TSan observes all the pthread events (thread creating, thread join, condvar signal, etc.) in tsan_posix.cc, we should call the pthread interceptors directly, as we already do in tsan_test_util_posix.cc. This fixes some flaky failures on Darwin bots.

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

llvm-svn: 287026
2016-11-15 21:00:55 +00:00
..
rtl [tsan] Call pthread interceptors directly in TSan RTL unit tests 2016-11-15 21:00:55 +00:00
unit Follow-up for r277458: Update the tsan_mman_test.cc unit test. 2016-08-02 14:41:03 +00:00
CMakeLists.txt [sanitizers] Set Darwin specific linker and compiler flags for all tests 2016-10-26 23:23:38 +00:00