summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/tests/sanitizer_linux_test.cc
AgeCommit message (Expand)Author
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
2016-02-15Fixed non-NULL terminating array bug in SanitizerCommon.StartSubprocessTest t...Zia Ansari
2016-01-27using /system/bin/sh on android in tests.Mike Aizatsky
2016-01-26[sanitizers] extracted process management functionsMike Aizatsky
2016-01-25Revert "[sanitizers] extracted process management functions"Mike Aizatsky
2016-01-25[sanitizers] extracted process management functionsMike Aizatsky
2015-09-08[asan] Disable ThreadSelfTest on Android.Evgeniy Stepanov
2015-02-19[LSan] [MIPS] adding support of LSan for mips64/mips64el archMohit K. Bhakkad
2015-01-31Revert "Remove unused function."Alexey Samsonov
2015-01-30Remove unused function.Alexey Samsonov
2013-10-11[sanitizer] Define kPthreadDestructorIterations on POSIX systems.Sergey Matveev
2013-10-11[sanitizer] Ninja style fix to r192442.Sergey Matveev
2013-10-11[sanitizer] Move the PTHREAD_DESTRUCTOR_ITERATIONS constant to sanitizer_linu...Sergey Matveev
2013-05-30Fix #if guards in sanitizer_common codeAlexey Samsonov
2013-05-29[sanitizer] Change the way GetThreadStackAndTls() obtains the thread descript...Sergey Matveev
2013-05-15[asan] fix powerpc build and one test; fix lintKostya Serebryany
2013-05-14[sanitizer] LibraryNameIs in sanitizer_linuxSergey Matveev
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-04-23Revert r180082 and add a test for SetEnv functionAlexey Samsonov
2013-03-14[Sanitizer] Fix compiler warnings and style issues in sanitizer_common tests....Alexey Samsonov
2013-03-14[libsanitizer] fixed a bug in ThreadLister tests where we forgot to terminate...Alexander Potapenko
2013-03-14[libsanitizer] Fixed incorrect handling of pre-existing threads in ThreadList...Alexander Potapenko
2013-02-28[Sanitizer] Relax ThreadLister tests to allow possible pre-existing threads. ...Alexey Samsonov
2013-02-27add Linux syscall wrappers and ThreadLister to sanitizer_commonKostya Serebryany