summaryrefslogtreecommitdiff
path: root/lib/asan/tests
Commit message (Expand)AuthorAgeFilesLines
* Remove asan test for strncat(x, y, 0)David Bolvansky2019-09-171-3/+1
* [ASAN] Adjust asan tests due to new optimizationsDavid Bolvansky2019-09-171-1/+1
* compiler-rt: Rename cc files below test/asan to cppNico Weber2019-08-051-1/+1
* Try to fix OOB tests more on Windows after r367642Nico Weber2019-08-051-0/+7
* Try to fix OOB tests on at least Windows after r367642Nico Weber2019-08-051-1/+1
* Fix flaky test caused by PR42868Vitaly Buka2019-08-021-22/+21
* compiler-rt: Rename .cc file in lib/asan/tests to .cppNico Weber2019-08-0115-27/+35
* Enable compiler-rt on SPARCRainer Orth2019-07-121-0/+1
* Remove ASan asm instrumentation.Evgeniy Stepanov2019-03-112-278/+0
* Reland "[compiler-rt] Intercept the bcmp() function."Clement Courbet2019-03-011-16/+26
* Revert "[compiler-rt] Intercept the bcmp() function."Vlad Tsyrklevich2019-02-261-26/+16
* [compiler-rt] Intercept the bcmp() function.Clement Courbet2019-02-261-16/+26
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1915-60/+45
* [asan] Remove flags for clang-cl before it supported EHReid Kleckner2018-10-311-5/+0
* Disable BufferOverflowAfterManyFrees for NetBSDKamil Rytarowski2018-10-301-0/+2
* Disable failing tests lib/asan/tests on NetBSDKamil Rytarowski2018-10-092-0/+4
* Fix Asan-i386-calls-Test AddressSanitizer.ShadowGapTest on FreeBSDFangrui Song2018-07-281-1/+1
* [sanitizer] Split Symbolizer/StackTraces from core RTSanitizerCommonKostya Kortchinsky2018-04-161-0/+3
* [sanitizer] Split coverage into separate RT in sanitizer_commonKostya Kortchinsky2018-03-221-0/+3
* Revert "[compiler-rt] Change std::sort to llvm::sort in response to r327219"Mandeep Singh Grang2018-03-201-1/+1
* [compiler-rt] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang2018-03-201-1/+1
* [Sanitizers, test] Fix sanitizer tests on Solaris (PR 33274)Kamil Rytarowski2018-01-172-0/+8
* [asan] Properly mark or disable tests that only work with shadow scale of 3Walter Lee2017-11-162-3/+8
* [asan] Add CMake hook to override shadow scale in compiler_rtWalter Lee2017-11-131-0/+2
* [cmake] [asan] Remove unnecessary gtest dep from dynamic testsMichal Gorny2017-10-121-1/+1
* [asan] Disable wcslen test on 32-bit Android.Evgeniy Stepanov2017-10-071-2/+4
* [asan] Resolve FIXME by converting gtest into lit testVitaly Buka2017-09-201-17/+0
* Shorten filenames of tests (-with-calls to -calls)Kamil Rytarowski2017-08-291-1/+1
* [asan] Move __asan_handle_no_return to public headerPetr Hosek2017-08-281-0/+8
* [sanitizers CMake] NFC Refactor the logic for compiling and generating testsGeorge Karpenkov2017-08-151-113/+91
* [CMake compiler-rt] NFC: Minor CMake refactoring.George Karpenkov2017-08-151-6/+1
* [compiler-rt CMake] CMake refactoring: create directories in helper func.George Karpenkov2017-08-151-5/+0
* NetBSD compatibility nit in asan_test_utils.hKamil Rytarowski2017-08-081-1/+1
* Fix asan_test.cc build on NetBSDKamil Rytarowski2017-08-071-10/+20
* [sanitizer tests CMake] Factor out CMake logic for compiling sanitizer testsGeorge Karpenkov2017-07-281-21/+15
* [sanitizers] Sanitizer tests CMake clean up: try #2George Karpenkov2017-07-281-30/+4
* Revert "[sanitizers] Sanitizer tests CMake clean up"George Karpenkov2017-07-271-4/+30
* [sanitizers] Sanitizer tests CMake clean upGeorge Karpenkov2017-07-271-30/+4
* [asan] Remove recent asan tests which expect death in allocatorVitaly Buka2017-07-181-10/+0
* [Sanitizers] ASan and LSan allocator set errno on failure.Alex Shlyapnikov2017-07-141-2/+16
* [asan] Add strndup/__strndup interceptors.Pierre Gousseau2017-06-011-0/+27
* [asan] Enable back some ASan tests disabled on PowerPC.Alex Shlyapnikov2017-05-262-13/+0
* [compiler-rt] Change default of allow_user_segv_handler to trueVitaly Buka2017-05-251-8/+13
* Revert "[compiler-rt] Change default of allow_user_segv_handler to true"Vitaly Buka2017-05-241-13/+8
* [compiler-rt] Change default of allow_user_segv_handler to trueVitaly Buka2017-05-241-8/+13
* Revert "[compiler-rt] Change default of allow_user_segv_handler to true"Vitaly Buka2017-05-201-13/+8
* [compiler-rt] Change default of allow_user_segv_handler to trueVitaly Buka2017-05-201-8/+13
* Revert r302781 and subsequent attempts to disable part of it.Daniel Jasper2017-05-181-21/+0
* Include setjmp.h unconditionally in asan_test_utils.hHans Wennborg2017-05-171-1/+1
* [asan] Recommit of r301904: Add strndup/__strndup interceptorsPierre Gousseau2017-05-111-0/+21