aboutsummaryrefslogtreecommitdiffstats
path: root/utils/lit/lit/Test.py
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-2/+3
* [LIT] Add JSONMetricValue type to wrap types supported by the json encoder.Eric Fiselier2015-01-081-0/+36
* Fix for xunit output to work around issue in Jenkins when tests are at the ro...Chris Matthews2015-01-081-1/+1
* Fix corner cases in lit xunit for paths with dotsChris Matthews2015-01-081-2/+9
* Don't allow test-suite names with . in them in xml outputChris Matthews2015-01-081-5/+6
* Give lit a --xunit-xml-output option for saving results in xunit formatChris Matthews2015-01-081-0/+15
* Update to LLVM 3.5a.Stephen Hines2014-04-241-1/+7
* [lit] Add an --output option, for writing results in a machine readable form.Daniel Dunbar2013-09-141-0/+21
* [lit] Add support for attach arbitrary metrics to test results.Daniel Dunbar2013-09-111-1/+42
* [lit] Change lit.Test.ResultCode to be unique across pickling.Daniel Dunbar2013-08-291-0/+11
* [lit] Lift XFAIL handling to core infrastructure.Daniel Dunbar2013-08-211-0/+37
* [lit] Allow formats to return lit.Test.Result instances directly.Daniel Dunbar2013-08-211-4/+8
* [lit] Factor out a separate Test.Result() object.Daniel Dunbar2013-08-211-15/+22
* [lit] Extract TestFormat base class, for future use.Daniel Dunbar2013-08-211-6/+0
* [lit] Remove --repeat option, which wasn't that useful.Daniel Dunbar2013-08-081-8/+0
* [lit] Add a display function for lit.Test.TestResult.Daniel Dunbar2013-02-071-0/+4
* lit: Separate test suite from test name with spaces, to make it easier to cut...Daniel Dunbar2010-01-221-1/+1
* lit: Sink code into a 'lit' package.Daniel Dunbar2009-12-261-0/+79