Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tsan] Rename tsan_test_util_linux.cc to tsan_test_util_posix.cc | Kuba Brecka | 2015-11-11 | 1 | -491/+0 |
| | | | | | | Differential Revision: http://reviews.llvm.org/D14575 llvm-svn: 252741 | ||||
* | [tsan] Add TSan unit test support for OS X | Kuba Brecka | 2015-11-11 | 1 | -11/+32 |
| | | | | | | | | This patch enables building and running TSan unit tests on OS X. Differential Revision: http://reviews.llvm.org/D14546 llvm-svn: 252731 | ||||
* | Support building tsan_test_util_linux.cc on FreeBSD | Viktor Kutuzov | 2014-09-06 | 1 | -3/+8 |
| | | | | | | Differential Revision: http://reviews.llvm.org/D5210 llvm-svn: 217309 | ||||
* | [Sanitizer] update style checker script and fix namespace style warnings | Alexey Samsonov | 2013-01-30 | 1 | -1/+1 |
| | | | | llvm-svn: 173910 | ||||
* | [TSan] fix a typo in test dependencies. Silence few remaining pedantic gcc ↵ | Alexey Samsonov | 2012-09-18 | 1 | -1/+1 |
| | | | | | | warnings in TSan tests. llvm-svn: 164115 | ||||
* | [TSan] move: rtl_tests->tests/rtl unit_tests->tests/unit to make a single ↵ | Alexey Samsonov | 2012-09-17 | 1 | -0/+465 |
root for gtest-based tests. Support running these tests from lit via check-tsan command. llvm-svn: 164022 |