summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/tests
Commit message (Expand)AuthorAgeFilesLines
* Merging r263199:Daniel Sanders2016-05-221-2/+4
* [libsanitizer] Fix bugs and wiki links to point to GitHub.Alexander Potapenko2015-12-041-1/+1
* [compiler-rt] Do not pull in min and max macros from windows.hAnna Zaks2015-11-201-0/+2
* [compiler-rt] Add internal implementations for strlcat and strlcpyAnna Zaks2015-11-201-0/+54
* Reapply: [asan] On OS X, log reports to syslog and os_traceAnna Zaks2015-11-201-0/+24
* Revert "Reapply: [asan] On OS X, log reports to syslog and os_trace"Juergen Ributzka2015-11-041-24/+0
* Reapply: [asan] On OS X, log reports to syslog and os_traceAnna Zaks2015-10-281-0/+24
* Revert "[asan] On OS X, log reports to syslog and os_trace"Anna Zaks2015-10-271-24/+0
* [asan] On OS X, log reports to syslog and os_traceAnna Zaks2015-10-271-0/+24
* [asan] Tune down SizeClassAllocator tests.Evgeniy Stepanov2015-10-011-1/+1
* [asan] Disable ThreadSelfTest on Android.Evgeniy Stepanov2015-09-081-1/+1
* [CMake] Unify build rules for sanitizer_common for Apple and non-Apple platfo...Alexey Samsonov2015-08-271-1/+2
* Unit test the CRLF change to suppression parsingReid Kleckner2015-08-271-2/+3
* [CMake] Fix building unit tests on DarwinChris Bieneman2015-08-201-0/+3
* [Sanitizer] Initialize common flags to default values in unit tests.Alexey Samsonov2015-08-181-0/+2
* [Windows] Implement FileExists, ReadFromFile, and FindPathToBinaryReid Kleckner2015-08-102-7/+47
* [Sanitizer] Try to fix sanitizer_libc_test on FreeBSD.Alexey Samsonov2015-07-311-8/+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] Fix sanitizer_allocator_test on AArch64.Evgeniy Stepanov2015-07-171-0/+2
* [asan] Fix SanitizerCommon.PthreadDestructorIterations test on Android L.Evgeniy Stepanov2015-06-291-2/+2
* [asan] Link sanitizer_common tests on Android as -pie.Evgeniy Stepanov2015-06-261-0/+4
* [sanitizer_common] Added VS-style output for source locationsFilipe Cabecinhas2015-06-041-14/+44
* 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
* Split Mprotect into MmapNoAccess and MprotectNoAccess to be more portableTimur Iskhodzhanov2015-04-101-1/+1
* Move more POSIX-specific functions to sanitizer_posix.hTimur Iskhodzhanov2015-04-091-0/+1
* Introduce CloseFile to be used instead of internal_close on non-POSIXTimur Iskhodzhanov2015-04-091-3/+3
* Move some POSIX-specific functions from sanitizer_libc.h to a new sanitizer_p...Timur Iskhodzhanov2015-04-081-1/+1
* [Sanitizers] Make OpenFile more portableTimur Iskhodzhanov2015-04-081-10/+7
* [ASan] Unify handling of loaded modules between POSIX and WindowsTimur Iskhodzhanov2015-04-061-3/+1
* [sanitizer] Fix file access modes in SanitizerCommon.InternalMmapWithOffset a...Alexander Potapenko2015-03-231-2/+2
* [ASan] Distinguish between read, write and read-write file access modes in Op...Alexander Potapenko2015-03-231-3/+3
* Adding the implementation of atos and dladdr symbolizers for OS X.Kuba Brecka2015-03-121-0/+9
* [asan] more fixes for x32, patches by H.J. LuKostya Serebryany2015-03-031-11/+11
* Symbolizer refactoring: ExtractToken and friendsKuba Brecka2015-03-022-0/+50
* asan: fix signal handling during stoptheworldDmitry Vyukov2015-03-021-0/+10
* [Sanitizer] Refactor SuppressionContext class.Alexey Samsonov2015-02-201-73/+33
* [LSan] [MIPS] adding support of LSan for mips64/mips64el archMohit K. Bhakkad2015-02-191-0/+8
* Revert "Remove unused function."Alexey Samsonov2015-01-311-0/+8
* Remove unused function.Alexey Samsonov2015-01-301-8/+0
* [sanitizer] Make unrecognized flags not fatal.Evgeniy Stepanov2015-01-191-2/+7
* [sanitizer] Flag parser rewrite.Evgeniy Stepanov2015-01-151-25/+55
* Fix memory leaks in GetListOfModules() users.Alexey Samsonov2015-01-081-0/+1
* [Sanitizers] Fix internal_lseek() to work on FreeBSDViktor Kutuzov2015-01-081-2/+5
* Remove TSAN_DEBUG in favor of SANITIZER_DEBUG.Alexey Samsonov2015-01-032-3/+3
* [sanitizer] Treat \r, \n, \t as flag separators.Evgeniy Stepanov2014-12-261-0/+3
* [sanitizer] Disable InternalMmapWithOffset test on OSX.Evgeniy Stepanov2014-12-241-1/+1