summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/lsan/lit_tests
Commit message (Expand)AuthorAgeFilesLines
* Move LSan test suite under test/Alexey Samsonov2014-02-1439-1126/+0
* Delete LSan unit testsAlexey Samsonov2014-02-142-21/+0
* Move shared configs for lit test suites to test/ and unittests/ directoriesAlexey Samsonov2014-02-143-3/+3
* [lsan] simplify use_tls_dynamic.cc testKostya Serebryany2014-02-043-17/+18
* [lsan] remove LeakSanitizerIsTurnedOffForTheCurrentProcess (this was a bad id...Kostya Serebryany2014-01-151-1/+1
* [lsan] handle 'new T[0]' where T is a type with DTOR; fixes https://code.goog...Kostya Serebryany2014-01-101-0/+19
* [lsan] rename __lsan_is_turned_off to LeakSanitizerIsTurnedOffForTheCurrentPr...Kostya Serebryany2014-01-101-1/+1
* [lsan] Make the report_objects flag more useful.Sergey Matveev2013-12-2416-16/+16
* [lsan] Remove the LSan-specific verbosity flag.Sergey Matveev2013-12-172-9/+3
* [lsan] Introduce print_suppressions flag.Sergey Matveev2013-12-172-5/+40
* [Sanitizer] Always initialize a Symbolizer (even if 'symbolize' is false).Alexey Samsonov2013-12-172-3/+7
* [lsan] Introduce __lsan_(un)register_root_region().Sergey Matveev2013-12-171-0/+32
* [LSan] Add a real test for suppressions file instead of duplicated test case.Alexey Samsonov2013-12-172-10/+1
* [lsan] Make LSan ignore memory poisoned by ASan.Sergey Matveev2013-12-092-0/+27
* [Sanitizer] Unify summary reporting across all sanitizers.Alexey Samsonov2013-11-0122-24/+24
* [lsan] Fix bug when discovering indirectly leaked objects.Sergey Matveev2013-10-151-0/+18
* [lsan] Support ASan's stack-use-after-return mode in LSan.Sergey Matveev2013-10-141-0/+23
* [asan] Improve thread lifetime tracking on POSIX systems.Sergey Matveev2013-10-141-0/+45
* [LSan] Don't report leaks with single-frame stack tracesAlexey Samsonov2013-09-271-0/+42
* ASan, LSan, MSan: try to find llvm-symbolizer binary in PATH if it is not pro...Alexey Samsonov2013-09-032-3/+0
* Revert r189347: it breaks on machines w/o installed debug versions of system ...Alexey Samsonov2013-08-271-1/+0
* LSan: Check that dynamic linker library is properly symbolizedAlexey Samsonov2013-08-271-0/+1
* Slightly improve lint checker script and fix a few style issuesAlexey Samsonov2013-08-231-2/+4
* [lsan] Add a regression test for building C code.Sergey Matveev2013-08-224-0/+29
* [lsan] Add a stress test.Sergey Matveev2013-08-221-0/+46
* [tests] Update to use lit_config and lit package, as appropriate.Daniel Dunbar2013-08-096-18/+21
* Enable pipefail for LSan testsAlexey Samsonov2013-08-0719-20/+19
* [lsan] Add leak_check_at_exit flag.Sergey Matveev2013-08-011-0/+19
* Disable pipefail for lsan.Rafael Espindola2013-07-261-0/+1
* Use --driver-mode=g++ instead of -ccc-cxx; required after Clang r186605Hans Wennborg2013-07-181-1/+1
* [lsan] Add __lsan_do_leak_check() to the public interface.Sergey Matveev2013-07-181-0/+36
* [lsan] Fix test.Sergey Matveev2013-07-081-2/+1
* [lsan] Handle fork() correctly.Sergey Matveev2013-07-082-0/+68
* Define the path to llvm-symbolizer tool in a common config to reduce copy-pasteAlexey Samsonov2013-06-301-4/+0
* [lsan] Fix build again.Sergey Matveev2013-06-281-1/+1
* [lsan] Fix build.Sergey Matveev2013-06-281-1/+1
* [lsan] Add suppression support.Sergey Matveev2013-06-286-0/+66
* [lsan] Fix flaky test.Sergey Matveev2013-06-271-2/+3
* [LSan] Add the way to disable LSan at link timeAlexey Samsonov2013-06-271-0/+23
* Revert to C-style callbacks for iteration over allocator chunks.Sergey Matveev2013-06-241-1/+1
* [asan] Move lsan_disabled out of thread context.Sergey Matveev2013-06-211-0/+38
* [lsan] Move symbolization and reporting out of StopTheWorld callback.Sergey Matveev2013-06-1912-12/+12
* Properly install LSan interface header, rely on sanitizer header presence in ...Alexey Samsonov2013-06-143-3/+3
* [lsan] Harmonized some naming inconsistencies.Sergey Matveev2013-06-1114-29/+29
* [lsan] Fix the unittest makefiles.Sergey Matveev2013-06-111-1/+1
* tsan: fix lint warningsDmitry Vyukov2013-06-101-1/+1
* [lsan] Implement __lsan_ignore_object().Sergey Matveev2013-06-062-0/+52
* Simplify lit configs for asan/lsan/msan unit testsAlexey Samsonov2013-06-062-25/+6
* Remove a bunch of copy-paste: use common config for sanitizer lit/unit testsAlexey Samsonov2013-06-065-61/+15
* [lsan] Add __lsan_disable() and __lsan_enable().Sergey Matveev2013-06-031-0/+23
OpenPOWER on IntegriCloud