summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/sanitizer_common/tests/sanitizer_common_test.cc
Commit message (Expand)AuthorAgeFilesLines
* [Sanitizer] Introduce generic stack frame rendering machineryAlexey Samsonov2014-11-051-36/+0
* [Sanitizer tests] Fix most of the build problems on WindowsTimur Iskhodzhanov2014-05-131-2/+5
* [Sanitizer] Fix a bug introduced in r196112. Add a test.Alexey Samsonov2013-12-031-0/+3
* [Sanitizer] Print symbolized stack frame using a single Printf() call.Alexey Samsonov2013-11-141-0/+64
* Refactor the usage of strip_path_prefix option and make it more consistent ac...Alexey Samsonov2013-10-041-0/+9
* Disable FindPathToBinary test on AndroidAlexey Samsonov2013-09-041-1/+1
* [Sanitizer] Add the way to find binary in PATHAlexey Samsonov2013-09-031-0/+10
* [sanitizer] fix code styleAlexey Samsonov2013-08-281-6/+6
* [sanitizer] Add a fast version of StackDepotGet() for use in LSan.Sergey Matveev2013-08-261-0/+15
* [Sanitizer] Rename InternalVector to InternalMmapVectorAlexey Samsonov2013-06-141-2/+2
* [sanitizer] Minor fixes in sanitizer_common tests.Sergey Matveev2013-05-141-3/+4
* [sanitizer] Move GetThreadStackAndTls from TSan to sanitizer_common.Sergey Matveev2013-05-071-0/+45
* [Sanitizer] fix signed-unsigned mismatch in test and use correct order of EXP...Alexey Samsonov2013-03-051-4/+4
* [Sanitizer] Add methods back() and pop_back() to InternalVector. Patch by Ser...Alexey Samsonov2013-03-051-0/+5
* [sanitizer] A low-level vector implementation to be used in leak checking cod...Kostya Serebryany2013-02-261-0/+11
* [Sanitizer] update style checker script and fix namespace style warningsAlexey Samsonov2013-01-301-1/+1
* tsan: fix tests to consistently use internal functions (otherwise it leads to...Dmitry Vyukov2012-12-251-1/+1
* [asan] fix lint, remove debug prints Kostya Serebryany2012-12-071-1/+0
* [sanitizer] implement SanitizerSetThreadName/SanitizerGetThreadName. Just for...Kostya Serebryany2012-12-071-0/+19
* [tsan] add MmapAlignedOrDieKostya Serebryany2012-12-061-0/+15
* [Sanitizer] implement straightforward nlogn sorting, as qsort() may call mall...Alexey Samsonov2012-07-161-0/+66
OpenPOWER on IntegriCloud