summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/tests
AgeCommit message (Expand)Author
2016-01-27using /system/bin/sh on android in tests.Mike Aizatsky
2016-01-26[sanitizers] extracted process management functionsMike Aizatsky
2016-01-25Revert "[sanitizers] extracted process management functions"Mike Aizatsky
2016-01-25[sanitizers] extracted process management functionsMike Aizatsky
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-12-04[libsanitizer] Fix bugs and wiki links to point to GitHub.Alexander Potapenko
2015-11-20[compiler-rt] Do not pull in min and max macros from windows.hAnna Zaks
2015-11-20[compiler-rt] Add internal implementations for strlcat and strlcpyAnna Zaks
2015-11-20Reapply: [asan] On OS X, log reports to syslog and os_traceAnna Zaks
2015-11-04Revert "Reapply: [asan] On OS X, log reports to syslog and os_trace"Juergen Ributzka
2015-10-28Reapply: [asan] On OS X, log reports to syslog and os_traceAnna Zaks
2015-10-27Revert "[asan] On OS X, log reports to syslog and os_trace"Anna Zaks
2015-10-27[asan] On OS X, log reports to syslog and os_traceAnna Zaks
2015-10-01[asan] Tune down SizeClassAllocator tests.Evgeniy Stepanov
2015-09-08[asan] Disable ThreadSelfTest on Android.Evgeniy Stepanov
2015-08-27[CMake] Unify build rules for sanitizer_common for Apple and non-Apple platfo...Alexey Samsonov
2015-08-27Unit test the CRLF change to suppression parsingReid Kleckner
2015-08-20[CMake] Fix building unit tests on DarwinChris Bieneman
2015-08-18[Sanitizer] Initialize common flags to default values in unit tests.Alexey Samsonov
2015-08-10[Windows] Implement FileExists, ReadFromFile, and FindPathToBinaryReid Kleckner
2015-07-31[Sanitizer] Try to fix sanitizer_libc_test on FreeBSD.Alexey Samsonov
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-07-17[asan] Fix sanitizer_allocator_test on AArch64.Evgeniy Stepanov
2015-06-29[asan] Fix SanitizerCommon.PthreadDestructorIterations test on Android L.Evgeniy Stepanov
2015-06-26[asan] Link sanitizer_common tests on Android as -pie.Evgeniy Stepanov
2015-06-04[sanitizer_common] Added VS-style output for source locationsFilipe Cabecinhas
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-04-10Split Mprotect into MmapNoAccess and MprotectNoAccess to be more portableTimur Iskhodzhanov
2015-04-09Move more POSIX-specific functions to sanitizer_posix.hTimur Iskhodzhanov
2015-04-09Introduce CloseFile to be used instead of internal_close on non-POSIXTimur Iskhodzhanov
2015-04-08Move some POSIX-specific functions from sanitizer_libc.h to a new sanitizer_p...Timur Iskhodzhanov
2015-04-08[Sanitizers] Make OpenFile more portableTimur Iskhodzhanov
2015-04-06[ASan] Unify handling of loaded modules between POSIX and WindowsTimur Iskhodzhanov
2015-03-23[sanitizer] Fix file access modes in SanitizerCommon.InternalMmapWithOffset a...Alexander Potapenko
2015-03-23[ASan] Distinguish between read, write and read-write file access modes in Op...Alexander Potapenko
2015-03-12Adding the implementation of atos and dladdr symbolizers for OS X.Kuba Brecka
2015-03-03[asan] more fixes for x32, patches by H.J. LuKostya Serebryany
2015-03-02Symbolizer refactoring: ExtractToken and friendsKuba Brecka
2015-03-02asan: fix signal handling during stoptheworldDmitry Vyukov
2015-02-20[Sanitizer] Refactor SuppressionContext class.Alexey Samsonov
2015-02-19[LSan] [MIPS] adding support of LSan for mips64/mips64el archMohit K. Bhakkad
2015-01-31Revert "Remove unused function."Alexey Samsonov
2015-01-30Remove unused function.Alexey Samsonov
2015-01-19[sanitizer] Make unrecognized flags not fatal.Evgeniy Stepanov