| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [lit] Add an --output option, for writing results in a machine readable form. | Daniel Dunbar | 2013-09-14 | 1 | -1/+1 |
| | | | | | llvm-svn: 190738 | ||||
| * | [lit] Add support for attach arbitrary metrics to test results. | Daniel Dunbar | 2013-09-11 | 2 | -0/+51 |
| | | | | | | | | | | - This is a work-in-progress and all details are subject to change, but I am trying to build up support for allowing lit to be used as a driver for performance tests (or other tests which might want to record information beyond simple PASS/FAIL). llvm-svn: 190535 | ||||
| * | [lit] Allow config files to pass arbitrary values to child configs. | Daniel Dunbar | 2013-09-03 | 2 | -0/+6 |
| | | | | | | | | - This aligns with how existing test suites end up wanting to use the local config files, conceptually it makes sense to consider them to be inherited. llvm-svn: 189885 | ||||
| * | [lit] [tests] Add missing test input file. | Daniel Dunbar | 2013-08-29 | 1 | -0/+6 |
| | | | | | llvm-svn: 189561 | ||||
| * | [lit] Add test coverage of gtest format. | Daniel Dunbar | 2013-08-14 | 2 | -0/+37 |
| | | | | | llvm-svn: 188417 | ||||
| * | [lit] Ensure test output is converted to strings where possible. | Daniel Dunbar | 2013-08-14 | 4 | -0/+11 |
| | | | | | | | - This cleans up the text output of failing tests when run under PY3. llvm-svn: 188416 | ||||
| * | [lit] Update lit's own tests to use lit_config and lit package, as appropriate. | Daniel Dunbar | 2013-08-09 | 10 | -3/+12 |
| | | | | | llvm-svn: 188107 | ||||
| * | lit: Fix infinite recursion when an out-of-tree test root is located inside ↵ | Daniel Dunbar | 2013-04-12 | 3 | -0/+12 |
| | | | | | | | the source test root. llvm-svn: 179402 | ||||
| * | lit: Add a test for discovery w/ test_exec_root (out-of-tree test root). | Daniel Dunbar | 2013-04-12 | 2 | -2/+12 |
| | | | | | llvm-svn: 179401 | ||||
| * | lit: Add a trivial test of the basic progress bar. | Daniel Dunbar | 2013-04-11 | 5 | -0/+9 |
| | | | | | llvm-svn: 179243 | ||||
| * | [lit] Add a test for internal shell execution behaviors. | Daniel Dunbar | 2013-01-31 | 9 | -0/+92 |
| | | | | | llvm-svn: 174102 | ||||
| * | [lit] Add a test for the various ShTest format features. | Daniel Dunbar | 2013-01-31 | 15 | -0/+29 |
| | | | | | llvm-svn: 174072 | ||||
| * | [lit] Move unittest adaptor code into discovery module. | Daniel Dunbar | 2013-01-31 | 3 | -0/+7 |
| | | | | | | | - Also, add a test for it. llvm-svn: 174019 | ||||
| * | [lit] Add a basic discovery test. | Daniel Dunbar | 2013-01-31 | 8 | -0/+16 |
| llvm-svn: 174001 | |||||

