aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2019-01-24Revert "[Sanitizers] UBSan unreachable incompatible with ASan in the presence...Julian Lettner
2019-01-24[scudo] Tuning changes based on feedback from current useKostya Kortchinsky
2019-01-24Temporarily deactivate tests; it fails on certain botsJulian Lettner
2019-01-24[ubsan] Fix test when isPICDefault() returns false after rCTE352003Fangrui Song
2019-01-24[Sanitizers] UBSan unreachable incompatible with ASan in the presence of `nor...Julian Lettner
2019-01-23hwasan: Read shadow address from ifunc if we don't need a frame record.Peter Collingbourne
2019-01-21[HWASAN] Improve tag mismatch diagnosticsEugene Leviant
2019-01-21[fuzzer] Fix test checks broken after license header updateVitaly Buka
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-19[hwasan] Madvise away unused shadow.Evgeniy Stepanov
2019-01-16Fix sanitizer tool list used to generate sanitizer_common tests to be up-to-d...Dan Liew
2019-01-16compiler-rt tests: Unbreak cmake with LLVM_ENABLE_PIC=OFF on macNico Weber
2019-01-15compiler-rt/test: Bring back -pie on Android.Peter Collingbourne
2019-01-15[libFuzzer] Remove unstable edge handlingJonathan Metzman
2019-01-15compiler-rt/test: Add a couple of convenience features for Android.Peter Collingbourne
2019-01-15compiler-rt/test: Clean up Android specific workarounds in lit.common.cfg.Peter Collingbourne
2019-01-15Revert little bad rebasing.David Carlier
2019-01-15[Sanitizer] Intercept sl_add api on FreeBSD/NetBSDDavid Carlier
2019-01-15[compiler-rt] alignment-assumption-blacklist.cpp test apparently passes on an...Roman Lebedev
2019-01-15[compiler-rt] fuzzer-alignment-assumption.test: fixup the expected column numberRoman Lebedev
2019-01-15[compiler-rt][UBSan] Sanitization for alignment assumptions.Roman Lebedev
2019-01-15Explicitly set C++ standard for `Posix/no-fd.cc` ASan test.Dan Liew
2019-01-15Revert alignment assumptions changesVlad Tsyrklevich
2019-01-15Silence failing testsVlad Tsyrklevich
2019-01-14[compiler-rt] UBSan: just completely disable two alignment-assumption tests f...Roman Lebedev
2019-01-14[compiler-rt] UBSan: Disable 3 of the new alignment assumption tests on android.Roman Lebedev
2019-01-14[test] Disable sunrpc tests when rpc/xdr.h is missingMichal Gorny
2019-01-14[compiler-rt][UBSan] Sanitization for alignment assumptions.Roman Lebedev
2019-01-14[asan] Add fallback for Thumb after r350139Diana Picus
2019-01-11[CMake] Fix standalone build after LLVM exports utility targetsStefan Granitz
2019-01-11[Sanitizer] Disable getusershell interception for AndroidDavid Carlier
2019-01-11XFAIL getusershell.cc on Android.Matt Morehouse
2019-01-11[Sanitizer] Intercept getusershellDavid Carlier
2019-01-10[TSan] Remove ignore_interceptors_accesses flagJulian Lettner
2019-01-10[compiler-rt][builtins][PowerPC] Implemented __floattitf builtin on PowerPCAmy Kwan
2019-01-10[compiler-rt][builtins][PowerPC] Implemented __fixunstfti builtin on PowerPCAmy Kwan
2019-01-10[asan] Mark tests as UNSUPPORTED on armDiana Picus
2019-01-09[asan] Disable TSD dtor leak unit tests on FreeBSD x86 64David Carlier
2019-01-09[test] Detect glibc-2.27+ and XFAIL appropriate testsMichal Gorny
2019-01-09hwasan: Ignore loads and stores of size 0.Peter Collingbourne
2019-01-08[Sanitizer] Intercept fdevname on FreeBSDDavid Carlier
2019-01-08[asan] Support running without /procEvgeniy Stepanov
2019-01-07[TSan] Support Objective-C @synchronized with tagged pointersJulian Lettner
2019-01-04Disable system-allocator-fallback.cc test on Android O and earlier.Peter Collingbourne
2019-01-04hwasan: Use system allocator to realloc and free untagged pointers in interce...Peter Collingbourne
2019-01-03[hwasan] Switch to 64 allocator with a dense size class map.Evgeniy Stepanov
2019-01-03Re-disable the sanitizer_common/TestCases/Posix/getfsent.cc test. Recent macO...Kuba Mracek
2019-01-02[Sanitizer] Fix typo in funopen unit test.David Carlier
2019-01-02[TSan] Enable detection of lock-order-inversions for Objective-C @synchronizedJulian Lettner