Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move TSan lit-tests under test/tsan | Alexey Samsonov | 2014-02-14 | 1 | -44/+0 |
| | | | | llvm-svn: 201414 | ||||
* | tsan: deflake flaky test | Dmitry Vyukov | 2014-02-05 | 1 | -0/+2 |
| | | | | llvm-svn: 200833 | ||||
* | tsan: revert variable name change in test | Dmitry Vyukov | 2013-10-16 | 1 | -5/+5 |
| | | | | | | It works as is with new llvm-symbolizer. llvm-svn: 192798 | ||||
* | tsan: move shadow stack from thread descriptors to fixed addresses | Dmitry Vyukov | 2013-10-16 | 1 | -5/+5 |
| | | | | | | | | This allows to increase max shadow stack size to 64K, and reliably catch shadow stack overflows instead of silently corrupting memory. llvm-svn: 192797 | ||||
* | [TSan] Extend test for reporting globals with races on them | Alexey Samsonov | 2013-10-16 | 1 | -3/+20 |
| | | | | llvm-svn: 192782 | ||||
* | Enable pipefail for TSan tests | Alexey Samsonov | 2013-08-07 | 1 | -1/+1 |
| | | | | llvm-svn: 187875 | ||||
* | tsan: symbolize global variables | Dmitry Vyukov | 2013-01-11 | 1 | -0/+25 |
llvm-svn: 172181 |