summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/tests/sanitizer_common_test.cc
AgeCommit message (Expand)Author
2016-11-18rename InternalBinarySearch to InternalLowerBoundMike Aizatsky
2016-11-16fixing binary search for cases when element is not in arrayMike Aizatsky
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-08-10[Windows] Implement FileExists, ReadFromFile, and FindPathToBinaryReid Kleckner
2014-11-05[Sanitizer] Introduce generic stack frame rendering machineryAlexey Samsonov
2014-05-13[Sanitizer tests] Fix most of the build problems on WindowsTimur Iskhodzhanov
2013-12-03[Sanitizer] Fix a bug introduced in r196112. Add a test.Alexey Samsonov
2013-11-14[Sanitizer] Print symbolized stack frame using a single Printf() call.Alexey Samsonov
2013-10-04Refactor the usage of strip_path_prefix option and make it more consistent ac...Alexey Samsonov
2013-09-04Disable FindPathToBinary test on AndroidAlexey Samsonov
2013-09-03[Sanitizer] Add the way to find binary in PATHAlexey Samsonov
2013-08-28[sanitizer] fix code styleAlexey Samsonov
2013-08-26[sanitizer] Add a fast version of StackDepotGet() for use in LSan.Sergey Matveev
2013-06-14[Sanitizer] Rename InternalVector to InternalMmapVectorAlexey Samsonov
2013-05-14[sanitizer] Minor fixes in sanitizer_common tests.Sergey Matveev
2013-05-07[sanitizer] Move GetThreadStackAndTls from TSan to sanitizer_common.Sergey Matveev
2013-03-05[Sanitizer] fix signed-unsigned mismatch in test and use correct order of EXP...Alexey Samsonov
2013-03-05[Sanitizer] Add methods back() and pop_back() to InternalVector. Patch by Ser...Alexey Samsonov
2013-02-26[sanitizer] A low-level vector implementation to be used in leak checking cod...Kostya Serebryany
2013-01-30[Sanitizer] update style checker script and fix namespace style warningsAlexey Samsonov
2012-12-25tsan: fix tests to consistently use internal functions (otherwise it leads to...Dmitry Vyukov
2012-12-07[asan] fix lint, remove debug prints Kostya Serebryany
2012-12-07[sanitizer] implement SanitizerSetThreadName/SanitizerGetThreadName. Just for...Kostya Serebryany
2012-12-06[tsan] add MmapAlignedOrDieKostya Serebryany
2012-07-16[Sanitizer] implement straightforward nlogn sorting, as qsort() may call mall...Alexey Samsonov