llvm-project/compiler-rt/test
Dmitry Vyukov 8c0f86e307 tsan: fix handling of pthread_cond_wait in presence of pthread_cancel
if the thread is cancelled in pthread_cond_wait, it locks the mutex before
processing pthread_cleanup stack
but tsan was missing that, thus reporting false double-lock/wrong-unlock errors
see the test for details

llvm-svn: 203648
2014-03-12 09:48:14 +00:00
..
BlocksRuntime Move tests for BlocksRuntime and builtins to corresponding directories under test/ 2014-02-14 09:47:31 +00:00
asan Improve llvm-symbolizer discovery in asan_symbolize.py 2014-03-05 15:00:36 +00:00
builtins Move tests for BlocksRuntime and builtins to corresponding directories under test/ 2014-02-14 09:47:31 +00:00
dfsan [CMake] lit tests shouldn't depend on runtimes in standalone build 2014-02-20 09:47:18 +00:00
lsan [CMake] lit tests shouldn't depend on runtimes in standalone build 2014-02-20 09:47:18 +00:00
msan [msan] Make up for missing interceptor in getxattr() test. 2014-03-04 13:13:34 +00:00
sanitizer_common Move config for sanitizer_common tests under test/ for consistency 2014-02-20 12:18:08 +00:00
tsan tsan: fix handling of pthread_cond_wait in presence of pthread_cancel 2014-03-12 09:48:14 +00:00
ubsan [CMake] lit tests shouldn't depend on runtimes in standalone build 2014-02-20 09:47:18 +00:00
CMakeLists.txt [CMake] Introduce check-all command for standalone compiler-rt build 2014-02-20 12:36:26 +00:00
lit.common.cfg Add rudimentary support for running compiler-rt lit tests with GCC 2014-02-19 15:13:14 +00:00
lit.common.configured.in Add rudimentary support for running compiler-rt lit tests with GCC 2014-02-19 15:13:14 +00:00