aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt/test/lsan
AgeCommit message (Expand)AuthorFilesLines
2019-07-11Add NetBSD LSan supportKamil Rytarowski1-1/+2
2019-06-27[compiler-rt] Rename lit.*.cfg.* -> lit.*.cfg.py.*Reid Kleckner6-6/+6
2019-04-20[TSan] Support fiber API on macOSJulian Lettner1-6/+1
2019-01-09[test] Detect glibc-2.27+ and XFAIL appropriate testsMichal Gorny1-0/+5
2018-08-27[lsan] Check that leak sanitizer works in the forked processVitaly Buka1-0/+23
2018-08-27Revert "[lsan] Do not check for leaks in the forked process"Vitaly Buka1-35/+0
2018-06-11[Sanitizers] Move allocator_returns_null.cc test to common.Alex Shlyapnikov1-133/+0
2018-06-08[Sanitizers] Check alignment != 0 for aligned_alloc and posix_memalignAlex Shlyapnikov2-47/+0
2018-06-05[lsan] Do not check for leaks in the forked processVitaly Buka1-0/+35
2018-06-05[LSan] Report proper error on allocator failures instead of CHECK(0)-ingAlex Shlyapnikov4-12/+64
2018-03-28[ASan] Report proper ASan error on allocator failures instead of CHECK(0)-ingAlex Shlyapnikov1-8/+14
2018-03-21[PowerPC] Disable failing dynamic tls test casesNemanja Ivanovic1-1/+1
2018-01-22[lsan] Respect log_path option in standalone LSanMaxim Ostapenko1-0/+26
2017-10-27[LSan] Disable a couple of failing tests on PPC64 (pending investigation).Alex Shlyapnikov2-2/+2
2017-10-26[LSan] Enable LSan tests on PPC64 Linux.Alex Shlyapnikov2-1/+6
2017-09-22[lsan] Add __lsan_default_optionsVitaly Buka1-0/+11
2017-09-08Revert "Prevent DCE on __lsan_is_turned_off and re-enable test case"Francis Ricci1-0/+2
2017-09-08Prevent DCE on __lsan_is_turned_off and re-enable test caseFrancis Ricci1-3/+1
2017-08-28Reland r311842 - [cmake] Remove i686 target that is duplicate to i386Michal Gorny1-1/+1
2017-08-27Revert r311842 - [cmake] Remove i686 target that is duplicate to i386Michal Gorny1-1/+1
2017-08-27[cmake] Remove i686 target that is duplicate to i386Michal Gorny1-1/+1
2017-07-14[Sanitizers] LSan allocator set errno on failure.Alex Shlyapnikov1-1/+9
2017-06-30[LSan] Make LSan allocator allocator_may_return_null compliantAlex Shlyapnikov1-0/+123
2017-06-29Revert "[LSan] Make LSan allocator allocator_may_return_null compliant"Michael Zolotukhin1-123/+0
2017-06-29[LSan] Make LSan allocator allocator_may_return_null compliantAlex Shlyapnikov1-0/+123
2017-06-19Add lsan interceptors for libdispatch functions on darwinFrancis Ricci3-1/+69
2017-06-19Revert "Add lsan interceptors for libdispatch functions on darwin"Francis Ricci3-69/+1
2017-06-19Add lsan interceptors for libdispatch functions on darwinFrancis Ricci3-1/+69
2017-05-26[LSAN-ARM] Marking new test unsupported on ARMHF due to bot failuresRenato Golin1-0/+3
2017-05-25Implement tls scanning for darwin LSanFrancis Ricci1-0/+94
2017-05-17Revert "Implement tls scanning for darwin LSan"Francis Ricci1-94/+0
2017-05-17Implement tls scanning for darwin LSanFrancis Ricci1-0/+94
2017-05-12Disable two failing darwin lsan testsFrancis Ricci2-2/+2
2017-05-12Disable two failing darwin lsan testsFrancis Ricci2-0/+4
2017-05-12Enable lsan test suite on Darwin x86_64 buildsFrancis Ricci1-2/+3
2017-04-21[lsan] Enable LSan on PowerPC64.Alex Shlyapnikov1-2/+3
2017-04-21Disable LSan on ppc64, some tests are failing.Alex Shlyapnikov1-2/+2
2017-04-21Revert "Enable lsan test suite on Darwin x86_64 builds"Ahmed Bougacha1-4/+2
2017-04-20Enable LSan on PowerPC64.Alex Shlyapnikov1-2/+2
2017-04-20Enable lsan test suite on Darwin x86_64 buildsFrancis Ricci1-2/+4
2017-04-20make detect_leaks=1 the default for the lsan test suiteFrancis Ricci27-30/+29
2017-04-18Don't use abort_on_error for lsan darwin test suiteFrancis Ricci1-0/+7
2017-04-18Allow for setting of global platform-specific lsan options in the test suiteFrancis Ricci33-70/+78
2017-04-13Move Linux-specific lsan tests into a new directoryFrancis Ricci10-0/+9
2017-04-13Revert "Enable LSan on PowerPC64."Alex Shlyapnikov1-3/+2
2017-04-13Enable LSan on PowerPC64.Alex Shlyapnikov1-2/+3
2017-04-13[lsan] Reenable lsan tests on ARM botsMaxim Ostapenko1-3/+2
2017-04-12[LSAN] Disable on ARM/Thumb for goodRenato Golin1-1/+2
2017-04-12Revert "[lsan] Fix typo in test/lsan/lit.common.cfg"Renato Golin1-1/+1
2017-04-11[lsan] Fix typo in test/lsan/lit.common.cfgMaxim Ostapenko1-1/+1