aboutsummaryrefslogtreecommitdiffstats
path: root/utils/lit
Commit message (Expand)AuthorAgeFilesLines
* [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
* lit: Use close_fds=True on UNIX, to avoid file descriptor pollution ofDaniel Dunbar2012-07-201-1/+5
* Revert r159528 which taught lit's builtin shell test runner about theChandler Carruth2012-07-021-15/+4
* Teach the built-in shell test runner in lit to handle '|&'-style pipes.Chandler Carruth2012-07-021-4/+15
* Lit: rewind WinWaitReleased() stuff in TestRunner.NAKAMURA Takumi2012-05-081-60/+6
* Fix lit failure on cmake-clang-x64_64-linux bot, apparently due to its havingEli Bendersky2012-03-251-1/+4
* Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnuEli Bendersky2012-03-251-0/+6
* Remove the C backend.Eric Christopher2012-03-232-2/+2
* Add a ${pathsep} variable to lit that expands to : (or ; on win32).Nico Weber2012-03-211-0/+1
* lit/TestRunner.py: [Win32] Rework WinWaitReleased() again! "win32file" from P...NAKAMURA Takumi2012-03-211-28/+41
* Revert r152915. Chapuni's WinWaitReleased refactoring: It doesn't work for meFrancois Pichet2012-03-161-12/+19
* lit/TestRunner.py: [Win32] Check all opened_files[] released, rather than (ob...NAKAMURA Takumi2012-03-161-9/+8
* lit/TestRunner.py: [Win32] Rework WinWaitReleased().NAKAMURA Takumi2012-03-161-19/+12
* lit: Pass %INCLUDE% to tests on Win32. clang may expect existence of %INCLUDE...NAKAMURA Takumi2012-03-131-0/+1
* Honour --config-prefix also for lit.local.cfg.Duncan Sands2012-03-031-1/+2
* This is a small patch with a couple of improvements for running lit with --de...Andrew Trick2012-02-062-2/+9
* [lit] Add a --filter option which is useful when dealing with virtual testDaniel Dunbar2012-01-181-0/+18