summaryrefslogtreecommitdiff
path: root/test/tsan/CMakeLists.txt
AgeCommit message (Expand)Author
2017-12-12[CMake] Support runtimes and monorepo layouts when looking for libcxxPetr Hosek
2017-10-11Disable TSan tests on Android.Evgeniy Stepanov
2017-07-12Add explicit CMake targets for ASan/TSan iOS Simulator testing and update the...Kuba Mracek
2017-07-10[tsan] Add support for running TSan tests on iOS simulator and devicesKuba Mracek
2016-11-29[sanitizer] Add macOS minimum deployment target to all compiler invocations i...Kuba Mracek
2016-07-11[compiler-rt] Fix VisualStudio virtual folders layoutEtienne Bergeron
2016-02-23[tests] Always specify correct config.target_arch when configuring test suite.Alexey Samsonov
2016-02-17[tests] Slightly improve a fix in r260669.Alexey Samsonov
2016-02-12Re-commit r260230 with a fix for clang-cmake-aarch64-42vma.Daniel Sanders
2016-02-12Revert r260669 while the clang-cmake-aarch64-42vma failures is investigated.Daniel Sanders
2016-02-12[msan+tsan] Bring back the tests that disappeared after r260230 and r259512.Daniel Sanders
2016-02-02[TSan] Use darwin_filter_host_arch to restrict set of test arch on Mac OS.Alexey Samsonov
2016-02-02Re-commit r259512: [tsan] Add a libc++ and lit testsuite for each ${TSAN_SUPP...Daniel Sanders
2016-02-02Revert r259512 - [tsan] Add a libc++ and lit testsuite for each ${TSAN_SUPPOR...Daniel Sanders
2016-02-02[tsan] Add a libc++ and lit testsuite for each ${TSAN_SUPPORTED_ARCH}.Daniel Sanders
2015-12-08[PPC64, TSAN] LLVM basic enablement of thread sanitizer for PPC64 (BE and LE)Bill Schmidt
2015-12-04[tsan] Enable building and testing TSan Go runtime on OS XKuba Brecka
2015-11-09[tsan] Skip building libcxx_tsan on OS XKuba Brecka
2015-11-03[tsan] CMake support for TSan on OS XKuba Brecka
2015-09-08[CMake] Remove all uses of LLVM_NATIVE_ARCH.Alexey Samsonov
2015-04-10[sanitizer][MIPS] Fix warnings on MIPSDmitry Vyukov
2015-02-02[TSan] Add Go runtime sanity check to CMake build.Alexey Samsonov
2014-07-10[TSan] Fix a bug in libcxx-tsan build conditions spotted by Ryuta SuzukiAlexey Samsonov
2014-05-16[CMake] Don't build libcxx_tsan with compilers other than ClangAlexey Samsonov
2014-05-13[TSan] Build TSan-instrumented version of libcxx and use it in lit tests.Alexey Samsonov
2014-02-20[CMake] lit tests shouldn't depend on runtimes in standalone buildAlexey Samsonov
2014-02-19[CMake] Introduce COMPILER_RT_INCLUDE_TESTS optionAlexey Samsonov
2014-02-14Move TSan lit-tests under test/tsanAlexey Samsonov