[TableGen] Simplify some code slightly. No need to check if the arrays are empty...
[oota-llvm.git] / utils / lit / tests /
2015-12-27 Dan Liew[lit] Implement support of per test timeout in lit.
2015-07-21 Eric Fiselier[LIT] Fix discovery.py test once again
2015-06-13 Eric Fiselier[LIT] Fix failing LIT tests
2014-12-12 Rafael EspindolaRequire python 2.7.
2014-12-03 Chris MatthewsAdd a test-case for lit xunit output
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-09-03 Daniel Dunbar[lit] Allow config files to pass arbitrary values to...
2013-08-29 Daniel Dunbar[lit] [tests] Add missing test input file.
2013-08-29 Daniel Dunbar[lit] Fix internal shell's argv[0] handling.
2013-08-21 Daniel Dunbar[lit] Lift XFAIL handling to core infrastructure.
2013-08-14 Daniel Dunbar[lit] Add test coverage of gtest format.
2013-08-14 Daniel Dunbar[lit] Ensure test output is converted to strings where...
2013-08-14 Daniel Dunbar[lit] Support parsing scripts with inconsistent or...
2013-08-14 Daniel DunbarRevert r188376, "[lit] Support parsing scripts with...
2013-08-14 Daniel Dunbar[lit] Support parsing scripts with inconsistent or...
2013-08-14 Daniel Dunbar[lit] Fix tests to execute lit with same python as...
2013-08-09 Daniel Dunbar[lit] Update lit's own tests to use lit_config and...
2013-08-08 Daniel Dunbar[lit] Change --show-{tests,suites} to exit after printing.
2013-08-07 Daniel Dunbar[lit] tests: Change discovery test to use --show-tests.
2013-04-12 Daniel Dunbarlit: Fix infinite recursion when an out-of-tree test...
2013-04-12 Daniel Dunbarlit: Add a test for discovery w/ test_exec_root (out...
2013-04-11 Daniel Dunbarlit: Add a test for discovery when exact test names...
2013-04-11 Daniel Dunbarlit: Add a trivial test of the basic progress bar.
2013-01-31 Daniel Dunbar[lit] Add a test for internal shell execution behaviors.
2013-01-31 Daniel Dunbar[lit] Add a test for the various ShTest format features.
2013-01-31 Daniel Dunbar[lit] Move unittest adaptor code into discovery module.
2013-01-31 Daniel Dunbar[lit] Run the ShUtil tests as part of the test suite.
2013-01-31 Daniel Dunbar[lit] Set parallel mode for coverage tests.
2013-01-31 Daniel Dunbar[lit] Add a basic discovery test.
2013-01-31 Daniel Dunbar[lit] Add a script for checking test coverage.
2013-01-31 Daniel Dunbar[lit] Add a test suite for lit itself.