summaryrefslogtreecommitdiff
path: root/test/lsan
AgeCommit message (Expand)Author
2018-06-11[Sanitizers] Move allocator_returns_null.cc test to common.Alex Shlyapnikov
2018-06-08[Sanitizers] Check alignment != 0 for aligned_alloc and posix_memalignAlex Shlyapnikov
2018-06-05[lsan] Do not check for leaks in the forked processVitaly Buka
2018-06-05[LSan] Report proper error on allocator failures instead of CHECK(0)-ingAlex Shlyapnikov
2018-03-28[ASan] Report proper ASan error on allocator failures instead of CHECK(0)-ingAlex Shlyapnikov
2018-03-21[PowerPC] Disable failing dynamic tls test casesNemanja Ivanovic
2018-01-22[lsan] Respect log_path option in standalone LSanMaxim Ostapenko
2017-10-27[LSan] Disable a couple of failing tests on PPC64 (pending investigation).Alex Shlyapnikov
2017-10-26[LSan] Enable LSan tests on PPC64 Linux.Alex Shlyapnikov
2017-09-22[lsan] Add __lsan_default_optionsVitaly Buka
2017-09-08Revert "Prevent DCE on __lsan_is_turned_off and re-enable test case"Francis Ricci
2017-09-08Prevent DCE on __lsan_is_turned_off and re-enable test caseFrancis Ricci
2017-08-28Reland r311842 - [cmake] Remove i686 target that is duplicate to i386Michal Gorny
2017-08-27Revert r311842 - [cmake] Remove i686 target that is duplicate to i386Michal Gorny
2017-08-27[cmake] Remove i686 target that is duplicate to i386Michal Gorny
2017-07-14[Sanitizers] LSan allocator set errno on failure.Alex Shlyapnikov
2017-06-30[LSan] Make LSan allocator allocator_may_return_null compliantAlex Shlyapnikov
2017-06-29Revert "[LSan] Make LSan allocator allocator_may_return_null compliant"Michael Zolotukhin
2017-06-29[LSan] Make LSan allocator allocator_may_return_null compliantAlex Shlyapnikov
2017-06-19Add lsan interceptors for libdispatch functions on darwinFrancis Ricci
2017-06-19Revert "Add lsan interceptors for libdispatch functions on darwin"Francis Ricci
2017-06-19Add lsan interceptors for libdispatch functions on darwinFrancis Ricci
2017-05-26[LSAN-ARM] Marking new test unsupported on ARMHF due to bot failuresRenato Golin
2017-05-25Implement tls scanning for darwin LSanFrancis Ricci
2017-05-17Revert "Implement tls scanning for darwin LSan"Francis Ricci
2017-05-17Implement tls scanning for darwin LSanFrancis Ricci
2017-05-12Disable two failing darwin lsan testsFrancis Ricci
2017-05-12Disable two failing darwin lsan testsFrancis Ricci
2017-05-12Enable lsan test suite on Darwin x86_64 buildsFrancis Ricci
2017-04-21[lsan] Enable LSan on PowerPC64.Alex Shlyapnikov
2017-04-21Disable LSan on ppc64, some tests are failing.Alex Shlyapnikov
2017-04-21Revert "Enable lsan test suite on Darwin x86_64 builds"Ahmed Bougacha
2017-04-20Enable LSan on PowerPC64.Alex Shlyapnikov
2017-04-20Enable lsan test suite on Darwin x86_64 buildsFrancis Ricci
2017-04-20make detect_leaks=1 the default for the lsan test suiteFrancis Ricci
2017-04-18Don't use abort_on_error for lsan darwin test suiteFrancis Ricci
2017-04-18Allow for setting of global platform-specific lsan options in the test suiteFrancis Ricci
2017-04-13Move Linux-specific lsan tests into a new directoryFrancis Ricci
2017-04-13Revert "Enable LSan on PowerPC64."Alex Shlyapnikov
2017-04-13Enable LSan on PowerPC64.Alex Shlyapnikov
2017-04-13[lsan] Reenable lsan tests on ARM botsMaxim Ostapenko
2017-04-12[LSAN] Disable on ARM/Thumb for goodRenato Golin
2017-04-12Revert "[lsan] Fix typo in test/lsan/lit.common.cfg"Renato Golin
2017-04-11[lsan] Fix typo in test/lsan/lit.common.cfgMaxim Ostapenko
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-27Disable use_tls_dynamic on 32-bit linuxFrancis Ricci
2017-02-08[test] Enable the strace_test only if strace is installedMichal Gorny
2017-01-31[lsan] Fix typo in stale_stack_leak.cc testcaseMaxim Ostapenko