Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tsan: remove sleeps from tests | Dmitry Vyukov | 2015-01-21 | 1 | -3/+4 |
| | | | | | | | | Even sleep(1) lead to episodical flakes on some machines. Use an invisible by tsan barrier to enforce required execution order instead. This makes the tests deterministic and faster. llvm-svn: 226659 | ||||
* | tsan: make positive tests more robust | Dmitry Vyukov | 2014-05-30 | 1 | -1/+1 |
| | | | | | | | | | | Add a script that is used to deflake inherently flaky tsan tests. It is invoked from lit tests as: %deflake %run %t The script runs the target program up to 10 times, until it produces a tsan warning. llvm-svn: 209898 | ||||
* | 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/+21 |
llvm-svn: 201414 |