summaryrefslogtreecommitdiff
path: root/test/Unit
AgeCommit message (Expand)Author
2017-09-21[lit] Make lit support config files with .py extension.Zachary 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
2017-06-30Revert "[lit] Clean output directories before running tests."Zachary Turner
2017-06-30[lit] Clean output directories before running tests.Zachary Turner
2017-05-08[Lit] Fix to prevent creation of "%SystemDrive%" directory on Windows.Andrew Ng
2016-04-16Replace hardcoded comment at 'lit.site.cfg.in'Alex Denisov
2016-03-12[lit] Hack lit to allow a test suite to request that it is run "early".Chandler Carruth
2014-07-04Let test/Unit/lit.cfg add config.shlibdir to $PATH on DLL platforms like cygm...NAKAMURA Takumi
2014-02-28With rpaths being set correctly, SHLIBPATH_VAR is not needed anymore.Rafael Espindola
2013-08-09[tests] Update to use lit_config and lit package, as appropriate.Daniel Dunbar
2013-08-07[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 r176933: more careful setup of path to llvm-symbolizerAlexey Samsonov
2013-03-13Set symbolizer path in the test environment.Evgeniy Stepanov
2011-10-27tests: Rip out a bunch of now unused test code relating to use of llvm-gcc in...Daniel Dunbar
2011-06-22test/Unit: Fix enable shared test to follow check that we have actually loadedDaniel Dunbar
2010-12-07Test: Fix Support.Path and _all_ of the unittest death tests. GetTempPath def...Michael J. Spencer
2010-11-29test: Use $SharedLibDir for loadable modules. On Cygming, loadable modules ar...NAKAMURA Takumi
2010-11-27CMake: lit(check.vcproj) can run with multiple configurations on Visual Studio.NAKAMURA Takumi
2010-02-25Try r96559 for the third time. This time the shared library is only built ifJeffrey Yasskin
2010-02-23Roll back r96959 again.Jeffrey Yasskin
2010-02-23Roll r96559 forward again, adding libLLVM-2.7svn.so to LLVM. This links 3 ofJeffrey Yasskin
2010-02-18Roll back the shared library, r96559. It broke two darwins and arm, mysterio...Jeffrey Yasskin
2010-02-18Add a shared library for LLVM, named libLLVM2.7svn.(so|dylib), and add anJeffrey Yasskin
2009-12-08CMake/lit: Add llvm_{unit_,}site_config parameters, and always pass them when...Daniel Dunbar
2009-11-08Switch to using 'lit.site.cfg.in' for the site config template for Unit tests,Daniel Dunbar
2009-09-14Teach 'make check-lit' to run unittests.Daniel Dunbar