summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/tsan/cond_version.c
Commit message (Collapse)AuthorAgeFilesLines
* [tsan] Make tests that use CLOCK_MONOTONIC portableKuba Brecka2015-11-201-0/+3
| | | | | | | | Several tests rely on CLOCK_MONOTONIC, which doesn't exist on OS X. This patch fixes these tests by either disabling them (in case of cond_version.c which doesn't make sense on OS X), or by porting the test to also work on OS X. Differential Revision: http://reviews.llvm.org/D14861 llvm-svn: 253658
* Add %run to all lit testsGreg Fitzgerald2014-04-301-1/+1
| | | | llvm-svn: 207709
* Move TSan lit-tests under test/tsanAlexey Samsonov2014-02-141-0/+44
llvm-svn: 201414
OpenPOWER on IntegriCloud