summaryrefslogtreecommitdiff
path: root/test/lit.cfg
AgeCommit message (Expand)Author
2017-02-09Fix path to libc++'s python test moduleEric Fiselier
2016-11-13arm: Fix ttype encoding assertion failure.Logan Chien
2016-09-02[lit] Replace print with lit_config.note().Logan Chien
2015-08-18Revert r243752, it broke running tests on OS X (PR24491).Nico Weber
2015-07-31[libc++abi] Allow use just compiled clang++ for testsRenato Golin
2015-02-11Fix libcxxabi's library and object root for tests.Eric Fiselier
2015-01-22[libcxxabi] Teach CMake better ways to find the libc++ source directory (and ...Eric Fiselier
2015-01-21Merge libc++abi's lit configuration with libc++'sJonathan Roelofs
2014-12-29[cmake/multilib] Teach libc++abi's CMake build to support multilibChandler Carruth
2014-12-18[libcxxabi] Add __cxa_thread_atexit for TLS support on Linux.Dan Albert
2014-12-13Use the newer python syntax for exceptionsJustin Bogner
2014-11-25Use lit.util.executeCommand instead of our own versionEric Fiselier
2014-11-24[libcxxabi] Refactor building and testing libc++abi without threadsEric Fiselier
2014-11-24[libcxxabi] Refactor test timing logic and disable by default.Eric Fiselier
2014-11-21Ensure llvm-sanitizer is found by the tests when using sanitizers.Eric Fiselier
2014-11-18Add support for LLVM_USE_SANITIZER=Thread to test suiteEric Fiselier
2014-11-14Add -g -fno-omit-frame-pointer when compiling tests with sanitizersEric Fiselier
2014-11-06Add support for UNSUPPORTED tag to litEric Fiselier
2014-10-23Change uses of `sys.platform == 'linux2' to `sys.platform.startswith('linux')Eric Fiselier
2014-10-23Only link the tests against -ldl on linuxEric Fiselier
2014-10-23[libcxxabi] Add support for running libc++abi tests with sanitizersEric Fiselier
2014-07-11Add support for building and testing the unwinder.Dan Albert
2014-07-10Add lit configs for libcxxabi tests.Dan Albert