[LIT] Add JSONMetricValue type to wrap types supported by the json encoder.
[oota-llvm.git] / utils / lit / lit / Test.py
2014-12-19 Eric Fiselier[LIT] Add JSONMetricValue type to wrap types supported...
2014-12-06 Chris MatthewsFix for xunit output to work around issue in Jenkins...
2014-12-06 Chris MatthewsFix corner cases in lit xunit for paths with dots
2014-12-03 Chris MatthewsDon't allow test-suite names with . in them in xml...
2014-12-02 Chris MatthewsGive lit a --xunit-xml-output option for saving results...
2013-12-29 Alp Tokerlit: Incremental test scheduling
2013-09-14 Daniel Dunbar[lit] Add an --output option, for writing results in...
2013-09-11 Daniel Dunbar[lit] Add support for attach arbitrary metrics to test...
2013-08-29 Daniel Dunbar[lit] Change lit.Test.ResultCode to be unique across...
2013-08-21 Daniel Dunbar[lit] Lift XFAIL handling to core infrastructure.
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] Extract TestFormat base class, for future use.
2013-08-08 Daniel Dunbar[lit] Remove --repeat option, which wasn't that useful.
2013-02-07 Daniel Dunbar[lit] Add a display function for lit.Test.TestResult.
2010-01-22 Daniel Dunbarlit: Separate test suite from test name with spaces...
2009-12-26 Daniel Dunbarlit: Sink code into a 'lit' package.