[lit] Move top-level execute code into Run object.
[oota-llvm.git] / utils / lit / lit / main.py
2013-08-29 Daniel Dunbar[lit] Move top-level execute code into Run object.
2013-08-29 Daniel Dunbar[lit] Factor out Run class to capture configuration...
2013-08-21 Daniel Dunbar[lit] Allow formats to return lit.Test.Result instances...
2013-08-21 Daniel Dunbar[lit] Factor out a separate Test.Result() object.
2013-08-21 Daniel Dunbar[lit] Simplify --time-tests code.
2013-08-09 Daniel Dunbar[lit] Rename lit.{TestFormats,Util} to their aliased...
2013-08-08 Daniel Dunbar[lit] Change --show-{tests,suites} to exit after printing.
2013-08-08 Daniel Dunbar[lit] Remove --repeat option, which wasn't that useful.
2013-08-08 Daniel Dunbar[lit] Eliminate some nested imports.
2013-08-07 Daniel Dunbar[lit] Always list individual UNRESOLVED tests.
2013-08-07 Daniel Dunbar[lit] Explicitly convert dict items() result to a list.
2013-08-07 NAKAMURA TakumiLit: Resurrect --no-execute dropped in r187852.
2013-08-07 Daniel Dunbar[lit] Use modern absolute/relative import style.
2013-08-07 Daniel Dunbar[lit] Avoid use of iterator .next() method.
2013-08-07 Daniel Dunbar[lit] Use .write() methods instead of print statement.
2013-08-07 Daniel Dunbar[lit] Use dual-compatible print() syntax where possible.
2013-08-07 Daniel Dunbar[lit] Remove use of deprecated parameter tuple unpacking.
2013-08-07 Daniel Dunbar[lit] Drop --no-execute, which isn't generally useful.
2013-08-07 Daniel Dunbar[lit] Add a --show-tests option.
2013-08-07 Daniel Dunbar[lit] Remove dead ignoreStdError argument.
2013-07-19 Nico Riecklit: Support cancellation on Windows
2013-04-11 Daniel Dunbarlit: Shorten a metavar to make --help look nicer.
2013-01-31 Daniel Dunbar[lit] Move unittest adaptor code into discovery module.
2013-01-31 Daniel Dunbar[lit] Move discovery code into its own module.
2013-01-18 Dmitri GribenkoRemove support for Tcl test format since nobody uses it
2012-08-17 NAKAMURA Takumilit: Show actually created count of threads. The incorr...
2012-03-03 Duncan SandsHonour --config-prefix also for lit.local.cfg.
2012-01-18 Daniel Dunbar[lit] Add a --filter option which is useful when dealin...
2011-08-30 Andrew TrickLit option for ignoring stderr output.
2010-09-15 Daniel Dunbarlit: Rename main lit module to main.py, lit/lit/lit...