1. 782cbdc Use configured PYTHON in asan lit tests. by Will Dietz · 11 years ago
  2. 1a24918 [ASan] turn on leak checking for ASan tests and fix a few discovered leaks by Alexey Samsonov · 11 years ago
  3. 68c016a ASan, LSan, MSan: try to find llvm-symbolizer binary in PATH if it is not provided. Now we don't need to explicitly set the location of llvm-symbolizer in lit test configs. by Alexey Samsonov · 11 years ago
  4. a1b15b4 [tests] Update to use lit_config and lit package, as appropriate. by Daniel Dunbar · 11 years ago
  5. 244a8e0 Distinguish 32-bit ASan from 64-bit ASan in lit configs by Alexey Samsonov · 11 years ago
  6. f2366a9 Enable pipefail for ASan tests by Alexey Samsonov · 11 years ago
  7. 0738e2f disable pipefail on asan for now. by Rafael Espindola · 11 years ago
  8. f021f4f Use --driver-mode=g++ instead of -ccc-cxx; required after Clang r186605 by Hans Wennborg · 11 years ago
  9. 997aede [ASan] Add sanity test for asan_symbolize.py script by Alexey Samsonov · 11 years ago
  10. fe18723 Define the path to llvm-symbolizer tool in a common config to reduce copy-paste by Alexey Samsonov · 11 years ago
  11. ec2ee9b [ASan] Remove %symbolize from lit tests: we now use external symbolizer instead of python script by Alexey Samsonov · 11 years ago
  12. 2a96098 [ASan] Migrate lit tests to external symbolizer from asan_symbolize.py script by Alexey Samsonov · 11 years ago
  13. 6efa4d6 [ASan] create separate configs for running ASan lit tests in both 32- and 64-bit mode. Clean up RUN-lines in tests. by Alexey Samsonov · 11 years ago
  14. dd6605e [ASan] lit tests: create common autogenerated config for running compiler-rt lit tests, and use it in ASan by Alexey Samsonov · 11 years ago
  15. 64e2282 [ASan] move all lit_tests under TestCases by Alexey Samsonov · 11 years ago
  16. 57434a3 Improve support for compiler-rt tests in CMake build. by Alexey Samsonov · 11 years ago
  17. 4aa1ac9 [ASan] now we don't need llvm_obj_root to access llvm-symbolizer tool by Alexey Samsonov · 12 years ago
  18. 79ad22a [ASan] Remove llvm-symbolizer from compiler-rt/utils/ by Alexander Potapenko · 12 years ago
  19. f10a79a Update compiler-rt tests to match flag renaming/deprecation in Clang. by Richard Smith · 12 years ago
  20. ea0177e Flag -ccc-clang-cxx was removed in r166986, remove it from compiler-rt lit configs by Alexey Samsonov · 12 years ago
  21. 444a185 [ASan] use llvm-symbolizer for ASan lit-style tests on Mac by Alexey Samsonov · 12 years ago
  22. 855114a [ASan] use llvm-symbolizer (in offline mode) in ASan output tests on Linux by Alexey Samsonov · 12 years ago
  23. 4a78b1e [ASan] Hack ASan lit config to allow running lit on tests manually by Alexey Samsonov · 12 years ago
  24. a10d1dc [ASan] Port (the last one) tricky interface_test to lit, and a *huge* chunks of boilerplate to run tests for 32/64 bits and all optimization levels. Alas, lit doesn't support for loops in RUN-lines... by Alexey Samsonov · 12 years ago
  25. 589231c [ASan] use clangxx_asan instead of clang_asan for C++ lit tests by Alexey Samsonov · 12 years ago
  26. 41f85b9 [ASan] port remaining output and feature tests to lit. TODO: we should in fact run most of the tests for 32/64 bits and for all optimization levels by Alexey Samsonov · 12 years ago
  27. 7274ff8 First tiny move towards integrating AddressSanitizer regressions test into LLVM lit-based testing infrastructure. by Alexey Samsonov · 12 years ago