aboutsummaryrefslogtreecommitdiff
path: root/test/Unit
AgeCommit message (Expand)Author
2019-03-29[lit] Set shlibpath_var on AIXHubert Tong
2017-11-27[lit] Set shlibpath_var on SolarisFedor Sergeev
2017-10-24[test] Fix clang-test for FreeBSD and NetBSDTim Shen
2017-09-21[lit] Rename lld and clang lit configs to end in .pyZachary Turner
2017-09-15Resubmit "[lit] Force site configs to run before source-tree configs"Zachary Turner
2017-09-15Revert "[lit] Force site configs to run before source-tree configs"Zachary Turner
2017-09-14[lit] Force site configs to be run before source-tree configsZachary Turner
2017-07-06Change remaining references to lit.util.capture to use subprocess.check_output.David L. Jones
2016-12-15[test] Extend llvm_shlib_dir fix to unittestsMichal Gorny
2016-04-16Replace hardcoded comment at 'lit.site.cfg.in'Alex Denisov
2014-07-04Let test/Unit/lit.cfg add config.shlibdir to $PATH on DLL platforms like cygm...NAKAMURA Takumi
2014-07-04Trailing linefeedNAKAMURA Takumi
2014-02-18libclang: fix a bug in processing invalid arguments, introduced in r201249Dmitri Gribenko
2014-01-27Reverting because reverting r200145.Adrian Prantl
2014-01-27Reverting because reverting r200145.Adrian Prantl
2014-01-26clang-check: Unittests doesn't requires tools.NAKAMURA Takumi
2014-01-26check-clang doesn't require neither llvm_src_root nor llvm_obj_root.NAKAMURA Takumi
2013-08-09[tests] Update to use lit_config and lit package, as appropriate.Daniel Dunbar
2013-08-09[tests] Avoid deprecated except syntax.Daniel Dunbar
2013-04-04Propagate path to ASan/MSan symbolizer into test environment to produce usefu...Alexey Samsonov
2013-03-27Disable ASan/MSan symbolization of reports in tests.Evgeniy Stepanov
2013-03-15Fixup for r176934. More careful setup of path to llvm-symbolizerAlexey Samsonov
2013-03-13Set symbolizer path in the test environment.Evgeniy Stepanov
2011-06-22test/Unit: Fixup lit.cfg to allow running inside test/Unit (with llvm-config inDaniel Dunbar
2011-06-02Reverted r132330, r132321, r132320, r132319 as per discussion. Will try in-te...Galina Kistanova
2011-05-31Preparations for separating target-specific clang tests.Galina Kistanova
2011-02-15Add CMake support to the clang unittests.Jeffrey Yasskin
2011-02-03Add gTest unittests to clang, and write the first one.Jeffrey Yasskin