summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/tests/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* [compiler-rt][tests] Propagate COMPILER_RT_UNITTEST_LINK_FLAGSHubert Tong2019-05-011-0/+2
* Implement a small subset of the C++ `type_traits` header inside sanitizer_com...Dan Liew2018-12-131-0/+1
* Fix filtering of sanitizer_common unittest architectures on Darwin.Kuba Mracek2018-11-271-1/+1
* [asan] Remove stale -fno-exceptions flag in sanitizer_common as wellReid Kleckner2018-10-311-5/+0
* [sanitizer] reapply r340884 'Add a RingBuffer class to sanitizer_common', wit...Kostya Serebryany2018-08-291-0/+1
* Revert r340884 "Add a RingBuffer class to sanitizer_common"Hans Wennborg2018-08-291-1/+0
* Add a RingBuffer class to sanitizer_commonKostya Serebryany2018-08-281-0/+1
* [CMake] Rename `SANITIZER_HEADERS` to `SANITIZER_IMPL_HEADERS` under `lib/san...Dan Liew2018-07-121-1/+1
* [sanitizer] Cleanup ReadFileToVector and ReadFileToBufferVitaly Buka2018-06-061-1/+2
* [sanitizer] Split Symbolizer/StackTraces from core RTSanitizerCommonKostya Kortchinsky2018-04-161-3/+6
* Move __tsan::Vector to __sanitizerKamil Rytarowski2017-12-041-1/+2
* [sanitizers CMake] NFC Refactor the logic for compiling and generating testsGeorge Karpenkov2017-08-151-34/+14
* [sanitizers] Sanitizer tests CMake clean up: try #2George Karpenkov2017-07-281-15/+2
* Revert "[sanitizers] Sanitizer tests CMake clean up"George Karpenkov2017-07-271-2/+15
* [sanitizers] Sanitizer tests CMake clean upGeorge Karpenkov2017-07-271-15/+2
* [compiler-rt][cmake] Build unit tests conditionally with _FILE_OFFSET_BITS=64...Simon Dardis2017-05-181-0/+9
* Whenever reasonable, merge ASAN quarantine batches to save memory.Alex Shlyapnikov2017-01-191-0/+1
* Revert "[sancov] moving sancov rt to sancov/ directory"Mike Aizatsky2017-01-121-6/+3
* [sancov] moving sancov rt to sancov/ directoryMike Aizatsky2017-01-121-3/+6
* Make cmake link flag naming consistentFrancis Ricci2017-01-101-3/+3
* Enable weak hooks on darwinFrancis Ricci2017-01-091-0/+3
* [sanitizers] Set Darwin specific linker and compiler flags for all testsAnna Zaks2016-10-261-0/+5
* [sanitizers] Allocate 12MB for stack instead of 134MBReid Kleckner2016-07-121-1/+1
* [compiler-rt] Fix VisualStudio virtual folders layoutEtienne Bergeron2016-07-111-3/+3
* [compiler-rt] Fix minimal stack reserved for unittest on MSVC buildEtienne Bergeron2016-07-071-0/+7
* [compiler-rt] Fix passing debug information to unittest.Etienne Bergeron2016-06-291-0/+4
* [compiler-rt] Fix multi-configuration output pathsEtienne Bergeron2016-05-161-3/+12
* Fix the cross compilation of unit tests. NFC (second attempt)Sumanth Gundapaneni2016-01-141-1/+1
* Revert r257686 "With COMPILER_RT_INCLUDE_TESTS turned ON and in a cross compi...Hans Wennborg2016-01-131-1/+1
* With COMPILER_RT_INCLUDE_TESTS turned ON and in a cross compilingSumanth Gundapaneni2016-01-131-1/+1
* [CMake] Unify build rules for sanitizer_common for Apple and non-Apple platfo...Alexey Samsonov2015-08-271-1/+2
* [CMake] Fix building unit tests on DarwinChris Bieneman2015-08-201-0/+3
* [asan] Only link liblog on Android when it exists.Evgeniy Stepanov2015-07-241-1/+1
* [sanitizer] Implement logging to syslog.Evgeniy Stepanov2015-07-231-1/+2
* Revert r242975.Evgeniy Stepanov2015-07-231-2/+1
* [sanitizer] Implement logging to syslog.Evgeniy Stepanov2015-07-221-1/+2
* [asan] Link sanitizer_common tests on Android as -pie.Evgeniy Stepanov2015-06-261-0/+4
* Add descriptive names to sanitizer entries in /proc/self/maps. Helps debugging.Evgeniy Stepanov2015-05-291-0/+1
* Disable exceptions with Clang on Windows in lib/sanitizer-common/testsReid Kleckner2015-05-051-2/+7
* Symbolizer refactoring: ExtractToken and friendsKuba Brecka2015-03-021-0/+1
* [mips] [test] Enable COMPILER_RT_INCLUDE_TESTS for MIPSKumar Sukhani2014-12-121-14/+11
* [Sanitizer] Introduce generic stack frame rendering machineryAlexey Samsonov2014-11-051-0/+1
* [compiler-rt] compiler-rt's CMake append_if function clashes with LLVM's, let...Kuba Brecka2014-10-151-4/+4
* [sanitizer] Android build cleanup.Evgeniy Stepanov2014-09-291-16/+22
* Make compiler-rt tests work with relocatable SDKs on OS XKuba Brecka2014-09-101-0/+2
* Fixup Android tests build rulesAlexey Samsonov2014-08-091-1/+1
* [asan] Use -pthread instead of -lpthread in tests.Evgeniy Stepanov2014-06-051-1/+1
* [Sanitizers Win] Move duplicate Windows-specific compiler flags to a common C...Timur Iskhodzhanov2014-05-301-15/+1
* Fix building 32-bit common sanitizer tests on FreeBSD 9.2Viktor Kutuzov2014-05-291-2/+3
* [ASan/Win] Use clang rather than clang-cl by default for lit tests. Make Wind...Timur Iskhodzhanov2014-05-281-10/+10