summaryrefslogtreecommitdiff
path: root/lib/asan/lit_tests/lit.cfg
Commit message (Expand)AuthorAge
* Use configured PYTHON in asan lit tests.Will Dietz2013-10-17
* [ASan] turn on leak checking for ASan tests and fix a few discovered leaksAlexey Samsonov2013-09-08
* ASan, LSan, MSan: try to find llvm-symbolizer binary in PATH if it is not pro...Alexey Samsonov2013-09-03
* [tests] Update to use lit_config and lit package, as appropriate.Daniel Dunbar2013-08-09
* Distinguish 32-bit ASan from 64-bit ASan in lit configsAlexey Samsonov2013-08-07
* Enable pipefail for ASan testsAlexey Samsonov2013-08-07
* disable pipefail on asan for now.Rafael Espindola2013-07-26
* Use --driver-mode=g++ instead of -ccc-cxx; required after Clang r186605Hans Wennborg2013-07-18
* [ASan] Add sanity test for asan_symbolize.py scriptAlexey Samsonov2013-07-01
* Define the path to llvm-symbolizer tool in a common config to reduce copy-pasteAlexey Samsonov2013-06-30
* [ASan] Remove %symbolize from lit tests: we now use external symbolizer inste...Alexey Samsonov2013-06-28
* [ASan] Migrate lit tests to external symbolizer from asan_symbolize.py scriptAlexey Samsonov2013-06-28
* [ASan] create separate configs for running ASan lit tests in both 32- and 64-...Alexey Samsonov2013-06-07
* [ASan] lit tests: create common autogenerated config for running compiler-rt ...Alexey Samsonov2013-06-06
* [ASan] move all lit_tests under TestCasesAlexey Samsonov2013-06-06
* Improve support for compiler-rt tests in CMake build.Alexey Samsonov2013-05-27
* [ASan] now we don't need llvm_obj_root to access llvm-symbolizer toolAlexey Samsonov2012-11-13
* [ASan] Remove llvm-symbolizer from compiler-rt/utils/Alexander Potapenko2012-11-12
* Update compiler-rt tests to match flag renaming/deprecation in Clang.Richard Smith2012-11-06
* Flag -ccc-clang-cxx was removed in r166986, remove it from compiler-rt lit co...Alexey Samsonov2012-10-30
* [ASan] use llvm-symbolizer for ASan lit-style tests on MacAlexey Samsonov2012-10-08
* [ASan] use llvm-symbolizer (in offline mode) in ASan output tests on LinuxAlexey Samsonov2012-09-28
* [ASan] Hack ASan lit config to allow running lit on tests manuallyAlexey Samsonov2012-09-05
* [ASan] Port (the last one) tricky interface_test to lit, and a *huge* chunks ...Alexey Samsonov2012-08-15
* [ASan] use clangxx_asan instead of clang_asan for C++ lit testsAlexey Samsonov2012-08-15
* [ASan] port remaining output and feature tests to lit. TODO: we should in fac...Alexey Samsonov2012-08-15
* First tiny move towards integrating AddressSanitizer regressions test into LL...Alexey Samsonov2012-07-31