summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/tsan/tests/rtl/tsan_test_util_linux.cc
Commit message (Collapse)AuthorAgeFilesLines
* [tsan] Rename tsan_test_util_linux.cc to tsan_test_util_posix.ccKuba Brecka2015-11-111-491/+0
| | | | | | Differential Revision: http://reviews.llvm.org/D14575 llvm-svn: 252741
* [tsan] Add TSan unit test support for OS XKuba Brecka2015-11-111-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 FreeBSDViktor Kutuzov2014-09-061-3/+8
| | | | | | Differential Revision: http://reviews.llvm.org/D5210 llvm-svn: 217309
* [Sanitizer] update style checker script and fix namespace style warningsAlexey Samsonov2013-01-301-1/+1
| | | | llvm-svn: 173910
* [TSan] fix a typo in test dependencies. Silence few remaining pedantic gcc ↵Alexey Samsonov2012-09-181-1/+1
| | | | | | warnings in TSan tests. llvm-svn: 164115
* [TSan] move: rtl_tests->tests/rtl unit_tests->tests/unit to make a single ↵Alexey Samsonov2012-09-171-0/+465
root for gtest-based tests. Support running these tests from lit via check-tsan command. llvm-svn: 164022
OpenPOWER on IntegriCloud