summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/lsan
Commit message (Expand)AuthorAgeFilesLines
* Merging r340758 and r340769:Hans Wennborg2018-08-282-35/+23
* [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
* Move Linux-specific lsan tests into a new directoryFrancis Ricci2017-04-1310-0/+9
* Revert "Enable LSan on PowerPC64."Alex Shlyapnikov2017-04-131-3/+2
* Enable LSan on PowerPC64.Alex Shlyapnikov2017-04-131-2/+3
* [lsan] Reenable lsan tests on ARM botsMaxim Ostapenko2017-04-131-3/+2
* [LSAN] Disable on ARM/Thumb for goodRenato Golin2017-04-121-1/+2
* Revert "[lsan] Fix typo in test/lsan/lit.common.cfg"Renato Golin2017-04-121-1/+1
* [lsan] Fix typo in test/lsan/lit.common.cfgMaxim Ostapenko2017-04-111-1/+1
* Reapply "Enable LSan for arm Linux"Maxim Ostapenko2017-04-115-7/+19
* Revert r299923, it doesn't build in bootstrap builds.Nico Weber2017-04-115-18/+6
* [lsan] Enable LSan for arm LinuxMaxim Ostapenko2017-04-115-6/+18
* Disable use_tls_dynamic on 32-bit linuxFrancis Ricci2017-03-271-0/+1
* [test] Enable the strace_test only if strace is installedMichal Gorny2017-02-082-0/+6
OpenPOWER on IntegriCloud