summaryrefslogtreecommitdiff
path: root/test/lit.cfg
AgeCommit message (Expand)Author
2017-02-09Move libcxx/test/libcxx python package into libcxx/utils/libcxx.Eric Fiselier
2016-10-12Add mork workarounds for running the test suite against libstdc++Eric Fiselier
2016-10-12Make it easier to run the libc++ test suite against libstdc++Eric Fiselier
2015-01-22[libcxx] Allow use of ShTest in libc++ tests along with other changes.Eric Fiselier
2015-01-20Print compiler path during configuration and pass more flags to the linkerEric Fiselier
2015-01-16A couple small changes to get LIT working with python3Eric Fiselier
2015-01-09[libc++] Refactor test components into modules.Dan Albert
2014-12-22[libcxx] Add numerous options to libc++ LIT test suite configuration. Eric Fiselier
2014-12-20Move unconditional test compile and link flags into their configuration funct...Eric Fiselier
2014-12-20[libcxx] Teach libcxx's lit configuration new ways to find lit.site.cfgEric Fiselier
2014-12-19Remove unneeded configuration code.Eric Fiselier
2014-12-19[libcxx] Allow the use of ccache when running the test suite.Eric Fiselier
2014-12-12Add support for building libc++ as a 32 bit libraryEric Fiselier
2014-12-12Fix building and running tests when LIBCXX_ENABLE_EXCEPTIONS or LIBCXX_ENABLE...Eric Fiselier
2014-12-11Mark a bunch of long running tests as 'REQUIRES: long_tests'Jonathan Roelofs
2014-12-07Give lit.cfg's threading options default values when not defined.Eric Fiselier
2014-12-07Consolidate error reporting in lit.cfgEric Fiselier
2014-12-07Revert parts of r223594. Use DYLD_LIBRARY_PATH on OSX when running tests.Eric Fiselier
2014-12-06Fix apple clang detection in lit.cfgEric Fiselier
2014-12-06Unify and cleanup rpath handling in tests.Eric Fiselier
2014-12-06[libcxx] Add logic to probe compiler in tests.Eric Fiselier
2014-12-06Add support for building and testing libc++ without threads to CMake.Eric Fiselier
2014-11-25Use lit.util.executeCommand instead of our own versionEric Fiselier
2014-11-24Print lit configuration information after all configuration is done.Eric Fiselier
2014-11-24Add better support for custom test runners.Dan Albert
2014-11-21Handle extra whitespace in linux distribution name.Eric Fiselier
2014-11-21Mark some locale tests as XFAIL on debian and opensuse.Eric Fiselier
2014-11-18Add support for LLVM_USE_SANITIZER=ThreadEric Fiselier
2014-11-14add debug info when compiling sanitizer testsEric Fiselier
2014-11-14Setup llvm-symbolizer when running the tests with sanitizersEric Fiselier
2014-11-14Add -O3 when testing with UBSAN. This triggers far undefined behaviourEric Fiselier
2014-10-28Fix example in documentation of target triple sanitization.Eric Fiselier
2014-10-27Add special case handling of linux target triples that do not contain `-gnu`.Eric Fiselier
2014-10-23Change uses of `sys.platform == 'linux2' to `sys.platform.startswith('linux')Eric Fiselier
2014-10-23Only link tests against -ldl on linuxEric Fiselier
2014-10-23Add -ldl to libc++ tests when sanitizers are used.Eric Fiselier
2014-10-19[libcxx] Redo adding support for building and testing with an ABI library not...Eric Fiselier
2014-10-18[libcxx] Add support for building and testing with an ABI library not along l...Eric Fiselier
2014-10-16[libcxx] Add support for LLVM_USE_SANITIZER=UndefinedEric Fiselier
2014-09-05Bugfix: allow additional_features to be emptyJonathan Roelofs
2014-09-05Set -D_LIBCPP_HAS_NO_THREADS and -D_LIBCPP_HAS_NO_MONOTONIC_CLOCK based on av...Jonathan Roelofs
2014-09-03test: Make it possible to opt in to use_clang_verify per testJustin Bogner
2014-09-03test: Allow using clang -verify for failures rather than exit 1Justin Bogner
2014-08-23Fix handling of format strings to work with python 2.6Eric Fiselier
2014-08-21Refactor lit.cfg.Dan Albert
2014-08-18Add standard version to lit.cfg's available featuresEric Fiselier
2014-08-18[libcxx] Add UNSUPPORTED tag to lit. It mirrors REQUIRES.Eric Fiselier
2014-08-18[libcxx] Add support for LLVM_USE_SANITIZER to libcxx when being built standa...Eric Fiselier
2014-08-16[libcxx] Update the way the -std= flag is chosen by CMake and LibcxxTestFormatEric Fiselier
2014-08-15Readding FreeBSD support to lit.cfg. Patch from Pawel Worach.Eric Fiselier