summaryrefslogtreecommitdiff
path: root/utils/lit
AgeCommit message (Expand)Author
2017-06-30[lit] Factor out listdir logic shared by different test formats.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-06-29[lit] Re-apply: Fix some convoluted logic around Unicode encoding, and de-dup...David L. Jones
2017-06-29Revert "[lit] Fix some convoluted logic around Unicode encoding, and de-dupli...David L. Jones
2017-06-29Fix spelling: uncode -> unicode.David L. Jones
2017-06-29[lit] Fix some convoluted logic around Unicode encoding, and de-duplicate acr...David L. Jones
2017-06-29[lit] Remove dead code not referenced in the LLVM SVN repo.David L. Jones
2017-06-28[lit] Remove dead code (not referenced anywhere), and clarify some function n...David L. Jones
2017-06-02[lit][macOS] Add a utility function to find the platform SDK versionAlex Lorenz
2017-05-25Return a lit.Test.Result object from TestRunner's executeShTest()Dimitry Andric
2017-05-19[lit] Take the last error when executing pipelines.Zachary Turner
2017-05-17Add back a dummy --use-processes.Rafael Espindola
2017-05-17Always use the multiprocess module.Rafael Espindola
2017-05-02[lit] Try to exit more cleanlyReid Kleckner
2017-04-07[lit] Try using process pools by default againReid Kleckner
2017-04-06[lit] Implement timeouts and max_time for process pool testingReid Kleckner
2017-04-05[lit] Revert to old execution strategy while I debug these pickling errorsReid Kleckner
2017-04-05[lit] Use Python 3 style print to satisfy some botsReid Kleckner
2017-04-05[lit] Use process pools for test execution by defaultReid Kleckner
2017-04-04[lit] Add a minimum export implementation.Rafael Espindola
2017-03-31Rename variable.Rafael Espindola
2017-03-31Add a %basename substitution.Rafael Espindola
2017-03-31Use the current working directory in the glob expansionRafael Espindola
2017-03-30Use os.path.realpath when tracking the cwd.Rafael Espindola
2017-03-30lit: support redirect from globsRafael Espindola
2017-03-29Remove unused argument.Rafael Espindola
2017-03-22lit: remove python2-ismsBrian Gesiak
2017-03-03Teach lit to expand glob expressions.Zachary Turner
2017-01-25Reinstate "r292904 - [lit] Allow boolean expressions in REQUIRES and XFAILGreg Parker
2017-01-24Revert "r292904 - [lit] Allow boolean expressions in REQUIRES and XFAILAlex Lorenz
2017-01-24[lit] Allow boolean expressions in REQUIRES and XFAIL and UNSUPPORTEDGreg Parker
2017-01-24Revert "[lit] Allow boolean expressions in REQUIRES and XFAIL and UNSUPPORTED"Greg Parker
2017-01-24[lit] Allow boolean expressions in REQUIRES and XFAIL and UNSUPPORTEDGreg Parker
2017-01-20[lit] Limit parallelism of sanitizer tests on Darwin [llvm part, take 2]Kuba Mracek
2017-01-18[lit] Support sharding testsuites, for parallel execution.Graydon Hoare
2017-01-18[LIT] Make util.executeCommand python3 friendlyEric Fiselier
2017-01-17Revert r292231.Kuba Mracek
2017-01-17[lit] Limit parallelism of sanitizer tests on Darwin [llvm part]Kuba Mracek
2017-01-04[gtest] Upgrade googletest to version 1.8.0, minimizing local changes.Chandler Carruth
2016-12-15[AVR] Whitelist the avrlit config environment variablesDylan McKay
2016-12-14Revert "[AVR] Add the very first on-target test"Renato Golin
2016-12-14[AVR] Add the very first on-target testDylan McKay
2016-12-05[lit] Support custom parsers in parseIntegratedTestScriptEric Fiselier
2016-12-01Recommit r287403 (reverted in r287804): [lit] When setting SDKROOT on Darwin,...Kuba Mracek
2016-11-23Revert "[lit] When setting SDKROOT on Darwin, use '--sdk macosx' to find the ...Vedant Kumar
2016-11-18[lit] When setting SDKROOT on Darwin, use '--sdk macosx' to find the right SD...Kuba Mracek
2016-11-07[lit] Print negative exit codes on Windows in hexReid Kleckner
2016-11-03[lit] Remove TODOBrian Gesiak
2016-10-26[lit] Work around Windows MSys command line tokenization bugReid Kleckner