aboutsummaryrefslogtreecommitdiffstats
path: root/utils/lit
Commit message (Expand)AuthorAgeFilesLines
...
* [lit] Eliminate some nested imports.Daniel Dunbar2013-08-084-13/+8
* [lit] Remove on_clone member, which is no longer used.Daniel Dunbar2013-08-081-12/+7
* [lit] Remove unnecessary list copy.Daniel Dunbar2013-08-071-1/+1
* [lit] Always list individual UNRESOLVED tests.Daniel Dunbar2013-08-071-2/+3
* [lit] Explicitly convert dict items() result to a list.Daniel Dunbar2013-08-071-1/+1
* [lit] Make string encoding issues explicit.Daniel Dunbar2013-08-072-1/+6
* [lit] Report the traceback when config import fails.Daniel Dunbar2013-08-071-0/+5
* [lit] Avoid comparisons with None.Daniel Dunbar2013-08-071-1/+3
* [lit] Use list comprehensions instead of map().Daniel Dunbar2013-08-073-3/+4
* [lit] Avoid deprecated dict.has_key() method.Daniel Dunbar2013-08-071-2/+2
* lit/LitConfig.py: Fixup for msys bash.NAKAMURA Takumi2013-08-071-1/+1
* Lit: Fixup in r187886.NAKAMURA Takumi2013-08-071-1/+1
* Lit: Resurrect --no-execute dropped in r187852.NAKAMURA Takumi2013-08-075-1/+14
* [lit] Use py2&3 compatible exec() syntax.Daniel Dunbar2013-08-071-1/+7
* [lit] Use newer StringIO class.Daniel Dunbar2013-08-071-17/+19
* [lit] Use modern absolute/relative import style.Daniel Dunbar2013-08-076-76/+84
* [lit] Avoid __cmp__ and cmp().Daniel Dunbar2013-08-071-12/+12
* [lit] Avoid use of iterator .next() method.Daniel Dunbar2013-08-072-12/+10
* [lit] Use .write() methods instead of print statement.Daniel Dunbar2013-08-076-27/+26
* [lit] Use dual-compatible print() syntax where possible.Daniel Dunbar2013-08-072-33/+31
* [lit] Remove use of deprecated parameter tuple unpacking.Daniel Dunbar2013-08-072-3/+3
* [lit] Remove uses of deprecated except syntax.Daniel Dunbar2013-08-073-4/+7
* [lit] Use more modern syntax for constructing exceptions.Daniel Dunbar2013-08-073-10/+13
* [lit] Drop --no-execute, which isn't generally useful.Daniel Dunbar2013-08-075-14/+1
* [lit] tests: Change discovery test to use --show-tests.Daniel Dunbar2013-08-071-25/+31
* [lit] Add a --show-tests option.Daniel Dunbar2013-08-071-7/+21
* [lit] Remove dead ignoreStdError argument.Daniel Dunbar2013-08-073-5/+1
* Move the default back to pipefail. I accidentally reverted it before.Rafael Espindola2013-07-261-1/+1
* Propagate pipefail when cloning.Rafael Espindola2013-07-261-4/+6
* Use pipefail when available.Rafael Espindola2013-07-263-3/+8
* lit: Support cancellation on WindowsNico Rieck2013-07-191-0/+21
* Fixed bug when tests in executable partially used absolute paths.Galina Kistanova2013-05-301-3/+5
* Revert r182715 and r182758Alexey Samsonov2013-05-281-7/+5
* Fixup for r182715: provide correct arg to --gtest-filterAlexey Samsonov2013-05-281-1/+1
* Fixed bug when tests in executable partially used absolute paths.Galina Kistanova2013-05-261-5/+7
* lit: Fix infinite recursion when an out-of-tree test root is located inside t...Daniel Dunbar2013-04-125-9/+47
* lit: Add a test for discovery w/ test_exec_root (out-of-tree test root).Daniel Dunbar2013-04-123-9/+60
* lit: Don't descend into .git directories during test discovery.Daniel Dunbar2013-04-111-1/+1
* lit: Shorten a metavar to make --help look nicer.Daniel Dunbar2013-04-111-1/+1
* lit: Add a test for discovery when exact test names are given.Daniel Dunbar2013-04-111-0/+15
* lit: Add a trivial test of the basic progress bar.Daniel Dunbar2013-04-116-0/+22
* [lit] Avoid CRLFs in bash scripts on WindowsReid Kleckner2013-03-201-1/+4
* lit.TestFormats.GoogleTest: Honor LitConfig.noExecute, or --no-execute were i...NAKAMURA Takumi2013-03-131-0/+3
* [lit] Add a display function for lit.Test.TestResult.Daniel Dunbar2013-02-071-0/+4
* [lit] Add a test for internal shell execution behaviors.Daniel Dunbar2013-01-3110-0/+125
* [lit] Change to raise InternalShellError for all command execution issues.Daniel Dunbar2013-01-311-4/+5
* [lit] Fix bug where InternalShellError messages were discarded.Daniel Dunbar2013-01-311-3/+2
* [lit] Fix a shell parsing bug with ';' not separated by whitespace.Daniel Dunbar2013-01-311-4/+9
* [lit] Add a test for the various ShTest format features.Daniel Dunbar2013-01-3116-0/+72
* [lit] TestRunner: Eliminate failDueToStderr argument, which is now unused.Daniel Dunbar2013-01-311-9/+3