summaryrefslogtreecommitdiff
path: root/test/lsan/TestCases
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
* compiler-rt: Rename .cc file in test/lsan to .cppFangrui Song2019-08-0536-0/+0
* [compiler-rt] Rename lit.*.cfg.* -> lit.*.cfg.py.*Reid Kleckner2019-06-273-0/+0
* [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-261-0/+5
* [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-192-0/+68
* Revert "Add lsan interceptors for libdispatch functions on darwin"Francis Ricci2017-06-192-68/+0
* Add lsan interceptors for libdispatch functions on darwinFrancis Ricci2017-06-192-0/+68
* [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
* make detect_leaks=1 the default for the lsan test suiteFrancis Ricci2017-04-2026-28/+27
* Allow for setting of global platform-specific lsan options in the test suiteFrancis Ricci2017-04-1832-70/+70
* Move Linux-specific lsan tests into a new directoryFrancis Ricci2017-04-1310-0/+9
* Reapply "Enable LSan for arm Linux"Maxim Ostapenko2017-04-114-5/+12
* Revert r299923, it doesn't build in bootstrap builds.Nico Weber2017-04-114-12/+5
* [lsan] Enable LSan for arm LinuxMaxim Ostapenko2017-04-114-5/+12
* 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-081-0/+1
* [lsan] Fix typo in stale_stack_leak.cc testcaseMaxim Ostapenko2017-01-311-1/+1
* [lsan] Disable stale_stack_leak.cc testcase on x86Maxim Ostapenko2017-01-311-0/+3
* [lsan] Renable LSan for x86 LinuxMaxim Ostapenko2017-01-3125-25/+29
* Revert "[lsan] Enable LSan for x86 Linux."Evgeniy Stepanov2017-01-2325-29/+25