summaryrefslogtreecommitdiff
path: root/test/lsan
AgeCommit message (Expand)Author
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-29[sanitizer] Add macOS minimum deployment target to all compiler invocations i...Kuba Mracek
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-07-11[compiler-rt] Fix VisualStudio virtual folders layoutEtienne Bergeron
2016-04-16Replace hardcoded comment at 'lit.site.cfg.in'Alex Denisov
2016-03-03[LSan] Enable use_registers test for MIPSMohit K. Bhakkad
2016-02-23[tests] Always specify correct config.target_arch when configuring test suite.Alexey Samsonov
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-02-09[lsan] Run the tests for each supported arch and suffix each one to distingui...Daniel Sanders
2016-01-16[LSan] Ignore all allocations made inside pthread_create.Alexey Samsonov
2016-01-14[LSan] Add "use_ld_allocations" flag to disable old way of DTLS handling.Alexey Samsonov
2015-11-19[LSan] Fix tests with some libstdc++ implementations.Alexey Samsonov
2015-07-17[Sanitizer] Teach ReadFileToBuffer to distinguish empty file from inaccessibl...Alexey Samsonov
2015-06-19Revert "Revert "[CMake] LSan is not actually available on Darwin.""Alexey Samsonov
2015-06-18Revert "[CMake] LSan is not actually available on Darwin."Justin Bogner
2015-06-17[CMake] LSan is not actually available on Darwin.Alexey Samsonov
2015-04-24[lsan] Add an interface function for on-demand leak checking.Sergey Matveev
2015-02-19[LSan][MIPS64] Enable LSan testing for mips64/mips64elMohit K. Bhakkad
2015-01-15[sanitizer] Flag parser rewrite.Evgeniy Stepanov
2015-01-15[lsan] Fix a typo in a test.Evgeniy Stepanov
2014-12-19[lsan] Add debug output to leak_check_before_thread_started.cc.Sergey Matveev
2014-12-18Fix suppressions file usageFilipe Cabecinhas
2014-12-05[LSan] Rewrite the test from r223419 to not use C++11.Sergey Matveev
2014-12-05[ASan, LSan] Improve tracking of thread creation.Sergey Matveev
2014-12-03[asan] Fix stale_stack_leak.cc test in ASan-UAR mode.Evgeniy Stepanov
2014-11-25[ASan] Fix leak tests on 64-bit targets other than x86-64 (take two)Jay Foad
2014-09-05Use "-gline-tables-only" instead of "-g" in sanitizer test suites.Alexey Samsonov
2014-08-18[LSan] Parse common flags from LSAN_OPTIONS even if LSan is combined withAlexey Samsonov
2014-07-30[Sanitizer] Make "suppressions" and "print_suppressions" common runtime flags.Alexey Samsonov
2014-07-25[lsan] Follow-up for r213518: replace MAP_ANONYMOUS with MAP_ANONAlexander Potapenko
2014-07-21[lsan] Allow using ucontext.h in the test on OSX.Alexander Potapenko
2014-07-21[lsan] Define MAP_ANONYMOUS as MAP_ANON for OSX in the test.Alexander Potapenko
2014-07-21[lsan] Use a more standard-conformant sched_yield() instead of pthread_yield().Alexander Potapenko
2014-04-30Add %run to all lit testsGreg Fitzgerald
2014-04-30Allow any test to be executed via a %run command.Greg Fitzgerald
2014-02-20[CMake] lit tests shouldn't depend on runtimes in standalone buildAlexey Samsonov
2014-02-19Add rudimentary support for running compiler-rt lit tests with GCCAlexey Samsonov
2014-02-18Simplify lit test configs for LSan and UBSan by using a generic configAlexey Samsonov
2014-02-17Simplify defining Clang compile flags in lit configsAlexey Samsonov
2014-02-14[ASan] Rename asan_runtime_libraries to asan. Re-enable tests on Android.Alexey Samsonov
2014-02-14Move MSan lit-tests under test/msanAlexey Samsonov
2014-02-14Move LSan test suite under test/Alexey Samsonov