summaryrefslogtreecommitdiff
path: root/test/tsan/signal_thread.cc
AgeCommit message (Collapse)Author
2015-11-07[tsan] Turn lit test deadlocks into failures (OS X)Kuba Brecka
Several tests currently deadlock when the lit test suite is run on OS X. Let's mark them as unsupported. Differential Revision: http://reviews.llvm.org/D14443 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@252402 91177308-0d34-0410-b5e6-96231b3b80d8
2014-12-18tsan: add an additional test for signal handlersDmitry Vyukov
the test passes now, but signal handling during thread creation and shutdown is tricky git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@224532 91177308-0d34-0410-b5e6-96231b3b80d8