commit | 9dcecefe672696fd1021ebc5fb28a1eb2c20ea50 | [log] [tgz] |
---|---|---|
author | Kuba Brecka <kuba.brecka@gmail.com> | Fri Nov 06 15:05:34 2015 +0000 |
committer | Kuba Brecka <kuba.brecka@gmail.com> | Fri Nov 06 15:05:34 2015 +0000 |
tree | edc4ebf5014e2d126bcba921d65217c7544af8cc | |
parent | 7056f7488f18690b8db46c5064c2df6ef47c1576 [diff] |
[tsan] Add Darwin support for lit tests This patch enables running lit tests on OS X: 1) Simply enable tests for Darwin (they were restricted to Linux and FreeBSD). 2) Disable using instrumented libcxx (libcxx_tsan) on Darwin. 3) On Darwin, override abort_on_error=0, otherwise all tests would generate crash logs and take much longer to process. Differential Revision: http://reviews.llvm.org/D14439 llvm-svn: 252309