summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/tsan/lit_tests/thread_name.cc
Commit message (Collapse)AuthorAgeFilesLines
* Move TSan lit-tests under test/tsanAlexey Samsonov2014-02-141-38/+0
| | | | llvm-svn: 201414
* Enable pipefail for TSan testsAlexey Samsonov2013-08-071-1/+1
| | | | llvm-svn: 187875
* [sanitizer] Replace more platform checks with SANITIZER_ constants.Evgeniy Stepanov2013-03-191-1/+1
| | | | llvm-svn: 177400
* [tsan] fix thread_name.cc test to work with older versions of libcKostya Serebryany2013-01-211-0/+4
| | | | llvm-svn: 173023
* [sanitizer] reapply r172719, r172721-172723, r172725, and also fix the ↵Kostya Serebryany2013-01-181-2/+1
| | | | | | warning on Mac. llvm-svn: 172791
* Revert r172719, r172721-172723, and r172725.Jakob Stoklund Olesen2013-01-171-1/+2
| | | | | | | | | | | | | | | | | | The r172719 patch broke the build on Mac, the others depended on it. compiler-rt/lib/asan/asan_interceptors.cc:78:13: error: unused function 'SetThreadName' [-Werror,-Wunused-function] static void SetThreadName(const char *name) { Orignal headlines: [asan] attempting to fix the Mac build [asan] restructure read/pread/pread64 tests [sanitizer] move write/pwrite/pwrite64 interceptors to common [msan] start using common interceptors in msan [tsan] move prctl interceptor from asan to common_interceptors thus enabling it for tsan too llvm-svn: 172763
* [tsan] move prctl interceptor from asan to common_interceptors thus enabling ↵Kostya Serebryany2013-01-171-2/+1
| | | | | | it for tsan too llvm-svn: 172719
* [sanitizer] a bit more unification for interceptors (merge ↵Kostya Serebryany2013-01-171-0/+1
| | | | | | read/pread/pread64 in asan and tsan) llvm-svn: 172713
* tsan: deflake output tests (by increasing sleeps)Dmitry Vyukov2012-12-071-1/+1
| | | | llvm-svn: 169592
* tsan: add mutexsets to reportsDmitry Vyukov2012-12-061-2/+2
| | | | | | With this change reports say what mutexes the threads hold around the racy memory accesses. llvm-svn: 169493
* tsan: output thread namesDmitry Vyukov2012-12-041-0/+34
llvm-svn: 169279
OpenPOWER on IntegriCloud