summaryrefslogtreecommitdiffstats
path: root/llvm/utils/lit
Commit message (Expand)AuthorAgeFilesLines
* [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
* [lit] Support custom parsers in parseIntegratedTestScriptEric Fiselier2016-12-054-50/+298
* Recommit r287403 (reverted in r287804): [lit] When setting SDKROOT on Darwin,...Kuba Mracek2016-12-011-1/+1
* Revert "[lit] When setting SDKROOT on Darwin, use '--sdk macosx' to find the ...Vedant Kumar2016-11-231-1/+1
* [lit] When setting SDKROOT on Darwin, use '--sdk macosx' to find the right SD...Kuba Mracek2016-11-181-1/+1
* [lit] Print negative exit codes on Windows in hexReid Kleckner2016-11-071-2/+8
* [lit] Remove TODOBrian Gesiak2016-11-032-175/+3
* [lit] Work around Windows MSys command line tokenization bugReid Kleckner2016-10-261-0/+61
* [lit] Add more testing instructions to READMEBrian Gesiak2016-10-221-0/+15
* [lit] Fix test shtest-timeout.py for modern outputMichal Gorny2016-10-121-10/+9
* [lit] Fix FormatError on individual test timeoutMichal Gorny2016-10-121-1/+1
* [lit] Run unit tests as part of lit test suiteBrian Gesiak2016-10-122-108/+112
* Fix issue which cases lit installed with setup.py to not resolve mainChris Matthews2016-10-101-0/+2
* [lit] Remove (or allow specific) unused importsBrian Gesiak2016-10-104-10/+12
* [lit] Remove unused TestingProgressDisplay attrBrian Gesiak2016-10-101-1/+0
* [lit] Fix undefined symbol ArgumentErrorBrian Gesiak2016-10-101-2/+2
* [lit] Remove semicolons in Python codeBrian Gesiak2016-10-102-3/+3
OpenPOWER on IntegriCloud