summaryrefslogtreecommitdiff
path: root/test/sanitizer_common/TestCases/Posix
Commit message (Expand)AuthorAgeFilesLines
* Add a missing include in test.Evgeniy Stepanov2019-10-101-0/+1
* [Sanitizers] Fix getrandom testDavid Carlier2019-10-101-1/+1
* [Sanitizers] Porting getrandom/getentropy interceptors to FreeBSDDavid Carlier2019-10-101-0/+26
* [sanitizer] Fix crypt.cpp on Android againVitaly Buka2019-10-081-3/+3
* [sanitizer] Fix crypt.cpp test on DarwinVitaly Buka2019-10-081-1/+1
* [sanitizer] Disable crypt*.cpp tests on AndroidVitaly Buka2019-10-081-0/+3
* [msan] Add interceptors: crypt, crypt_r.Evgeniy Stepanov2019-10-081-0/+26
* [UBSan] Follow up fix for r371442.Max Moroz2019-09-091-1/+1
* [Sanitizer] arc4random interception on MacDavid Carlier2019-08-191-1/+1
* Follow-up for r367863 and r367656Nico Weber2019-08-051-1/+1
* compiler-rt: Rename cc files below test/sanitizer_common to cppNico Weber2019-08-0541-1/+1
* [compiler-rt] Rename lit.*.cfg.* -> lit.*.cfg.py.*Reid Kleckner2019-06-271-0/+0
* [sanitizer] Enabled getpw_getgr.cc on iOSVitaly Buka2019-06-251-1/+0
* [Sanitizer] Add interceptor for wcsdupPavel Labath2019-05-221-0/+15
* [compiler-rt][builtins][sanitizers] Update compiler-rt test cases forAmy Kwan2019-04-301-6/+8
* 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-201-1/+1
* [LSan][Darwin][NFC] Add comment explaining test failureJulian Lettner2019-02-181-1/+1
* 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-162-0/+5
* Revert little bad rebasing.David Carlier2019-01-151-1/+0
* [Sanitizer] Intercept sl_add api on FreeBSD/NetBSDDavid Carlier2019-01-152-0/+27
* [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
* 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/+91
* [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
* [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
* [Sanitizer] Enable FTS api on FreeBSDDavid Carlier2018-12-271-0/+42
* [Sanitizer] Enable POSIX regex api on FreeBSD.David Carlier2018-12-221-0/+71
* [Sanitizer] Move the unit test in the right place.David Carlier2018-12-211-0/+54
* [Sanitizer] Enable vis api on FreeBSDDavid Carlier2018-12-201-0/+247