summaryrefslogtreecommitdiff
path: root/test/sanitizer_common
Commit message (Expand)AuthorAgeFilesLines
* [sanitizer_common] Disable onprint.cpp on Android.Matt Morehouse2019-10-021-0/+2
* [compiler-rt] Use GetNextInstructionPc in signal handlersVitaly Buka2019-10-021-0/+36
* [sanitizer_common] Rename OnPrint to __sanitizer_on_print.Matt Morehouse2019-10-021-0/+31
* [compiler-rt] Run cpplint only for check-sanitizerVitaly Buka2019-09-121-0/+5
* [UBSan] Follow up fix for r371442.Max Moroz2019-09-091-1/+1
* [Sanitizer] arc4random interception on MacDavid Carlier2019-08-191-1/+1
* [Sanitizer][Darwin] Add interceptor for malloc_zone_from_ptrJulian Lettner2019-08-091-0/+45
* [compiler-rt] Implement getrandom interceptionVitaly Buka2019-08-061-0/+22
* compiler-rt: Remove .cc from all lit config filesNico Weber2019-08-051-1/+1
* Follow-up for r367863 and r367656Nico Weber2019-08-052-2/+2
* compiler-rt: Rename cc files below test/sanitizer_common to cppNico Weber2019-08-05119-23/+23
* [ASan] Support `{f}puts(NULL)` on DarwinJulian Lettner2019-07-171-0/+16
* [compiler-rt] Rename lit.*.cfg.* -> lit.*.cfg.py.*Reid Kleckner2019-06-279-5/+5
* [sanitizer] Enabled getpw_getgr.cc on iOSVitaly Buka2019-06-251-1/+0
* [compiler-rt] Fix name_to_handle_at.cc test on Overlay2 (for Docker)Amy Kwan2019-06-121-1/+1
* [Sanitizer] Add interceptor for wcsdupPavel Labath2019-05-221-0/+15
* [sanitizer] Implement reallocarray.Evgeniy Stepanov2019-05-011-0/+19
* [compiler-rt][builtins][sanitizers] Update compiler-rt test cases forAmy Kwan2019-04-301-6/+8
* [TSan] Support fiber API on macOSJulian Lettner2019-04-201-0/+11
* [Sanitizer] Fix a possible write to freed memory in the wcrtomb interceptorPavel Labath2019-04-081-0/+36
* [Sanitizer] Add interceptor for wctombPavel Labath2019-03-291-0/+14
* Enable `asan/TestCases/Posix/start-deactivated.cc` test for iOS.Dan Liew2019-03-211-1/+1
* [NFC][Sanitizer] Test unexpectedly passes on ppc64be botJulian Lettner2019-03-011-1/+1
* [NFC][Sanitizer] Make GetStackTrace a private method of BufferedStackTraceJulian Lettner2019-03-011-0/+3
* Reland "[compiler-rt] Intercept the bcmp() function."Clement Courbet2019-03-011-1/+10
* [Sanitizer] lit test config: Respect existing parallelism_groupJulian Lettner2019-02-281-1/+2
* [Darwin][NFC] Refactor throttling of 64bit sanitizer tests on DarwinJulian Lettner2019-02-272-3/+4
* Revert "[compiler-rt] Intercept the bcmp() function."Vlad Tsyrklevich2019-02-261-11/+1
* [compiler-rt] Intercept the bcmp() function.Clement Courbet2019-02-261-1/+11
* [NFC][Sanitizer] Re-enable test on DarwinJulian Lettner2019-02-221-3/+0
* [Sanitizer] Fix uses of stack->Unwind(..., fast)Julian Lettner2019-02-221-2/+2
* [LSan] Fix `__sanitizer_print_stack_trace` via fast unwinderJulian Lettner2019-02-203-5/+2
* [LSan][Darwin][NFC] Add comment explaining test failureJulian Lettner2019-02-181-1/+1
* [Sanitizer] On Darwin `__sanitizer_print_stack_trace` only prints topmost frameJulian Lettner2019-02-182-4/+4
* [Sanitizer] iOS: Pull up parallelism_group handling into common.lit.configJulian Lettner2019-02-151-2/+0
* Revert "Temporarily disable calls to getgrnam/getgrnam_r in test due to it hi...Douglas Yung2019-02-141-4/+2
* [Sanitizer][NFC] Darwin: limit parallism for sanitizer_common testsJulian Lettner2019-02-131-0/+6
* Temporarily disable calls to getgrnam/getgrnam_r in test due to it hitting un...Douglas Yung2019-02-091-2/+4
* [sanitizer] Fix Android testsVitaly Buka2019-02-071-0/+2
* [sanitizer] Re-enabled getpw_getgr.cc on AndroidVitaly Buka2019-02-071-1/+1
* [sanitizer] Don't unpoison buffer in getpw/getgr functionsVitaly Buka2019-02-071-0/+112
* Fix sanitizer tool list used to generate sanitizer_common tests to be up-to-d...Dan Liew2019-01-166-14/+65
* Revert little bad rebasing.David Carlier2019-01-151-1/+0
* [Sanitizer] Intercept sl_add api on FreeBSD/NetBSDDavid Carlier2019-01-152-0/+27
* [asan] Add fallback for Thumb after r350139Diana Picus2019-01-141-1/+1
* [Sanitizer] Disable getusershell interception for AndroidDavid Carlier2019-01-111-1/+1
* XFAIL getusershell.cc on Android.Matt Morehouse2019-01-111-0/+2
* [Sanitizer] Intercept getusershellDavid Carlier2019-01-111-0/+21
* [asan] Mark tests as UNSUPPORTED on armDiana Picus2019-01-101-1/+1
* [Sanitizer] Intercept fdevname on FreeBSDDavid Carlier2019-01-081-0/+44