summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/tests
AgeCommit message (Expand)Author
2016-04-23[sanitizer] add a function MmapNoAccess that mmaps a protected region *somewh...Kostya Serebryany
2016-04-22Revert "[sanitizer] Allow the sanitizer allocator to use a non-fixed address ...Renato Golin
2016-04-22[sanitizer] Allow the sanitizer allocator to use a non-fixed address range. A...Kostya Serebryany
2016-04-20[sanitizer] update the sanitizer_allocator_testlibKostya Serebryany
2016-04-16[sanitizers] Fixup to r266494; the Unit test should not run on WindowsAnna Zaks
2016-04-15[sanitizers] Teach the internal demangler about Swift namesAnna Zaks
2016-04-14[sanitizer] [SystemZ] Add virtual space size.Marcin Koscielnicki
2016-03-11[Compiler-rt] Fix ioctl codes for MIPS in sanitizer_ioctl_testMohit K. Bhakkad
2016-02-22[Sanitizer] Introduce ListOfModules object and use it to replace GetListOfMod...Alexey Samsonov
2016-02-15Fixed non-NULL terminating array bug in SanitizerCommon.StartSubprocessTest t...Zia Ansari
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