Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tsan] Make tests that use CLOCK_MONOTONIC portable | Kuba Brecka | 2015-11-20 | 1 | -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 tests | Greg Fitzgerald | 2014-04-30 | 1 | -1/+1 |
| | | | | llvm-svn: 207709 | ||||
* | Move TSan lit-tests under test/tsan | Alexey Samsonov | 2014-02-14 | 1 | -0/+44 |
llvm-svn: 201414 |