summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test
Commit message (Expand)AuthorAgeFilesLines
* [hwasan] Madvise away unused shadow.Evgeniy Stepanov2019-01-191-0/+70
* Fix sanitizer tool list used to generate sanitizer_common tests to be up-to-d...Dan Liew2019-01-166-14/+65
* compiler-rt tests: Unbreak cmake with LLVM_ENABLE_PIC=OFF on macNico Weber2019-01-162-18/+22
* compiler-rt/test: Bring back -pie on Android.Peter Collingbourne2019-01-151-1/+1
* [libFuzzer] Remove unstable edge handlingJonathan Metzman2019-01-153-136/+0
* compiler-rt/test: Add a couple of convenience features for Android.Peter Collingbourne2019-01-154-1/+18
* compiler-rt/test: Clean up Android specific workarounds in lit.common.cfg.Peter Collingbourne2019-01-151-3/+4
* Revert little bad rebasing.David Carlier2019-01-151-1/+0
* [Sanitizer] Intercept sl_add api on FreeBSD/NetBSDDavid Carlier2019-01-152-0/+27
* [compiler-rt] alignment-assumption-blacklist.cpp test apparently passes on an...Roman Lebedev2019-01-151-5/+0
* [compiler-rt] fuzzer-alignment-assumption.test: fixup the expected column numberRoman Lebedev2019-01-151-1/+1
* [compiler-rt][UBSan] Sanitization for alignment assumptions.Roman Lebedev2019-01-1515-0/+378
* Explicitly set C++ standard for `Posix/no-fd.cc` ASan test.Dan Liew2019-01-151-1/+1
* Revert alignment assumptions changesVlad Tsyrklevich2019-01-1515-298/+0
* Silence failing testsVlad Tsyrklevich2019-01-152-2/+2
* [compiler-rt] UBSan: just completely disable two alignment-assumption tests f...Roman Lebedev2019-01-142-8/+4
* [compiler-rt] UBSan: Disable 3 of the new alignment assumption tests on android.Roman Lebedev2019-01-143-5/+10
* [test] Disable sunrpc tests when rpc/xdr.h is missingMichal Gorny2019-01-146-0/+12
* [compiler-rt][UBSan] Sanitization for alignment assumptions.Roman Lebedev2019-01-1415-0/+297
* [asan] Add fallback for Thumb after r350139Diana Picus2019-01-142-2/+2
* [CMake] Fix standalone build after LLVM exports utility targetsStefan Granitz2019-01-111-2/+0
* [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
* [TSan] Remove ignore_interceptors_accesses flagJulian Lettner2019-01-103-87/+34
* [compiler-rt][builtins][PowerPC] Implemented __floattitf builtin on PowerPCAmy Kwan2019-01-102-0/+256
* [compiler-rt][builtins][PowerPC] Implemented __fixunstfti builtin on PowerPCAmy Kwan2019-01-102-0/+758
* [asan] Mark tests as UNSUPPORTED on armDiana Picus2019-01-102-2/+2
* [asan] Disable TSD dtor leak unit tests on FreeBSD x86 64David Carlier2019-01-091-0/+2
* [test] Detect glibc-2.27+ and XFAIL appropriate testsMichal Gorny2019-01-093-0/+25
* hwasan: Ignore loads and stores of size 0.Peter Collingbourne2019-01-091-0/+10
* [Sanitizer] Intercept fdevname on FreeBSDDavid Carlier2019-01-081-0/+44
* [asan] Support running without /procEvgeniy Stepanov2019-01-081-0/+4
* [TSan] Support Objective-C @synchronized with tagged pointersJulian Lettner2019-01-071-2/+1
* Disable system-allocator-fallback.cc test on Android O and earlier.Peter Collingbourne2019-01-042-0/+6
* hwasan: Use system allocator to realloc and free untagged pointers in interce...Peter Collingbourne2019-01-042-1/+55
* [hwasan] Switch to 64 allocator with a dense size class map.Evgeniy Stepanov2019-01-032-2/+1
* 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
* [TSan] Enable detection of lock-order-inversions for Objective-C @synchronizedJulian Lettner2019-01-023-0/+109
* [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
OpenPOWER on IntegriCloud