summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/tests/CMakeLists.txt
AgeCommit message (Expand)Author
2016-10-26[sanitizers] Set Darwin specific linker and compiler flags for all testsAnna Zaks
2016-07-12[sanitizers] Allocate 12MB for stack instead of 134MBReid Kleckner
2016-07-11[compiler-rt] Fix VisualStudio virtual folders layoutEtienne Bergeron
2016-07-07[compiler-rt] Fix minimal stack reserved for unittest on MSVC buildEtienne Bergeron
2016-06-29[compiler-rt] Fix passing debug information to unittest.Etienne Bergeron
2016-05-16[compiler-rt] Fix multi-configuration output pathsEtienne Bergeron
2016-01-14Fix the cross compilation of unit tests. NFC (second attempt)Sumanth Gundapaneni
2016-01-13Revert r257686 "With COMPILER_RT_INCLUDE_TESTS turned ON and in a cross compi...Hans Wennborg
2016-01-13With COMPILER_RT_INCLUDE_TESTS turned ON and in a cross compilingSumanth Gundapaneni
2015-08-27[CMake] Unify build rules for sanitizer_common for Apple and non-Apple platfo...Alexey Samsonov
2015-08-20[CMake] Fix building unit tests on DarwinChris Bieneman
2015-07-24[asan] Only link liblog on Android when it exists.Evgeniy Stepanov
2015-07-23[sanitizer] Implement logging to syslog.Evgeniy Stepanov
2015-07-23Revert r242975.Evgeniy Stepanov
2015-07-22[sanitizer] Implement logging to syslog.Evgeniy Stepanov
2015-06-26[asan] Link sanitizer_common tests on Android as -pie.Evgeniy Stepanov
2015-05-29Add descriptive names to sanitizer entries in /proc/self/maps. Helps debugging.Evgeniy Stepanov
2015-05-05Disable exceptions with Clang on Windows in lib/sanitizer-common/testsReid Kleckner
2015-03-02Symbolizer refactoring: ExtractToken and friendsKuba Brecka
2014-12-12[mips] [test] Enable COMPILER_RT_INCLUDE_TESTS for MIPSKumar Sukhani
2014-11-05[Sanitizer] Introduce generic stack frame rendering machineryAlexey Samsonov
2014-10-15[compiler-rt] compiler-rt's CMake append_if function clashes with LLVM's, let...Kuba Brecka
2014-09-29[sanitizer] Android build cleanup.Evgeniy Stepanov
2014-09-10Make compiler-rt tests work with relocatable SDKs on OS XKuba Brecka
2014-08-09Fixup Android tests build rulesAlexey Samsonov
2014-06-05[asan] Use -pthread instead of -lpthread in tests.Evgeniy Stepanov
2014-05-30[Sanitizers Win] Move duplicate Windows-specific compiler flags to a common C...Timur Iskhodzhanov
2014-05-29Fix building 32-bit common sanitizer tests on FreeBSD 9.2Viktor Kutuzov
2014-05-28[ASan/Win] Use clang rather than clang-cl by default for lit tests. Make Wind...Timur Iskhodzhanov
2014-05-19[Sanitizer tests] Don't need to use -lstdc++ thanks to --driver-mode=g++Timur Iskhodzhanov
2014-05-13[Sanitizer tests] Land the sanitizer twin of the asan-only change r208682Timur Iskhodzhanov
2014-05-13[Sanitizer tests] Add sanitizer_test_config.h to make the inclusion of gtest....Timur Iskhodzhanov
2014-05-13[Sanitizer/ASan tests] Automatically detect the presence of libstdc++Timur Iskhodzhanov
2014-05-13[Sanitizer tests] Make simple pthread tests compile and pass on WindowsTimur Iskhodzhanov
2014-04-28Fix building Asan and common sanitizers tests on FreeBSD 9.2Viktor Kutuzov
2014-03-24[CMake] Rename the variableAlexey Samsonov
2014-03-24[CMake] Respect CMAKE_CXX_FLAGS in custom clang_compile commandsAlexey Samsonov
2014-03-19[CMake] Build sanitizer unit tests with -std=c++11Alexey Samsonov
2014-03-13[CMake] Make append_if semantics similar to those used in LLVMAlexey Samsonov
2014-03-04[CMake] Test for libdl and libpthread presenceAlexey Samsonov
2014-02-20Move config for sanitizer_common tests under test/ for consistencyAlexey Samsonov
2014-02-20[CMake] break dependency between unit tests and runtimes in standalone buildAlexey Samsonov
2014-02-13[sanitizer] more code for deadlock detector, nothing really works yet (except...Kostya Serebryany
2014-02-12[sanitizer] added class BVGraph, to be used in a deadlock detector; added mor...Kostya Serebryany
2014-02-12[sanitizer] added a bit vector class to be used in a deadlock detectorKostya Serebryany
2014-01-23[asan] Android logging.Evgeniy Stepanov
2014-01-21[Sanitizer] Update file names now that we intercept both scanf and printfAlexey Samsonov
2013-12-25[Sanitizer] Teach MemoryMappingLayout to dump all loaded modules.Alexey Samsonov
2013-10-11[sanitizer] Define kPthreadDestructorIterations on POSIX systems.Sergey Matveev
2013-09-16Minor enhancements for sanitizer_common build rulesAlexey Samsonov