aboutsummaryrefslogtreecommitdiff
path: root/utils/lit
AgeCommit message (Expand)Author
2013-04-12lit: Fix infinite recursion when an out-of-tree test root is located inside t...Daniel Dunbar
2013-04-12lit: Add a test for discovery w/ test_exec_root (out-of-tree test root).Daniel Dunbar
2013-04-11lit: Don't descend into .git directories during test discovery.Daniel Dunbar
2013-04-11lit: Shorten a metavar to make --help look nicer.Daniel Dunbar
2013-04-11lit: Add a test for discovery when exact test names are given.Daniel Dunbar
2013-04-11lit: Add a trivial test of the basic progress bar.Daniel Dunbar
2013-03-20[lit] Avoid CRLFs in bash scripts on WindowsReid Kleckner
2013-03-13lit.TestFormats.GoogleTest: Honor LitConfig.noExecute, or --no-execute were i...NAKAMURA Takumi
2013-02-07[lit] Add a display function for lit.Test.TestResult.Daniel Dunbar
2013-01-31[lit] Add a test for internal shell execution behaviors.Daniel Dunbar
2013-01-31[lit] Change to raise InternalShellError for all command execution issues.Daniel Dunbar
2013-01-31[lit] Fix bug where InternalShellError messages were discarded.Daniel Dunbar
2013-01-31[lit] Fix a shell parsing bug with ';' not separated by whitespace.Daniel Dunbar
2013-01-31[lit] Add a test for the various ShTest format features.Daniel Dunbar
2013-01-31[lit] TestRunner: Eliminate failDueToStderr argument, which is now unused.Daniel Dunbar
2013-01-31[lit] Delete the now-unused SyntaxCheckTest format.Daniel Dunbar
2013-01-31[lit] Move unittest adaptor code into discovery module.Daniel Dunbar
2013-01-31[lit] Run the ShUtil tests as part of the test suite.Daniel Dunbar
2013-01-31[lit] Set parallel mode for coverage tests.Daniel Dunbar
2013-01-31[lit] Move discovery code into its own module.Daniel Dunbar
2013-01-31[lit] Add a MANIFEST file and a script for sanity checking the source dist.Daniel Dunbar
2013-01-31[lit] Add a basic discovery test.Daniel Dunbar
2013-01-31[lit] Add a script for checking test coverage.Daniel Dunbar
2013-01-31[lit] Add a test suite for lit itself.Daniel Dunbar
2013-01-30[lit] Make GoogleTest test runner correctly discover tests in the source rootAlexey Samsonov
2013-01-30[lit] Add some TODO notes to myself.Daniel Dunbar
2013-01-25lit/ShUtil.py: Deprecate '!' in shell expression. It is not sh-compatible.NAKAMURA Takumi
2013-01-18Remove support for Tcl test format since nobody uses itDmitri Gribenko
2012-12-26Fix comment typoEli Bendersky
2012-12-05PR10867: Analogue of r169441 for when using external 'sh'. And actually run t...Richard Smith
2012-12-05PR10867. lit would interpretRichard Smith
2012-11-30lit: Add a simple test suite for checking test runner parallelism.Daniel Dunbar
2012-11-28lit: Bump the version to .3.Daniel Dunbar
2012-11-14Remove the CellSPU port.Eric Christopher
2012-11-14Added %(line), %(line+<number>), %(line-<number>) substitutions to litAlexander Kornienko
2012-10-19lit: Rename the valgrind leaks feature to match what is currently usedDaniel Dunbar
2012-10-19lit: Remove support for XTARGET.Daniel Dunbar
2012-10-19lit: Add 'valgrind' and 'valgrind-leaks' features when valgrind is used.Daniel Dunbar
2012-10-19lit: Propagate TERM variable in environment, some tools can do really obscureDaniel Dunbar
2012-10-18lit: Allow XFAIL: lines to also refer to "features".Daniel Dunbar
2012-09-08lit: Util.which(): Use os.path.isfile() instead of os.path.exists(), or it hi...NAKAMURA Takumi
2012-08-17lit: Show actually created count of threads. The incorrect threads count is p...NAKAMURA Takumi
2012-07-20lit: Use close_fds=True on UNIX, to avoid file descriptor pollution ofDaniel Dunbar
2012-07-02Revert r159528 which taught lit's builtin shell test runner about theChandler Carruth
2012-07-02Teach the built-in shell test runner in lit to handle '|&'-style pipes.Chandler Carruth
2012-05-08Lit: rewind WinWaitReleased() stuff in TestRunner.NAKAMURA Takumi
2012-03-25Fix lit failure on cmake-clang-x64_64-linux bot, apparently due to its havingEli Bendersky
2012-03-25Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnuEli Bendersky
2012-03-23Remove the C backend.Eric Christopher
2012-03-21Add a ${pathsep} variable to lit that expands to : (or ; on win32).Nico Weber