aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [lit] Sort test start times based on prior test timing dataDavid Zarzycki2021-03-161-3/+0
* Support multi-configuration generators correctly in several config filesStella Stamenova2021-02-111-0/+1
* Revert a few unsuccessful attempts at fixing bots.Nico Weber2020-04-131-4/+4
* Try again to get tests passing again on Windows.Nico Weber2020-04-021-4/+4
* Reland "Make it possible for lit.site.cfg to contain relative paths, and use ...Nico Weber2020-04-021-5/+6
* Revert "Make it possible for lit.site.cfg to contain relative paths, and use ...Nico Weber2020-04-021-6/+5
* Make it possible for lit.site.cfg to contain relative paths, and use it for l...Nico Weber2020-04-021-5/+6
* [test] Fix propagating HOME envvar to unittestsMichal Gorny2018-12-311-0/+5
* [lit] Make lit support config files with .py extension.Zachary Turner2017-09-212-1/+1
* Resubmit "[lit] Force site configs to run before source-tree configs"Zachary Turner2017-09-151-52/+3
* Revert "[lit] Force site configs to run before source-tree configs"Zachary Turner2017-09-151-3/+52
* [lit] Force site configs to be run before source-tree configsZachary Turner2017-09-141-52/+3
* Change remaining references to lit.util.capture to use subprocess.check_output.David L. Jones2017-07-061-2/+3
* Revert "[lit] Clean output directories before running tests."Zachary Turner2017-06-301-5/+3
* [lit] Clean output directories before running tests.Zachary Turner2017-06-301-3/+5
* [Lit] Fix to prevent creation of "%SystemDrive%" directory on Windows.Andrew Ng2017-05-081-0/+4
* Replace hardcoded comment at 'lit.site.cfg.in'Alex Denisov2016-04-161-2/+2
* [lit] Hack lit to allow a test suite to request that it is run "early".Chandler Carruth2016-03-121-0/+3
* Let test/Unit/lit.cfg add config.shlibdir to $PATH on DLL platforms like cygm...NAKAMURA Takumi2014-07-041-0/+5
* With rpaths being set correctly, SHLIBPATH_VAR is not needed anymore.Rafael Espindola2014-02-282-9/+0
* [tests] Update to use lit_config and lit package, as appropriate.Daniel Dunbar2013-08-092-11/+13
* [tests] Avoid deprecated except syntax.Daniel Dunbar2013-08-071-1/+4
* Propagate path to ASan/MSan symbolizer into test environment to produce usefu...Alexey Samsonov2013-04-041-0/+5
* Disable ASan/MSan symbolization of reports in tests.Evgeniy Stepanov2013-03-271-7/+0
* Fixup for r176933: more careful setup of path to llvm-symbolizerAlexey Samsonov2013-03-151-2/+4
* Set symbolizer path in the test environment.Evgeniy Stepanov2013-03-131-0/+5
* tests: Rip out a bunch of now unused test code relating to use of llvm-gcc in...Daniel Dunbar2011-10-271-1/+0
* test/Unit: Fix enable shared test to follow check that we have actually loadedDaniel Dunbar2011-06-221-8/+8
* Test: Fix Support.Path and _all_ of the unittest death tests. GetTempPath def...Michael J. Spencer2010-12-071-0/+7
* test: Use $SharedLibDir for loadable modules. On Cygming, loadable modules ar...NAKAMURA Takumi2010-11-292-3/+3
* CMake: lit(check.vcproj) can run with multiple configurations on Visual Studio.NAKAMURA Takumi2010-11-271-0/+9
* Try r96559 for the third time. This time the shared library is only built ifJeffrey Yasskin2010-02-252-1/+10
* Roll back r96959 again.Jeffrey Yasskin2010-02-232-10/+1
* Roll r96559 forward again, adding libLLVM-2.7svn.so to LLVM. This links 3 ofJeffrey Yasskin2010-02-232-1/+10
* Roll back the shared library, r96559. It broke two darwins and arm, mysterio...Jeffrey Yasskin2010-02-182-10/+1
* Add a shared library for LLVM, named libLLVM2.7svn.(so|dylib), and add anJeffrey Yasskin2010-02-182-1/+10
* CMake/lit: Add llvm_{unit_,}site_config parameters, and always pass them when...Daniel Dunbar2009-12-081-0/+6
* Switch to using 'lit.site.cfg.in' for the site config template for Unit tests,Daniel Dunbar2009-11-082-2/+11
* Teach 'make check-lit' to run unittests.Daniel Dunbar2009-09-141-0/+65