summaryrefslogtreecommitdiff
path: root/utils/lit
Commit message (Expand)AuthorAge
...
* [lit] Ensure test output is converted to strings where possible.Daniel Dunbar2013-08-14
* [lit] Support parsing scripts with inconsistent or invalid encodings.Daniel Dunbar2013-08-14
* Revert r188376, "[lit] Support parsing scripts with inconsistent or invalid e...Daniel Dunbar2013-08-14
* [lit] Support parsing scripts with inconsistent or invalid encodings.Daniel Dunbar2013-08-14
* [lit] Fix a relative import issue I missed earlier.Daniel Dunbar2013-08-14
* [lit] Avoid StringIO.Daniel Dunbar2013-08-14
* [lit] Fix tests to execute lit with same python as invoked with.Daniel Dunbar2013-08-14
* [lit] Factor ShTest format script command parsing from other processing.Daniel Dunbar2013-08-14
* [lit] Move executeCommand() into lit.util.Daniel Dunbar2013-08-14
* [lit] Move formats into their own subpackage.Daniel Dunbar2013-08-14
* Lit: Introduce "%/[STpst] into parseIntegratedTestScript(), to normalize subs...NAKAMURA Takumi2013-08-14
* [lit] Support use of setup.py from other directories.Daniel Dunbar2013-08-13
* [lit] Remove old ExamplesTests directory.Daniel Dunbar2013-08-09
* [lit] Move ManyTests examples to lit/examples/many-tests.Daniel Dunbar2013-08-09
* [lit] Drop deprecated aliases for lit and old module names.Daniel Dunbar2013-08-09
* [lit] Update lit's own tests to use lit_config and lit package, as appropriate.Daniel Dunbar2013-08-09
* [lit] Fix typo.Daniel Dunbar2013-08-09
* [lit] Rename lit.{TestFormats,Util} to their aliased names {formats,util}.Daniel Dunbar2013-08-09
* [lit] Inject the lit specific config object as 'lit_config' when loading conf...Daniel Dunbar2013-08-09
* [lit] Split TestingConfig.frompath() into separate ctor and load methods.Daniel Dunbar2013-08-09
* [lit] Eliminate mustExist parameter from TestingConfig.frompath().Daniel Dunbar2013-08-09
* [lit] Only create config copies when a local config file is present.Daniel Dunbar2013-08-09
* [lit] Eliminate parent argument from TestingConfig.frompath(), which is effec...Daniel Dunbar2013-08-09
* [lit] Change --show-{tests,suites} to exit after printing.Daniel Dunbar2013-08-08
* [lit] Remove --repeat option, which wasn't that useful.Daniel Dunbar2013-08-08
* [lit] Eliminate some nested imports.Daniel Dunbar2013-08-08
* [lit] Remove on_clone member, which is no longer used.Daniel Dunbar2013-08-08
* [lit] Remove unnecessary list copy.Daniel Dunbar2013-08-07
* [lit] Always list individual UNRESOLVED tests.Daniel Dunbar2013-08-07
* [lit] Explicitly convert dict items() result to a list.Daniel Dunbar2013-08-07
* [lit] Make string encoding issues explicit.Daniel Dunbar2013-08-07
* [lit] Report the traceback when config import fails.Daniel Dunbar2013-08-07
* [lit] Avoid comparisons with None.Daniel Dunbar2013-08-07
* [lit] Use list comprehensions instead of map().Daniel Dunbar2013-08-07
* [lit] Avoid deprecated dict.has_key() method.Daniel Dunbar2013-08-07
* lit/LitConfig.py: Fixup for msys bash.NAKAMURA Takumi2013-08-07
* Lit: Fixup in r187886.NAKAMURA Takumi2013-08-07
* Lit: Resurrect --no-execute dropped in r187852.NAKAMURA Takumi2013-08-07
* [lit] Use py2&3 compatible exec() syntax.Daniel Dunbar2013-08-07
* [lit] Use newer StringIO class.Daniel Dunbar2013-08-07
* [lit] Use modern absolute/relative import style.Daniel Dunbar2013-08-07
* [lit] Avoid __cmp__ and cmp().Daniel Dunbar2013-08-07
* [lit] Avoid use of iterator .next() method.Daniel Dunbar2013-08-07
* [lit] Use .write() methods instead of print statement.Daniel Dunbar2013-08-07
* [lit] Use dual-compatible print() syntax where possible.Daniel Dunbar2013-08-07
* [lit] Remove use of deprecated parameter tuple unpacking.Daniel Dunbar2013-08-07
* [lit] Remove uses of deprecated except syntax.Daniel Dunbar2013-08-07
* [lit] Use more modern syntax for constructing exceptions.Daniel Dunbar2013-08-07
* [lit] Drop --no-execute, which isn't generally useful.Daniel Dunbar2013-08-07
* [lit] tests: Change discovery test to use --show-tests.Daniel Dunbar2013-08-07