summaryrefslogtreecommitdiff
path: root/test/lsan/TestCases
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-04-20make detect_leaks=1 the default for the lsan 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-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
2017-01-31[lsan] Disable stale_stack_leak.cc testcase on x86Maxim Ostapenko
2017-01-31[lsan] Renable LSan for x86 LinuxMaxim Ostapenko
2017-01-23Revert "[lsan] Enable LSan for x86 Linux."Evgeniy Stepanov
2017-01-23[lsan] Enable LSan for x86 Linux.Maxim Ostapenko
2016-11-14[lsan] [aarch64] Fix printing of pointers in make check tests - updateStrahinja Petrovic
2016-10-20[lsan] [aarch64] Fix printing of pointers in make check testsStrahinja Petrovic
2016-10-13Make lsan complain loudly when running under ptraceKostya Serebryany
2016-08-25[lsan] one more test fix to please the Debian Sid bot (this time, confirmed o...Kostya Serebryany
2016-08-24[lsan] give a test a bit more stack -- it started failing after r279664 on th...Kostya Serebryany
2016-03-03[LSan] Enable use_registers test for MIPSMohit K. Bhakkad
2016-02-11[LSan] Test case fix: mode debug output, synchronization instead of sleep().Alexey Samsonov
2016-02-11[LSan] Fix a crash when LSan hits a guard page while scanning thread stack fo...Alexey Samsonov
2016-01-16[LSan] Ignore all allocations made inside pthread_create.Alexey Samsonov