aboutsummaryrefslogtreecommitdiffstats
path: root/utils/lit
Commit message (Expand)AuthorAgeFilesLines
* 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
* [lit] Delete the now-unused SyntaxCheckTest format.Daniel Dunbar2013-01-313-13/+1
* [lit] Move unittest adaptor code into discovery module.Daniel Dunbar2013-01-316-23/+50
* [lit] Run the ShUtil tests as part of the test suite.Daniel Dunbar2013-01-312-0/+4
* [lit] Set parallel mode for coverage tests.Daniel Dunbar2013-01-311-1/+1
* [lit] Move discovery code into its own module.Daniel Dunbar2013-01-313-233/+227
* [lit] Add a MANIFEST file and a script for sanity checking the source dist.Daniel Dunbar2013-01-312-0/+51
* [lit] Add a basic discovery test.Daniel Dunbar2013-01-319-0/+41
* [lit] Add a script for checking test coverage.Daniel Dunbar2013-01-313-0/+63
* [lit] Add a test suite for lit itself.Daniel Dunbar2013-01-312-0/+41
* [lit] Make GoogleTest test runner correctly discover tests in the source rootAlexey Samsonov2013-01-301-15/+23
* [lit] Add some TODO notes to myself.Daniel Dunbar2013-01-301-0/+17
* lit/ShUtil.py: Deprecate '!' in shell expression. It is not sh-compatible.NAKAMURA Takumi2013-01-251-8/+1
* Remove support for Tcl test format since nobody uses itDmitri Gribenko2013-01-1821-664/+11
* Fix comment typoEli Bendersky2012-12-261-1/+1
* PR10867: Analogue of r169441 for when using external 'sh'. And actually run t...Richard Smith2012-12-051-1/+1
* PR10867. lit would interpretRichard Smith2012-12-051-5/+10
* lit: Add a simple test suite for checking test runner parallelism.Daniel Dunbar2012-11-301-0/+23
* lit: Bump the version to .3.Daniel Dunbar2012-11-281-1/+1
* Remove the CellSPU port.Eric Christopher2012-11-142-2/+2
* Added %(line), %(line+<number>), %(line-<number>) substitutions to litAlexander Kornienko2012-11-141-0/+11
* lit: Rename the valgrind leaks feature to match what is currently usedDaniel Dunbar2012-10-191-1/+1
* lit: Remove support for XTARGET.Daniel Dunbar2012-10-194-27/+15
* lit: Add 'valgrind' and 'valgrind-leaks' features when valgrind is used.Daniel Dunbar2012-10-194-5/+13
* lit: Propagate TERM variable in environment, some tools can do really obscureDaniel Dunbar2012-10-191-0/+1
* lit: Allow XFAIL: lines to also refer to "features".Daniel Dunbar2012-10-182-5/+14
* lit: Util.which(): Use os.path.isfile() instead of os.path.exists(), or it hi...NAKAMURA Takumi2012-09-081-1/+1
* lit: Show actually created count of threads. The incorrect threads count is p...NAKAMURA Takumi2012-08-171-3/+3