summaryrefslogtreecommitdiff
path: root/utils/lit/lit/main.py
Commit message (Expand)AuthorAge
* [lit] Fix non-function style print statement.Daniel Dunbar2014-03-11
* [lit] Add --version option.Daniel Dunbar2014-03-10
* Python compatibility fix for r198150Alp Toker2013-12-29
* Prospective Python 3 fix for r198150Alp Toker2013-12-29
* lit: Incremental test schedulingAlp Toker2013-12-29
* lit: handle late multiprocessing errors gracefullyAlp Toker2013-10-26
* Attempt to fix the FreeBSD build, disable multiprocessingAlp Toker2013-10-26
* Try to fix the openbsd bot.Rafael Espindola2013-10-25
* Actually switch the default to use multiprocessingRafael Espindola2013-10-23
* [lit] Stop hacking the GIL check interval.Daniel Dunbar2013-10-23
* [lit] Use multiprocessing based parallelism by default, on Unix.Daniel Dunbar2013-10-23
* [lit] Add an --output option, for writing results in a machine readable form.Daniel Dunbar2013-09-14
* [lit] Add support for attach arbitrary metrics to test results.Daniel Dunbar2013-09-11
* [lit] Add support for multiprocessing, under --use-processes for now.Daniel Dunbar2013-08-29
* [lit] Refactor test execution logic into lit.run.Run.Daniel Dunbar2013-08-29
* [lit] Put display lock inside the ThreadResultsConsumer.Daniel Dunbar2013-08-29
* [lit] Factor out a results consumer interface for test execution.Daniel Dunbar2013-08-29
* [lit] Move top-level execute code into Run object.Daniel Dunbar2013-08-29
* [lit] Factor out Run class to capture configuration + discovered tests.Daniel Dunbar2013-08-29
* [lit] Allow formats to return lit.Test.Result instances directly.Daniel Dunbar2013-08-21
* [lit] Factor out a separate Test.Result() object.Daniel Dunbar2013-08-21
* [lit] Simplify --time-tests code.Daniel Dunbar2013-08-21
* [lit] Rename lit.{TestFormats,Util} to their aliased names {formats,util}.Daniel Dunbar2013-08-09
* [lit] Change --show-{tests,suites} to exit after printing.Daniel Dunbar2013-08-08
* [lit] Remove --repeat option, which wasn't that useful.Daniel Dunbar2013-08-08
* [lit] Eliminate some nested imports.Daniel Dunbar2013-08-08
* [lit] Always list individual UNRESOLVED tests.Daniel Dunbar2013-08-07
* [lit] Explicitly convert dict items() result to a list.Daniel Dunbar2013-08-07
* Lit: Resurrect --no-execute dropped in r187852.NAKAMURA Takumi2013-08-07
* [lit] Use modern absolute/relative import style.Daniel Dunbar2013-08-07
* [lit] Avoid use of iterator .next() method.Daniel Dunbar2013-08-07
* [lit] Use .write() methods instead of print statement.Daniel Dunbar2013-08-07
* [lit] Use dual-compatible print() syntax where possible.Daniel Dunbar2013-08-07
* [lit] Remove use of deprecated parameter tuple unpacking.Daniel Dunbar2013-08-07
* [lit] Drop --no-execute, which isn't generally useful.Daniel Dunbar2013-08-07
* [lit] Add a --show-tests option.Daniel Dunbar2013-08-07
* [lit] Remove dead ignoreStdError argument.Daniel Dunbar2013-08-07
* lit: Support cancellation on WindowsNico Rieck2013-07-19
* lit: Shorten a metavar to make --help look nicer.Daniel Dunbar2013-04-11
* [lit] Move unittest adaptor code into discovery module.Daniel Dunbar2013-01-31
* [lit] Move discovery code into its own module.Daniel Dunbar2013-01-31
* Remove support for Tcl test format since nobody uses itDmitri Gribenko2013-01-18
* lit: Show actually created count of threads. The incorrect threads count is p...NAKAMURA Takumi2012-08-17
* Honour --config-prefix also for lit.local.cfg.Duncan Sands2012-03-03
* [lit] Add a --filter option which is useful when dealing with virtual testDaniel Dunbar2012-01-18
* Lit option for ignoring stderr output.Andrew Trick2011-08-30
* lit: Rename main lit module to main.py, lit/lit/lit.py was a bit too, err,Daniel Dunbar2010-09-15