summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/tests/sanitizer_common_test.cc
AgeCommit message (Expand)Author
2017-10-30Fix warning + death test + failing test on Windows (D39072).Kostya Kortchinsky
2017-10-30Introduce ReservedAddressRange to sanitizer_common.Kostya Kortchinsky
2017-10-12Revert r315533 "Reland "[sanitizer] Introduce ReservedAddressRange to sanitiz...Hans Wennborg
2017-10-11Reland "[sanitizer] Introduce ReservedAddressRange to sanitizer_common"Petr Hosek
2017-10-11Revert "[sanitizer] Introduce ReservedAddressRange to sanitizer_common"Petr Hosek
2017-10-11[sanitizer] Introduce ReservedAddressRange to sanitizer_commonPetr Hosek
2017-08-14[sanitizers] Add a blocking boolean to GetRandom prototypeKostya Kortchinsky
2017-07-22[sanitizer_common] Move filesystem-related code out of sanitizer_common.ccVitaly Buka
2017-07-20Revert "[sanitizer_common] Move filesystem-related code out of sanitizer_comm...Vitaly Buka
2017-07-20[sanitizer_common] Move filesystem-related code out of sanitizer_common.ccAlex Shlyapnikov
2017-06-22[Sanitizers] 32 bit allocator respects allocator_may_return_null flagAlex Shlyapnikov
2017-06-21[sanitizer] Add a function to gather random bytesKostya Kortchinsky
2017-06-14[sanitizer] Reverting D34152Kostya Kortchinsky
2017-06-14[sanitizer] MmapAlignedOrDie changes to reduce fragmentationKostya Kortchinsky
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