summaryrefslogtreecommitdiffstats
path: root/utils/lit
Commit message (Expand)AuthorAgeFilesLines
* Merging r309044, r309071, r309120, r309122, r309140 and r309227 (PR34157)Hans Wennborg2017-08-119-88/+142
* [lit] add a -vv option to echo all executed commands.George Karpenkov2017-07-133-2/+16
* [lit] Fix import StringIO errors in Python 3Reid Kleckner2017-07-111-3/+3
* [lit] Implement non-pipelined echo commands internallyReid Kleckner2017-07-111-0/+74
* [lit] Modify LIT to accept environment variable LIT_FILTER to select tests.George Karpenkov2017-07-072-1/+7
* [lit] Factor out some shell input/output redirection logic, NFCReid Kleckner2017-07-061-70/+97
* [lit] Fix unit test discovery for Visual Studio builds.David L. Jones2017-07-061-1/+4
* [lit] Factor out listdir logic shared by different test formats.David L. Jones2017-06-303-44/+58
* Revert "[lit] Clean output directories before running tests."Zachary Turner2017-06-303-51/+39
* [lit] Clean output directories before running tests.Zachary Turner2017-06-303-39/+51
* [lit] Re-apply: Fix some convoluted logic around Unicode encoding, and de-dup...David L. Jones2017-06-292-51/+69
* Revert "[lit] Fix some convoluted logic around Unicode encoding, and de-dupli...David L. Jones2017-06-292-62/+51
* Fix spelling: uncode -> unicode.David L. Jones2017-06-291-1/+1
* [lit] Fix some convoluted logic around Unicode encoding, and de-duplicate acr...David L. Jones2017-06-292-51/+62
* [lit] Remove dead code not referenced in the LLVM SVN repo.David L. Jones2017-06-293-120/+90
* [lit] Remove dead code (not referenced anywhere), and clarify some function n...David L. Jones2017-06-281-177/+41
* [lit][macOS] Add a utility function to find the platform SDK versionAlex Lorenz2017-06-021-0/+14
* Return a lit.Test.Result object from TestRunner's executeShTest()Dimitry Andric2017-05-251-1/+1
* [lit] Take the last error when executing pipelines.Zachary Turner2017-05-191-6/+2
* Add back a dummy --use-processes.Rafael Espindola2017-05-171-0/+3
* Always use the multiprocess module.Rafael Espindola2017-05-172-115/+3
* [lit] Try to exit more cleanlyReid Kleckner2017-05-022-11/+25
* [lit] Try using process pools by default againReid Kleckner2017-04-071-1/+1
* [lit] Implement timeouts and max_time for process pool testingReid Kleckner2017-04-063-50/+83
* [lit] Revert to old execution strategy while I debug these pickling errorsReid Kleckner2017-04-051-1/+1
* [lit] Use Python 3 style print to satisfy some botsReid Kleckner2017-04-051-1/+1
* [lit] Use process pools for test execution by defaultReid Kleckner2017-04-052-42/+173
* [lit] Add a minimum export implementation.Rafael Espindola2017-04-041-9/+21
* Rename variable.Rafael Espindola2017-03-311-1/+1
* Add a %basename substitution.Rafael Espindola2017-03-311-1/+4
* Use the current working directory in the glob expansionRafael Espindola2017-03-312-8/+13
* Use os.path.realpath when tracking the cwd.Rafael Espindola2017-03-301-1/+1
* lit: support redirect from globsRafael Espindola2017-03-301-7/+13
* Remove unused argument.Rafael Espindola2017-03-291-2/+2
* lit: remove python2-ismsBrian Gesiak2017-03-221-2/+2
* Teach lit to expand glob expressions.Zachary Turner2017-03-033-9/+58
* Reinstate "r292904 - [lit] Allow boolean expressions in REQUIRES and XFAILGreg Parker2017-01-2515-84/+566
* Revert "r292904 - [lit] Allow boolean expressions in REQUIRES and XFAILAlex Lorenz2017-01-2415-566/+84
* [lit] Allow boolean expressions in REQUIRES and XFAIL and UNSUPPORTEDGreg Parker2017-01-2415-84/+566
* Revert "[lit] Allow boolean expressions in REQUIRES and XFAIL and UNSUPPORTED"Greg Parker2017-01-2418-571/+89
* [lit] Allow boolean expressions in REQUIRES and XFAIL and UNSUPPORTEDGreg Parker2017-01-2418-89/+571
* [lit] Limit parallelism of sanitizer tests on Darwin [llvm part, take 2]Kuba Mracek2017-01-204-5/+23
* [lit] Support sharding testsuites, for parallel execution.Graydon Hoare2017-01-182-0/+121
* [LIT] Make util.executeCommand python3 friendlyEric Fiselier2017-01-181-0/+4
* Revert r292231.Kuba Mracek2017-01-174-28/+4
* [lit] Limit parallelism of sanitizer tests on Darwin [llvm part]Kuba Mracek2017-01-174-4/+28
* [gtest] Upgrade googletest to version 1.8.0, minimizing local changes.Chandler Carruth2017-01-041-1/+7
* [AVR] Whitelist the avrlit config environment variablesDylan McKay2016-12-151-1/+1
* Revert "[AVR] Add the very first on-target test"Renato Golin2016-12-141-1/+1
* [AVR] Add the very first on-target testDylan McKay2016-12-141-1/+1