summaryrefslogtreecommitdiff
path: root/test/tsan/bench_rwmutex.cc
AgeCommit message (Collapse)Author
2015-11-19[tsan] Mark tests that need pthread barriers with "UNSUPPORTED: darwin"Kuba Brecka
Several testcases need pthread barriers (e.g. all bench_*.cc which use test/tsan/bench.h) which are not available on OS X. Let's mark them with "UNSUPPORTED: darwin". Differential Revision: http://reviews.llvm.org/D14636 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@253558 91177308-0d34-0410-b5e6-96231b3b80d8
2014-04-30Add %run to all lit testsGreg Fitzgerald
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@207709 91177308-0d34-0410-b5e6-96231b3b80d8
2014-03-24tsan: add benchmarks for synchronization handlingDmitry Vyukov
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@204608 91177308-0d34-0410-b5e6-96231b3b80d8