1. ed80386 Move libcxx/test/libcxx python package into libcxx/utils/libcxx. by Eric Fiselier · 7 years ago
  2. fc6e622 Add mork workarounds for running the test suite against libstdc++ by Eric Fiselier · 8 years ago
  3. 5300359 Make it easier to run the libc++ test suite against libstdc++ by Eric Fiselier · 8 years ago
  4. dd7a483 [libcxx] Allow use of ShTest in libc++ tests along with other changes. by Eric Fiselier · 9 years ago
  5. e93e034 Print compiler path during configuration and pass more flags to the linker by Eric Fiselier · 9 years ago
  6. 33f50fb A couple small changes to get LIT working with python3 by Eric Fiselier · 9 years ago
  7. aa66357 [libc++] Refactor test components into modules. by Dan Albert · 10 years ago
  8. 71dc14e [libcxx] Add numerous options to libc++ LIT test suite configuration. by Eric Fiselier · 10 years ago
  9. 814b625 Move unconditional test compile and link flags into their configuration functions. by Eric Fiselier · 10 years ago
  10. 4778eed [libcxx] Teach libcxx's lit configuration new ways to find lit.site.cfg by Eric Fiselier · 10 years ago
  11. bd8adae Remove unneeded configuration code. by Eric Fiselier · 10 years ago
  12. b8e7680 [libcxx] Allow the use of ccache when running the test suite. by Eric Fiselier · 10 years ago
  13. ae9fec0 Add support for building libc++ as a 32 bit library by Eric Fiselier · 10 years ago
  14. 01f6a14 Fix building and running tests when LIBCXX_ENABLE_EXCEPTIONS or LIBCXX_ENABLE_RTTI are turned off. by Eric Fiselier · 10 years ago
  15. d9144e8 Mark a bunch of long running tests as 'REQUIRES: long_tests' by Jonathan Roelofs · 10 years ago
  16. 2764d04 Give lit.cfg's threading options default values when not defined. by Eric Fiselier · 10 years ago
  17. cd83c787 Consolidate error reporting in lit.cfg by Eric Fiselier · 10 years ago
  18. 2050be2 Revert parts of r223594. Use DYLD_LIBRARY_PATH on OSX when running tests. by Eric Fiselier · 10 years ago
  19. 74e7af0 Fix apple clang detection in lit.cfg by Eric Fiselier · 10 years ago
  20. 83313c7 Unify and cleanup rpath handling in tests. by Eric Fiselier · 10 years ago
  21. c934ca7 [libcxx] Add logic to probe compiler in tests. by Eric Fiselier · 10 years ago
  22. 7330ed3 Add support for building and testing libc++ without threads to CMake. by Eric Fiselier · 10 years ago
  23. bd00008 Use lit.util.executeCommand instead of our own version by Eric Fiselier · 10 years ago
  24. e6e69df Print lit configuration information after all configuration is done. by Eric Fiselier · 10 years ago
  25. 877409a Add better support for custom test runners. by Dan Albert · 10 years ago
  26. 1567ac8 Handle extra whitespace in linux distribution name. by Eric Fiselier · 10 years ago
  27. aeff14f Mark some locale tests as XFAIL on debian and opensuse. by Eric Fiselier · 10 years ago
  28. af2976d Add support for LLVM_USE_SANITIZER=Thread by Eric Fiselier · 10 years ago
  29. 1383dc5 add debug info when compiling sanitizer tests by Eric Fiselier · 10 years ago
  30. 44678f4 Setup llvm-symbolizer when running the tests with sanitizers by Eric Fiselier · 10 years ago
  31. 05123a8 Add -O3 when testing with UBSAN. This triggers far undefined behaviour by Eric Fiselier · 10 years ago
  32. a01a623 Fix example in documentation of target triple sanitization. by Eric Fiselier · 10 years ago
  33. 2b0f03a Add special case handling of linux target triples that do not contain `-gnu`. by Eric Fiselier · 10 years ago
  34. 5636e63 Change uses of `sys.platform == 'linux2' to `sys.platform.startswith('linux') by Eric Fiselier · 10 years ago
  35. 29151f6 Only link tests against -ldl on linux by Eric Fiselier · 10 years ago
  36. 3de9baa Add -ldl to libc++ tests when sanitizers are used. by Eric Fiselier · 10 years ago
  37. cb7e32c [libcxx] Redo adding support for building and testing with an ABI library not along linker paths by Eric Fiselier · 10 years ago
  38. 9071bc0 [libcxx] Add support for building and testing with an ABI library not along linker paths by Eric Fiselier · 10 years ago
  39. 66d529f [libcxx] Add support for LLVM_USE_SANITIZER=Undefined by Eric Fiselier · 10 years ago
  40. d634a2c Bugfix: allow additional_features to be empty by Jonathan Roelofs · 10 years ago
  41. 217bdc1 Set -D_LIBCPP_HAS_NO_THREADS and -D_LIBCPP_HAS_NO_MONOTONIC_CLOCK based on available_features by Jonathan Roelofs · 10 years ago
  42. 464da3b test: Make it possible to opt in to use_clang_verify per test by Justin Bogner · 10 years ago
  43. 837cfe5 test: Allow using clang -verify for failures rather than exit 1 by Justin Bogner · 10 years ago
  44. ae6e58c Fix handling of format strings to work with python 2.6 by Eric Fiselier · 10 years ago
  45. 2c26213 Refactor lit.cfg. by Dan Albert · 10 years ago
  46. 6661ad1 Add standard version to lit.cfg's available features by Eric Fiselier · 10 years ago
  47. da98ce0 [libcxx] Add UNSUPPORTED tag to lit. It mirrors REQUIRES. by Eric Fiselier · 10 years ago
  48. 25a1516 [libcxx] Add support for LLVM_USE_SANITIZER to libcxx when being built standalone and in-tree by Eric Fiselier · 10 years ago
  49. dfe5e72 [libcxx] Update the way the -std= flag is chosen by CMake and LibcxxTestFormat by Eric Fiselier · 10 years ago
  50. b4b32a0 Readding FreeBSD support to lit.cfg. Patch from Pawel Worach. by Eric Fiselier · 10 years ago
  51. efefe8b Revert get testsuite running on FreeBSD. by Eric Fiselier · 10 years ago
  52. 101e2f3 Get testsuite running on FreeBSD. by Eric Fiselier · 10 years ago
  53. c09c286 Fix typo. by Dan Albert · 10 years ago
  54. b4ed5ca Add locales to available_features for tests. by Dan Albert · 10 years ago
  55. d3d01ea Change lit.cfg to allow whitespace before comments by Eric Fiselier · 10 years ago
  56. a612c62 lit.site.cfg:cxx_under_test should take precedence over 'which clang++' by David Fang · 10 years ago
  57. 71b5215 r192075 broke the buildbot at by Howard Hinnant · 11 years ago
  58. d0d308f Make it possible to link against libstdc++ as well as libsupc++ with CMake. by Peter Collingbourne · 11 years ago
  59. 9e9d076 [tests] Change with_system_lib feature to match what XFAIL lines expect. by Daniel Dunbar · 11 years ago
  60. 585b48d [tests] Update to use lit's now-integrated XFAIL handling. by Daniel Dunbar · 11 years ago
  61. bd7b48a [tests] Update to use lit_config and lit package, as appropriate. by Daniel Dunbar · 11 years ago
  62. 3bc6a98 [tests] Add support for a link_flags lit parameter. by Daniel Dunbar · 11 years ago
  63. 1608b64 [tests] Add back stdc macros I accidentally refactored out. by Daniel Dunbar · 11 years ago
  64. 7fa0ca7 [tests] Infer the cxx_under_test (as clang++). by Daniel Dunbar · 11 years ago
  65. 88dec1e [tests] Change test default to run against locally built library. by Daniel Dunbar · 11 years ago
  66. 6b8b992 [tests] Enable use_system_lib support on Linux. by Daniel Dunbar · 11 years ago
  67. 5f4841f [tests] Accept XFAIL arguments that match any part of a feature. by Daniel Dunbar · 11 years ago
  68. 4cceb7a [tests] If no explicit target triple is given, try to infer it. by Daniel Dunbar · 11 years ago
  69. a5b5196 [tests] Add an available feature that combines the triple and use_system_lib. by Daniel Dunbar · 11 years ago
  70. 81d1ef7 [tests] Add support for REQUIRES and XFAIL lines in libc++ tests. by Daniel Dunbar · 11 years ago
  71. cccf255 [tests] Add a 'use_system_lib' parameter. by Daniel Dunbar · 11 years ago
  72. b4ebb0e Michael van der Westhuizen: Improve support for testing on Linux. Fixes http://llvm.org/bugs/show_bug.cgi?id=14892. by Howard Hinnant · 12 years ago
  73. 750039f Michael van der Westhuizen: Patches for Linux. Fixes http://llvm.org/bugs/show_bug.cgi?id=14648. by Howard Hinnant · 12 years ago
  74. af01e70 tests/lit: Change test default parameters to assume local build. by Daniel Dunbar · 12 years ago
  75. 63b2f4f Andrew Morrow: The attached patch updates the lit.config for libc++ unit tests so by Howard Hinnant · 12 years ago
  76. e76496c Teach the Lit configuration to actually use the cxx0x setting when by Chandler Carruth · 13 years ago
  77. 626916f Add CMake build and fix major Linux blockers. by Michael J. Spencer · 14 years ago
  78. 611581b tests/lit: Split options into two groups, so we don't get driver warnings about by Daniel Dunbar · 14 years ago
  79. 26a43c2 tests: Remove some stray cleanup code. by Daniel Dunbar · 14 years ago
  80. 7e0c57b tests: Fixup lit config, which got garbled somehow... by Daniel Dunbar · 14 years ago
  81. f5eadcd tests: Sketch a lit config for running libc++ tests; currently expects libc++ to have been installed. by Daniel Dunbar · 14 years ago