summaryrefslogtreecommitdiff
path: root/test/sanitizer_common/TestCases
Commit message (Expand)AuthorAgeFilesLines
* [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
* 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-275-0/+0
* [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
* [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
* [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
* 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
* Revert "Temporarily disable calls to getgrnam/getgrnam_r in test due to it hi...Douglas Yung2019-02-141-4/+2
* 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-165-2/+21
* 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
* Re-disable the sanitizer_common/TestCases/Posix/getfsent.cc test. Recent macO...Kuba Mracek2019-01-031-1/+1
* [Sanitizer] Fix typo in funopen unit test.David Carlier2019-01-021-1/+1
* [Sanitizer] Disable arc4random seeding apis on for Non NetBSD platforms.David Carlier2019-01-021-0/+6
* [Sanitizer] Enable funopen on FreeBSDDavid Carlier2019-01-021-0/+2
* [sanitizer_common] Add tests for NetBSD funopen*() functionsMichal Gorny2019-01-022-0/+199
* [sanitizer_common] Add test for popen()Michal Gorny2019-01-021-0/+23
* [sanitizer_common] Add tests for more *putc and *getc variantsMichal Gorny2019-01-023-0/+45
* [sanitizer_common] Rewrite more Posix tests to use assertsMichal Gorny2019-01-026-46/+26
* [sanitizer_common] Add tests for more stdio.h functionsMichal Gorny2019-01-022-0/+60
* Reenable hard_rss_limit_mb_test.cc for android-26Kamil Rytarowski2018-12-291-3/+0
* Add support for background thread on NetBSD in ASanKamil Rytarowski2018-12-291-0/+2