summaryrefslogtreecommitdiff
path: root/lib/asan/tests
AgeCommit message (Expand)Author
2018-07-28Fix Asan-i386-calls-Test AddressSanitizer.ShadowGapTest on FreeBSDFangrui Song
2018-04-16[sanitizer] Split Symbolizer/StackTraces from core RTSanitizerCommonKostya Kortchinsky
2018-03-22[sanitizer] Split coverage into separate RT in sanitizer_commonKostya Kortchinsky
2018-03-20Revert "[compiler-rt] Change std::sort to llvm::sort in response to r327219"Mandeep Singh Grang
2018-03-20[compiler-rt] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang
2018-01-17[Sanitizers, test] Fix sanitizer tests on Solaris (PR 33274)Kamil Rytarowski
2017-11-16[asan] Properly mark or disable tests that only work with shadow scale of 3Walter Lee
2017-11-13[asan] Add CMake hook to override shadow scale in compiler_rtWalter Lee
2017-10-12[cmake] [asan] Remove unnecessary gtest dep from dynamic testsMichal Gorny
2017-10-07[asan] Disable wcslen test on 32-bit Android.Evgeniy Stepanov
2017-09-20[asan] Resolve FIXME by converting gtest into lit testVitaly Buka
2017-08-29Shorten filenames of tests (-with-calls to -calls)Kamil Rytarowski
2017-08-28[asan] Move __asan_handle_no_return to public headerPetr Hosek
2017-08-15[sanitizers CMake] NFC Refactor the logic for compiling and generating testsGeorge Karpenkov
2017-08-15[CMake compiler-rt] NFC: Minor CMake refactoring.George Karpenkov
2017-08-15[compiler-rt CMake] CMake refactoring: create directories in helper func.George Karpenkov
2017-08-08NetBSD compatibility nit in asan_test_utils.hKamil Rytarowski
2017-08-07Fix asan_test.cc build on NetBSDKamil Rytarowski
2017-07-28[sanitizer tests CMake] Factor out CMake logic for compiling sanitizer testsGeorge Karpenkov
2017-07-28[sanitizers] Sanitizer tests CMake clean up: try #2George Karpenkov
2017-07-27Revert "[sanitizers] Sanitizer tests CMake clean up"George Karpenkov
2017-07-27[sanitizers] Sanitizer tests CMake clean upGeorge Karpenkov
2017-07-18[asan] Remove recent asan tests which expect death in allocatorVitaly Buka
2017-07-14[Sanitizers] ASan and LSan allocator set errno on failure.Alex Shlyapnikov
2017-06-01[asan] Add strndup/__strndup interceptors.Pierre Gousseau
2017-05-26[asan] Enable back some ASan tests disabled on PowerPC.Alex Shlyapnikov
2017-05-25[compiler-rt] Change default of allow_user_segv_handler to trueVitaly Buka
2017-05-24Revert "[compiler-rt] Change default of allow_user_segv_handler to true"Vitaly Buka
2017-05-24[compiler-rt] Change default of allow_user_segv_handler to trueVitaly Buka
2017-05-20Revert "[compiler-rt] Change default of allow_user_segv_handler to true"Vitaly Buka
2017-05-20[compiler-rt] Change default of allow_user_segv_handler to trueVitaly Buka
2017-05-18Revert r302781 and subsequent attempts to disable part of it.Daniel Jasper
2017-05-17Include setjmp.h unconditionally in asan_test_utils.hHans Wennborg
2017-05-11[asan] Recommit of r301904: Add strndup/__strndup interceptorsPierre Gousseau
2017-05-02Revert r301904 causing tsan test failure in x86_64-linux-autoconfPierre Gousseau
2017-05-02[asan] Add strndup/__strndup interceptors if targeting linux.Pierre Gousseau
2017-04-20Define a suppression for known leaks on pthread_exit call.Alex Shlyapnikov
2017-04-19Turn symbolization on for ASan unit test.Alex Shlyapnikov
2017-04-12Fix memory leaks in address sanitizer darwin testsFrancis Ricci
2017-04-11Reapply "Enable LSan for arm Linux"Maxim Ostapenko
2017-04-11Revert r299923, it doesn't build in bootstrap builds.Nico Weber
2017-04-11[lsan] Enable LSan for arm LinuxMaxim Ostapenko
2017-03-27[powerpc] deactivate ManyThreadsTest asan test on powerpc64Bill Seurer
2017-03-14Some ASan bots (AArch64 at least) use SEGV for a unit test error instead of S...Filipe Cabecinhas
2017-03-13[asan] Split SIGSEGV / SIGBUS handling so we can handle only one of them and ...Filipe Cabecinhas
2017-02-06[asan] Remove `using std::vector` and `using std::map`Alexander Kornienko
2017-01-25[powerpc] deactivate ThreadedOneSizeMallocStressTest asan test on powerpc64Bill Seurer
2017-01-24[powerpc] deactivate ThreadedMallocStressTest asan test on powerpc64Bill Seurer
2017-01-12Revert "[sancov] moving sancov rt to sancov/ directory"Mike Aizatsky
2017-01-12[sancov] moving sancov rt to sancov/ directoryMike Aizatsky