Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | compiler-rt: Rename .cc file in lib/tsan/tests/{rtl,unit} to .cpp | Nico Weber | 2019-08-01 | 1 | -9/+13 |
| | | | | | | Like r367463, but for tsan/tests/{rtl,unit}. llvm-svn: 367566 | ||||
* | [tsan] Rename tsan_test_util_linux.cc to tsan_test_util_posix.cc | Kuba Brecka | 2015-11-11 | 1 | -1/+1 |
| | | | | | | 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 | -1/+1 |
| | | | | | | | | This patch enables building and running TSan unit tests on OS X. Differential Revision: http://reviews.llvm.org/D14546 llvm-svn: 252731 | ||||
* | [TSan] Use Clang to compile and link TSan unit tests with TSan runtime | Alexey Samsonov | 2013-09-11 | 1 | -5/+9 |
| | | | | llvm-svn: 190503 | ||||
* | [TSan] move: rtl_tests->tests/rtl unit_tests->tests/unit to make a single ↵ | Alexey Samsonov | 2012-09-17 | 1 | -0/+15 |
root for gtest-based tests. Support running these tests from lit via check-tsan command. llvm-svn: 164022 |