summaryrefslogtreecommitdiff
path: root/utils/lit/lit/Test.py
Commit message (Expand)AuthorAge
* [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] Change lit.Test.ResultCode to be unique across pickling.Daniel Dunbar2013-08-29
* [lit] Lift XFAIL handling to core infrastructure.Daniel Dunbar2013-08-21
* [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] Extract TestFormat base class, for future use.Daniel Dunbar2013-08-21
* [lit] Remove --repeat option, which wasn't that useful.Daniel Dunbar2013-08-08
* [lit] Add a display function for lit.Test.TestResult.Daniel Dunbar2013-02-07
* lit: Separate test suite from test name with spaces, to make it easier to cut...Daniel Dunbar2010-01-22
* lit: Sink code into a 'lit' package.Daniel Dunbar2009-12-26