summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/tests/sanitizer_linux_test.cc
Commit message (Expand)AuthorAgeFilesLines
* [sanitizer_common] Move filesystem-related code out of sanitizer_common.ccVitaly Buka2017-07-221-0/+1
* Revert "[sanitizer_common] Move filesystem-related code out of sanitizer_comm...Vitaly Buka2017-07-201-1/+0
* [sanitizer_common] Move filesystem-related code out of sanitizer_common.ccAlex Shlyapnikov2017-07-201-0/+1
* 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
* [asan] Disable ThreadSelfTest on Android.Evgeniy Stepanov2015-09-081-1/+1
* [LSan] [MIPS] adding support of LSan for mips64/mips64el archMohit K. Bhakkad2015-02-191-0/+8
* Revert "Remove unused function."Alexey Samsonov2015-01-311-0/+8
* Remove unused function.Alexey Samsonov2015-01-301-8/+0
* [sanitizer] Define kPthreadDestructorIterations on POSIX systems.Sergey Matveev2013-10-111-36/+0
* [sanitizer] Ninja style fix to r192442.Sergey Matveev2013-10-111-3/+3
* [sanitizer] Move the PTHREAD_DESTRUCTOR_ITERATIONS constant to sanitizer_linu...Sergey Matveev2013-10-111-0/+36
* Fix #if guards in sanitizer_common codeAlexey Samsonov2013-05-301-1/+1
* [sanitizer] Change the way GetThreadStackAndTls() obtains the thread descript...Sergey Matveev2013-05-291-15/+22
* [asan] fix powerpc build and one test; fix lintKostya Serebryany2013-05-151-1/+1
* [sanitizer] LibraryNameIs in sanitizer_linuxSergey Matveev2013-05-141-0/+24
* [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/+29
* Revert r180082 and add a test for SetEnv functionAlexey Samsonov2013-04-231-0/+9
* [Sanitizer] Fix compiler warnings and style issues in sanitizer_common tests....Alexey Samsonov2013-03-141-1/+1
* [libsanitizer] fixed a bug in ThreadLister tests where we forgot to terminate...Alexander Potapenko2013-03-141-9/+14
* [libsanitizer] Fixed incorrect handling of pre-existing threads in ThreadList...Alexander Potapenko2013-03-141-75/+146
* [Sanitizer] Relax ThreadLister tests to allow possible pre-existing threads. ...Alexey Samsonov2013-02-281-19/+24
* add Linux syscall wrappers and ThreadLister to sanitizer_commonKostya Serebryany2013-02-271-0/+109