summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/lsan
Commit message (Collapse)AuthorAgeFilesLines
...
* [LSan] Parse common flags from LSAN_OPTIONS even if LSan is combined withAlexey Samsonov2014-08-185-8/+8
| | | | | | | | | | another sanitizer. A user may run both LSan and LSan+ASan. It is weird to pass path to leak suppression file (or other common sanitizer flags, like "verbosity") in "LSAN_OPTIONS" in the first case and in "ASAN_OPTIONS" in the second case. llvm-svn: 215949
* [Sanitizer] Make "suppressions" and "print_suppressions" common runtime flags.Alexey Samsonov2014-07-302-4/+4
| | | | | | No functionality change. llvm-svn: 214343
* [lsan] Follow-up for r213518: replace MAP_ANONYMOUS with MAP_ANONAlexander Potapenko2014-07-251-6/+1
| | | | | | (despite it's deprecated on Linux) to remove the ifdefs. llvm-svn: 213929
* [lsan] Allow using ucontext.h in the test on OSX.Alexander Potapenko2014-07-211-0/+5
| | | | llvm-svn: 213523
* [lsan] Define MAP_ANONYMOUS as MAP_ANON for OSX in the test.Alexander Potapenko2014-07-211-0/+5
| | | | llvm-svn: 213518
* [lsan] Use a more standard-conformant sched_yield() instead of pthread_yield().Alexander Potapenko2014-07-212-4/+6
| | | | | | There's no pthread_yield() on OSX (only sched_yield() and pthread_yield_np()). llvm-svn: 213516
* Add %run to all lit testsGreg Fitzgerald2014-04-3032-68/+68
| | | | llvm-svn: 207709
* Allow any test to be executed via a %run command.Greg Fitzgerald2014-04-301-1/+1
| | | | | | | | Configure %run with COMPILER_RT_EMULATOR: $ cmake -DCOMPILER_RT_EMULATOR="qemu-arm -L $SYSROOT" llvm-svn: 207707
* [CMake] lit tests shouldn't depend on runtimes in standalone buildAlexey Samsonov2014-02-201-4/+4
| | | | llvm-svn: 201771
* Add rudimentary support for running compiler-rt lit tests with GCCAlexey Samsonov2014-02-191-1/+1
| | | | llvm-svn: 201680
* Simplify lit test configs for LSan and UBSan by using a generic configAlexey Samsonov2014-02-186-80/+26
| | | | llvm-svn: 201553
* Simplify defining Clang compile flags in lit configsAlexey Samsonov2014-02-173-28/+19
| | | | llvm-svn: 201513
* [ASan] Rename asan_runtime_libraries to asan. Re-enable tests on Android.Alexey Samsonov2014-02-141-1/+1
| | | | llvm-svn: 201417
* Move MSan lit-tests under test/msanAlexey Samsonov2014-02-141-1/+1
| | | | llvm-svn: 201412
* Move LSan test suite under test/Alexey Samsonov2014-02-1439-0/+1121
llvm-svn: 201408
OpenPOWER on IntegriCloud