| Commit message (Expand) | Author | Age | Files | Lines |
* | [lit] Add an --output option, for writing results in a machine readable form. | Daniel Dunbar | 2013-09-14 | 5 | -3/+96 |
* | [lit] Add support for attach arbitrary metrics to test results. | Daniel Dunbar | 2013-09-11 | 5 | -2/+119 |
* | [lit] Allow config files to pass arbitrary values to child configs. | Daniel Dunbar | 2013-09-03 | 4 | -12/+8 |
* | [lit] [tests] Add missing test input file. | Daniel Dunbar | 2013-08-29 | 1 | -0/+6 |
* | [lit] Fix internal shell's argv[0] handling. | Daniel Dunbar | 2013-08-29 | 2 | -3/+5 |
* | [lit] Add support for multiprocessing, under --use-processes for now. | Daniel Dunbar | 2013-08-29 | 3 | -39/+115 |
* | [lit] Implement --max-time support by using provider cancel method. | Daniel Dunbar | 2013-08-29 | 1 | -10/+16 |
* | [lit] Refactor test execution logic into lit.run.Run. | Daniel Dunbar | 2013-08-29 | 2 | -123/+158 |
* | [lit] Put display lock inside the ThreadResultsConsumer. | Daniel Dunbar | 2013-08-29 | 1 | -17/+9 |
* | [lit] Factor out a results consumer interface for test execution. | Daniel Dunbar | 2013-08-29 | 1 | -20/+44 |
* | [lit] Move top-level execute code into Run object. | Daniel Dunbar | 2013-08-29 | 4 | -41/+49 |
* | [lit] Factor out Run class to capture configuration + discovered tests. | Daniel Dunbar | 2013-08-29 | 2 | -18/+29 |
* | [lit] Change lit.Test.ResultCode to be unique across pickling. | Daniel Dunbar | 2013-08-29 | 1 | -0/+11 |
* | [lit] Add a TODO. | Daniel Dunbar | 2013-08-29 | 1 | -0/+29 |
* | [lit] Update shtest format to return lit.Test.Result objects. | Daniel Dunbar | 2013-08-29 | 1 | -40/+21 |
* | [lit] Update LitTestCase to support lit.Test.Result. | Daniel Dunbar | 2013-08-29 | 1 | -5/+13 |
* | [lit] Fix a couple lingering Py3 compat issues in ProgressBar. | Daniel Dunbar | 2013-08-21 | 1 | -4/+12 |
* | [lit] Lift XFAIL handling to core infrastructure. | Daniel Dunbar | 2013-08-21 | 3 | -36/+48 |
* | [lit] Allow formats to return lit.Test.Result instances directly. | Daniel Dunbar | 2013-08-21 | 2 | -10/+21 |
* | [lit] Factor out a separate Test.Result() object. | Daniel Dunbar | 2013-08-21 | 2 | -33/+40 |
* | [lit] Simplify --time-tests code. | Daniel Dunbar | 2013-08-21 | 1 | -11/+5 |
* | [lit] Extract TestFormat base class, for future use. | Daniel Dunbar | 2013-08-21 | 4 | -10/+10 |
* | [lit] Rewrite TODO list, and elaborate on some things. | Daniel Dunbar | 2013-08-16 | 1 | -12/+129 |
* | [lit] Remove some done TODOs. | Daniel Dunbar | 2013-08-15 | 1 | -4/+0 |
* | [lit] Add test coverage of gtest format. | Daniel Dunbar | 2013-08-14 | 3 | -0/+57 |
* | [lit] Ensure test output is converted to strings where possible. | Daniel Dunbar | 2013-08-14 | 7 | -4/+63 |
* | [lit] Support parsing scripts with inconsistent or invalid encodings. | Daniel Dunbar | 2013-08-14 | 2 | -12/+48 |
* | Revert r188376, "[lit] Support parsing scripts with inconsistent or invalid e... | Daniel Dunbar | 2013-08-14 | 2 | -45/+12 |
* | [lit] Support parsing scripts with inconsistent or invalid encodings. | Daniel Dunbar | 2013-08-14 | 2 | -12/+45 |
* | [lit] Fix a relative import issue I missed earlier. | Daniel Dunbar | 2013-08-14 | 1 | -2/+4 |
* | [lit] Avoid StringIO. | Daniel Dunbar | 2013-08-14 | 1 | -19/+25 |
* | [lit] Fix tests to execute lit with same python as invoked with. | Daniel Dunbar | 2013-08-14 | 3 | -3/+6 |
* | [lit] Factor ShTest format script command parsing from other processing. | Daniel Dunbar | 2013-08-14 | 1 | -17/+32 |
* | [lit] Move executeCommand() into lit.util. | Daniel Dunbar | 2013-08-14 | 4 | -23/+23 |
* | [lit] Move formats into their own subpackage. | Daniel Dunbar | 2013-08-14 | 4 | -117/+130 |
* | Lit: Introduce "%/[STpst] into parseIntegratedTestScript(), to normalize subs... | NAKAMURA Takumi | 2013-08-14 | 1 | -0/+9 |
* | [lit] Support use of setup.py from other directories. | Daniel Dunbar | 2013-08-13 | 1 | -1/+8 |
* | [lit] Remove old ExamplesTests directory. | Daniel Dunbar | 2013-08-09 | 23 | -262/+0 |
* | [lit] Move ManyTests examples to lit/examples/many-tests. | Daniel Dunbar | 2013-08-09 | 3 | -1/+18 |
* | [lit] Drop deprecated aliases for lit and old module names. | Daniel Dunbar | 2013-08-09 | 3 | -14/+0 |
* | [lit] Update lit's own tests to use lit_config and lit package, as appropriate. | Daniel Dunbar | 2013-08-09 | 11 | -4/+15 |
* | [lit] Fix typo. | Daniel Dunbar | 2013-08-09 | 1 | -1/+1 |
* | [lit] Rename lit.{TestFormats,Util} to their aliased names {formats,util}. | Daniel Dunbar | 2013-08-09 | 7 | -20/+24 |
* | [lit] Inject the lit specific config object as 'lit_config' when loading conf... | Daniel Dunbar | 2013-08-09 | 1 | -0/+1 |
* | [lit] Split TestingConfig.frompath() into separate ctor and load methods. | Daniel Dunbar | 2013-08-09 | 3 | -51/+58 |
* | [lit] Eliminate mustExist parameter from TestingConfig.frompath(). | Daniel Dunbar | 2013-08-09 | 3 | -37/+34 |
* | [lit] Only create config copies when a local config file is present. | Daniel Dunbar | 2013-08-09 | 2 | -5/+12 |
* | [lit] Eliminate parent argument from TestingConfig.frompath(), which is effec... | Daniel Dunbar | 2013-08-09 | 3 | -6/+12 |
* | [lit] Change --show-{tests,suites} to exit after printing. | Daniel Dunbar | 2013-08-08 | 2 | -11/+9 |
* | [lit] Remove --repeat option, which wasn't that useful. | Daniel Dunbar | 2013-08-08 | 3 | -18/+0 |