summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/sanitizer_common/tests
Commit message (Expand)AuthorAgeFilesLines
* [sanitizer] add a function MmapNoAccess that mmaps a protected region *somewh...Kostya Serebryany2016-04-231-1/+2
* Revert "[sanitizer] Allow the sanitizer allocator to use a non-fixed address ...Renato Golin2016-04-221-2/+1
* [sanitizer] Allow the sanitizer allocator to use a non-fixed address range. A...Kostya Serebryany2016-04-221-1/+2
* [sanitizer] update the sanitizer_allocator_testlibKostya Serebryany2016-04-201-4/+5
* [sanitizers] Fixup to r266494; the Unit test should not run on WindowsAnna Zaks2016-04-161-0/+2
* [sanitizers] Teach the internal demangler about Swift namesAnna Zaks2016-04-151-0/+10
* [sanitizer] [SystemZ] Add virtual space size.Marcin Koscielnicki2016-04-141-0/+4
* [Compiler-rt] Fix ioctl codes for MIPS in sanitizer_ioctl_testMohit K. Bhakkad2016-03-111-2/+4
* [Sanitizer] Introduce ListOfModules object and use it to replace GetListOfMod...Alexey Samsonov2016-02-221-4/+4
* Fixed non-NULL terminating array bug in SanitizerCommon.StartSubprocessTest t...Zia Ansari2016-02-151-1/+1
* using /system/bin/sh on android in tests.Mike Aizatsky2016-01-271-3/+8
* [sanitizers] extracted process management functionsMike Aizatsky2016-01-261-0/+30
* Revert "[sanitizers] extracted process management functions"Mike Aizatsky2016-01-251-23/+0
* [sanitizers] extracted process management functionsMike Aizatsky2016-01-251-0/+23
* 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
* [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
OpenPOWER on IntegriCloud