summaryrefslogtreecommitdiff
path: root/lib/asan/tests
AgeCommit message (Expand)Author
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
2017-01-10Make cmake link flag naming consistentFrancis Ricci
2017-01-09Enable weak hooks on darwinFrancis Ricci
2017-01-05[compiler-rt] Set valid PC calling __asan_report_error SetErrorReportCallback...Vitaly Buka
2016-12-28Decrease kLargeMalloc block size in ASAN unit tests.Evgeniy Stepanov
2016-12-27[asan] Fix test broken by r290540Vitaly Buka
2016-12-26[inline-asm]No error for conflict between inputs\outputs and clobber listMarina Yatsina
2016-12-22Improve ThreadedQuarantineTest heap memory measurements.Evgeniy Stepanov
2016-12-21Increase the treshold in unit test to accomodate for qurantine size increase.Evgeniy Stepanov
2016-11-30[asan] Allow re-exec in instrumented unit tests on Darwin (fix unit tests on ...Kuba Mracek
2016-11-23[asan/win] Fix incremental linking vs. global registrationReid Kleckner
2016-11-17[asan] Create a .ASAN$G(A-Z) section for global registrationReid Kleckner
2016-11-17[tests] Use __SSE2__ (rather than __i686__...) for SSE2 ASAN testMichal Gorny
2016-11-02[asan] Add more dynamic CRT mode testsReid Kleckner
2016-09-23[asan] Stop appending -lm, -pthread and other linker options on Darwin for AS...Kuba Brecka
2016-09-15[compiler-rt] Do not introduce __sanitizer namespace globallyAnna Zaks
2016-09-08[powerpc] Move #if to appease warnings-as-errors testsBill Seurer
2016-09-07[powerpc] Move #if to appease warnings-as-errors testsBill Seurer
2016-09-07[powerpc] Disable ManyThreadsWithStatsStressTest test for ppc64Bill Seurer
2016-08-23[asan] Fix OOB_char on arm 32bitVitaly Buka
2016-08-18[asan] Add __asan_set_shadow_*Vitaly Buka
2016-07-27[compiler-rt] Fix warnings in interception codeEtienne Bergeron
2016-07-22Revert "fix https://reviews.llvm.org/D22610" and "[compiler-rt] Fix memmove/m...Bruno Cardoso Lopes