Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ASan] create separate configs for running ASan lit tests in both 32- and ↵ | Alexey Samsonov | 2013-06-07 | 1 | -5/+0 |
| | | | | | | 64-bit mode. Clean up RUN-lines in tests. llvm-svn: 183498 | ||||
* | [ASan] lit tests: create common autogenerated config for running compiler-rt ↵ | Alexey Samsonov | 2013-06-06 | 1 | -2/+0 |
| | | | | | | lit tests, and use it in ASan llvm-svn: 183400 | ||||
* | Add lit config feature <target>-supported-target to mark target-specific tests | Alexey Samsonov | 2013-05-21 | 1 | -0/+6 |
| | | | | llvm-svn: 182355 | ||||
* | Flag -ccc-clang-cxx was removed in r166986, remove it from compiler-rt lit ↵ | Alexey Samsonov | 2012-10-30 | 1 | -1/+1 |
| | | | | | | configs llvm-svn: 167010 | ||||
* | [ASan] use clangxx_asan instead of clang_asan for C++ lit tests | Alexey Samsonov | 2012-08-15 | 1 | -1/+3 |
| | | | | llvm-svn: 161936 | ||||
* | [ASan] add llvm_tools_dir to lit.site.cfg for ASan and add it to PATH | Alexey Samsonov | 2012-08-07 | 1 | -0/+7 |
| | | | | llvm-svn: 161411 | ||||
* | First tiny move towards integrating AddressSanitizer regressions test into ↵ | Alexey Samsonov | 2012-07-31 | 1 | -0/+45 |
LLVM lit-based testing infrastructure. The goal is to be able to run ASan tests by simply running "make check-asan" command from CMake build tree: * tests should use fresh clang binary from current build tree. * tests should use the same RUN-lines syntax as llvm/clang reg tests. Next steps: - restricting tests to machines where target is equal to host, i.e. where we can produce working binaries. - moving AddressSanitizer unit tests to lit as well. llvm-svn: 161050 |