summaryrefslogtreecommitdiff
path: root/test/lsan
Commit message (Expand)AuthorAgeFilesLines
* [lsan] Fix deadlock in dl_iterate_phdr.Evgeniy Stepanov2019-09-191-0/+52
* Commit missing part of "Split many_tls_keys.cpp into two tests"Kamil Rytarowski2019-09-152-28/+8
* Split many_tls_keys.cpp into two testsKamil Rytarowski2019-09-122-0/+61
* Remove NOLINTs from compiler-rtVitaly Buka2019-09-111-1/+1
* Enable LSan tests for NetBSD/i386Kamil Rytarowski2019-09-081-1/+1
* compiler-rt: Remove .cc from all lit config filesNico Weber2019-08-051-1/+1
* compiler-rt: Rename .cc file in test/lsan to .cppFangrui Song2019-08-0536-0/+0
* Add NetBSD LSan supportKamil Rytarowski2019-07-111-1/+2
* [compiler-rt] Rename lit.*.cfg.* -> lit.*.cfg.py.*Reid Kleckner2019-06-276-6/+6
* [TSan] Support fiber API on macOSJulian Lettner2019-04-201-6/+1
* [test] Detect glibc-2.27+ and XFAIL appropriate testsMichal Gorny2019-01-091-0/+5
* [lsan] Check that leak sanitizer works in the forked processVitaly Buka2018-08-271-0/+23
* Revert "[lsan] Do not check for leaks in the forked process"Vitaly Buka2018-08-271-35/+0
* [Sanitizers] Move allocator_returns_null.cc test to common.Alex Shlyapnikov2018-06-111-133/+0
* [Sanitizers] Check alignment != 0 for aligned_alloc and posix_memalignAlex Shlyapnikov2018-06-082-47/+0
* [lsan] Do not check for leaks in the forked processVitaly Buka2018-06-051-0/+35
* [LSan] Report proper error on allocator failures instead of CHECK(0)-ingAlex Shlyapnikov2018-06-054-12/+64
* [ASan] Report proper ASan error on allocator failures instead of CHECK(0)-ingAlex Shlyapnikov2018-03-281-8/+14
* [PowerPC] Disable failing dynamic tls test casesNemanja Ivanovic2018-03-211-1/+1
* [lsan] Respect log_path option in standalone LSanMaxim Ostapenko2018-01-221-0/+26
* [LSan] Disable a couple of failing tests on PPC64 (pending investigation).Alex Shlyapnikov2017-10-272-2/+2
* [LSan] Enable LSan tests on PPC64 Linux.Alex Shlyapnikov2017-10-262-1/+6
* [lsan] Add __lsan_default_optionsVitaly Buka2017-09-221-0/+11
* Revert "Prevent DCE on __lsan_is_turned_off and re-enable test case"Francis Ricci2017-09-081-0/+2
* Prevent DCE on __lsan_is_turned_off and re-enable test caseFrancis Ricci2017-09-081-3/+1
* Reland r311842 - [cmake] Remove i686 target that is duplicate to i386Michal Gorny2017-08-281-1/+1
* Revert r311842 - [cmake] Remove i686 target that is duplicate to i386Michal Gorny2017-08-271-1/+1
* [cmake] Remove i686 target that is duplicate to i386Michal Gorny2017-08-271-1/+1
* [Sanitizers] LSan allocator set errno on failure.Alex Shlyapnikov2017-07-141-1/+9
* [LSan] Make LSan allocator allocator_may_return_null compliantAlex Shlyapnikov2017-06-301-0/+123
* Revert "[LSan] Make LSan allocator allocator_may_return_null compliant"Michael Zolotukhin2017-06-291-123/+0
* [LSan] Make LSan allocator allocator_may_return_null compliantAlex Shlyapnikov2017-06-291-0/+123
* Add lsan interceptors for libdispatch functions on darwinFrancis Ricci2017-06-193-1/+69
* Revert "Add lsan interceptors for libdispatch functions on darwin"Francis Ricci2017-06-193-69/+1
* Add lsan interceptors for libdispatch functions on darwinFrancis Ricci2017-06-193-1/+69
* [LSAN-ARM] Marking new test unsupported on ARMHF due to bot failuresRenato Golin2017-05-261-0/+3
* Implement tls scanning for darwin LSanFrancis Ricci2017-05-251-0/+94
* Revert "Implement tls scanning for darwin LSan"Francis Ricci2017-05-171-94/+0
* Implement tls scanning for darwin LSanFrancis Ricci2017-05-171-0/+94
* Disable two failing darwin lsan testsFrancis Ricci2017-05-122-2/+2
* Disable two failing darwin lsan testsFrancis Ricci2017-05-122-0/+4
* Enable lsan test suite on Darwin x86_64 buildsFrancis Ricci2017-05-121-2/+3
* [lsan] Enable LSan on PowerPC64.Alex Shlyapnikov2017-04-211-2/+3
* Disable LSan on ppc64, some tests are failing.Alex Shlyapnikov2017-04-211-2/+2
* Revert "Enable lsan test suite on Darwin x86_64 builds"Ahmed Bougacha2017-04-211-4/+2
* Enable LSan on PowerPC64.Alex Shlyapnikov2017-04-201-2/+2
* Enable lsan test suite on Darwin x86_64 buildsFrancis Ricci2017-04-201-2/+4
* make detect_leaks=1 the default for the lsan test suiteFrancis Ricci2017-04-2027-30/+29
* Don't use abort_on_error for lsan darwin test suiteFrancis Ricci2017-04-181-0/+7
* Allow for setting of global platform-specific lsan options in the test suiteFrancis Ricci2017-04-1833-70/+78