Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [TSan] Delete legacy test_output.sh script. | Alexey Samsonov | 2015-12-07 | 1 | -70/+0 |
| | | | | | | | | This script is superseded by lit test suite integrated into CMake for quite a while now. It doesn't support many tests, and require custom hacks for a few other. llvm-svn: 254932 | ||||
* | [TSan] Fix custom scripts that validate TSan on non-standard buildbot. | Alexey Samsonov | 2015-11-20 | 1 | -0/+4 |
| | | | | llvm-svn: 253682 | ||||
* | tsan: don't add -pie when compiling tests | Dmitry Vyukov | 2014-11-19 | 1 | -2/+2 |
| | | | | | | driver should add it as necessary llvm-svn: 222343 | ||||
* | [tsan] honour XFAIL in tsan/test_output.sh | Kostya Serebryany | 2014-07-14 | 1 | -0/+4 |
| | | | | llvm-svn: 212952 | ||||
* | [TSan] Exclude blacklist tests from manual test runner | Alexey Samsonov | 2014-06-09 | 1 | -2/+5 |
| | | | | llvm-svn: 210494 | ||||
* | [sanitizer] Replace -lpthread with -pthread in tests. | Evgeniy Stepanov | 2014-05-28 | 1 | -1/+1 |
| | | | | | | -lpthread does not work on Android. llvm-svn: 209735 | ||||
* | Move TSan lit-tests under test/tsan | Alexey Samsonov | 2014-02-14 | 1 | -0/+59 |
llvm-svn: 201414 |