summaryrefslogtreecommitdiff
path: root/utils/lit
Commit message (Expand)AuthorAge
* Fixed bug when tests in executable partially used absolute paths.Galina Kistanova2013-05-30
* Revert r182715 and r182758Alexey Samsonov2013-05-28
* Fixup for r182715: provide correct arg to --gtest-filterAlexey Samsonov2013-05-28
* Fixed bug when tests in executable partially used absolute paths.Galina Kistanova2013-05-26
* lit: Fix infinite recursion when an out-of-tree test root is located inside t...Daniel Dunbar2013-04-12
* lit: Add a test for discovery w/ test_exec_root (out-of-tree test root).Daniel Dunbar2013-04-12
* lit: Don't descend into .git directories during test discovery.Daniel Dunbar2013-04-11
* lit: Shorten a metavar to make --help look nicer.Daniel Dunbar2013-04-11
* lit: Add a test for discovery when exact test names are given.Daniel Dunbar2013-04-11
* lit: Add a trivial test of the basic progress bar.Daniel Dunbar2013-04-11
* [lit] Avoid CRLFs in bash scripts on WindowsReid Kleckner2013-03-20
* lit.TestFormats.GoogleTest: Honor LitConfig.noExecute, or --no-execute were i...NAKAMURA Takumi2013-03-13
* [lit] Add a display function for lit.Test.TestResult.Daniel Dunbar2013-02-07
* [lit] Add a test for internal shell execution behaviors.Daniel Dunbar2013-01-31
* [lit] Change to raise InternalShellError for all command execution issues.Daniel Dunbar2013-01-31
* [lit] Fix bug where InternalShellError messages were discarded.Daniel Dunbar2013-01-31
* [lit] Fix a shell parsing bug with ';' not separated by whitespace.Daniel Dunbar2013-01-31
* [lit] Add a test for the various ShTest format features.Daniel Dunbar2013-01-31
* [lit] TestRunner: Eliminate failDueToStderr argument, which is now unused.Daniel Dunbar2013-01-31
* [lit] Delete the now-unused SyntaxCheckTest format.Daniel Dunbar2013-01-31
* [lit] Move unittest adaptor code into discovery module.Daniel Dunbar2013-01-31
* [lit] Run the ShUtil tests as part of the test suite.Daniel Dunbar2013-01-31
* [lit] Set parallel mode for coverage tests.Daniel Dunbar2013-01-31
* [lit] Move discovery code into its own module.Daniel Dunbar2013-01-31
* [lit] Add a MANIFEST file and a script for sanity checking the source dist.Daniel Dunbar2013-01-31
* [lit] Add a basic discovery test.Daniel Dunbar2013-01-31
* [lit] Add a script for checking test coverage.Daniel Dunbar2013-01-31
* [lit] Add a test suite for lit itself.Daniel Dunbar2013-01-31
* [lit] Make GoogleTest test runner correctly discover tests in the source rootAlexey Samsonov2013-01-30
* [lit] Add some TODO notes to myself.Daniel Dunbar2013-01-30
* lit/ShUtil.py: Deprecate '!' in shell expression. It is not sh-compatible.NAKAMURA Takumi2013-01-25
* Remove support for Tcl test format since nobody uses itDmitri Gribenko2013-01-18
* Fix comment typoEli Bendersky2012-12-26
* PR10867: Analogue of r169441 for when using external 'sh'. And actually run t...Richard Smith2012-12-05
* PR10867. lit would interpretRichard Smith2012-12-05
* lit: Add a simple test suite for checking test runner parallelism.Daniel Dunbar2012-11-30
* lit: Bump the version to .3.Daniel Dunbar2012-11-28
* Remove the CellSPU port.Eric Christopher2012-11-14
* Added %(line), %(line+<number>), %(line-<number>) substitutions to litAlexander Kornienko2012-11-14
* lit: Rename the valgrind leaks feature to match what is currently usedDaniel Dunbar2012-10-19
* lit: Remove support for XTARGET.Daniel Dunbar2012-10-19
* lit: Add 'valgrind' and 'valgrind-leaks' features when valgrind is used.Daniel Dunbar2012-10-19
* lit: Propagate TERM variable in environment, some tools can do really obscureDaniel Dunbar2012-10-19
* lit: Allow XFAIL: lines to also refer to "features".Daniel Dunbar2012-10-18
* lit: Util.which(): Use os.path.isfile() instead of os.path.exists(), or it hi...NAKAMURA Takumi2012-09-08
* lit: Show actually created count of threads. The incorrect threads count is p...NAKAMURA Takumi2012-08-17
* lit: Use close_fds=True on UNIX, to avoid file descriptor pollution ofDaniel Dunbar2012-07-20
* Revert r159528 which taught lit's builtin shell test runner about theChandler Carruth2012-07-02
* Teach the built-in shell test runner in lit to handle '|&'-style pipes.Chandler Carruth2012-07-02
* Lit: rewind WinWaitReleased() stuff in TestRunner.NAKAMURA Takumi2012-05-08