summaryrefslogtreecommitdiff
path: root/test/sanitizer_common
Commit message (Expand)AuthorAgeFilesLines
* [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
* 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
* [Sanitizer] Enable getfsent api for DarwinDavid Carlier2018-12-291-1/+1
* [Sanitizer] arc4random unit test missing case.David Carlier2018-12-281-0/+3
* [Sanitizer] Intercept arc4random_buf / arc4random_addrandom on FreeBSD/NetBSDDavid Carlier2018-12-281-0/+62
* Enable posix regex interceptors on linux.Evgeniy Stepanov2018-12-271-1/+1
* getfsent, unit test.David Carlier2018-12-271-0/+36