summaryrefslogtreecommitdiff
path: root/utils/lit
AgeCommit message (Expand)AuthorFilesLines
2013-03-20[lit] Avoid CRLFs in bash scripts on WindowsReid Kleckner1-1/+4
2013-03-13lit.TestFormats.GoogleTest: Honor LitConfig.noExecute, or --no-execute were i...NAKAMURA Takumi1-0/+3
2013-02-07[lit] Add a display function for lit.Test.TestResult.Daniel Dunbar1-0/+4
2013-01-31[lit] Add a test for internal shell execution behaviors.Daniel Dunbar10-0/+125
2013-01-31[lit] Change to raise InternalShellError for all command execution issues.Daniel Dunbar1-4/+5
2013-01-31[lit] Fix bug where InternalShellError messages were discarded.Daniel Dunbar1-3/+2
2013-01-31[lit] Fix a shell parsing bug with ';' not separated by whitespace.Daniel Dunbar1-4/+9
2013-01-31[lit] Add a test for the various ShTest format features.Daniel Dunbar16-0/+72
2013-01-31[lit] TestRunner: Eliminate failDueToStderr argument, which is now unused.Daniel Dunbar1-9/+3
2013-01-31[lit] Delete the now-unused SyntaxCheckTest format.Daniel Dunbar3-13/+1
2013-01-31[lit] Move unittest adaptor code into discovery module.Daniel Dunbar6-23/+50
2013-01-31[lit] Run the ShUtil tests as part of the test suite.Daniel Dunbar2-0/+4
2013-01-31[lit] Set parallel mode for coverage tests.Daniel Dunbar1-1/+1
2013-01-31[lit] Move discovery code into its own module.Daniel Dunbar3-233/+227
2013-01-31[lit] Add a MANIFEST file and a script for sanity checking the source dist.Daniel Dunbar2-0/+51
2013-01-31[lit] Add a basic discovery test.Daniel Dunbar9-0/+41
2013-01-31[lit] Add a script for checking test coverage.Daniel Dunbar3-0/+63
2013-01-31[lit] Add a test suite for lit itself.Daniel Dunbar2-0/+41
2013-01-30[lit] Make GoogleTest test runner correctly discover tests in the source rootAlexey Samsonov1-15/+23
2013-01-30[lit] Add some TODO notes to myself.Daniel Dunbar1-0/+17
2013-01-25lit/ShUtil.py: Deprecate '!' in shell expression. It is not sh-compatible.NAKAMURA Takumi1-8/+1
2013-01-18Remove support for Tcl test format since nobody uses itDmitri Gribenko21-664/+11
2012-12-26Fix comment typoEli Bendersky1-1/+1
2012-12-05PR10867: Analogue of r169441 for when using external 'sh'. And actually run t...Richard Smith1-1/+1
2012-12-05PR10867. lit would interpretRichard Smith1-5/+10
2012-11-30lit: Add a simple test suite for checking test runner parallelism.Daniel Dunbar1-0/+23
2012-11-28lit: Bump the version to .3.Daniel Dunbar1-1/+1
2012-11-14Remove the CellSPU port.Eric Christopher2-2/+2
2012-11-14Added %(line), %(line+<number>), %(line-<number>) substitutions to litAlexander Kornienko1-0/+11
2012-10-19lit: Rename the valgrind leaks feature to match what is currently usedDaniel Dunbar1-1/+1
2012-10-19lit: Remove support for XTARGET.Daniel Dunbar4-27/+15
2012-10-19lit: Add 'valgrind' and 'valgrind-leaks' features when valgrind is used.Daniel Dunbar4-5/+13
2012-10-19lit: Propagate TERM variable in environment, some tools can do really obscureDaniel Dunbar1-0/+1
2012-10-18lit: Allow XFAIL: lines to also refer to "features".Daniel Dunbar2-5/+14
2012-09-08lit: Util.which(): Use os.path.isfile() instead of os.path.exists(), or it hi...NAKAMURA Takumi1-1/+1
2012-08-17lit: Show actually created count of threads. The incorrect threads count is p...NAKAMURA Takumi1-3/+3
2012-07-20lit: Use close_fds=True on UNIX, to avoid file descriptor pollution ofDaniel Dunbar1-1/+5
2012-07-02Revert r159528 which taught lit's builtin shell test runner about theChandler Carruth1-15/+4
2012-07-02Teach the built-in shell test runner in lit to handle '|&'-style pipes.Chandler Carruth1-4/+15
2012-05-08Lit: rewind WinWaitReleased() stuff in TestRunner.NAKAMURA Takumi1-60/+6
2012-03-25Fix lit failure on cmake-clang-x64_64-linux bot, apparently due to its havingEli Bendersky1-1/+4
2012-03-25Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnuEli Bendersky1-0/+6
2012-03-23Remove the C backend.Eric Christopher2-2/+2
2012-03-21Add a ${pathsep} variable to lit that expands to : (or ; on win32).Nico Weber1-0/+1
2012-03-21lit/TestRunner.py: [Win32] Rework WinWaitReleased() again! "win32file" from P...NAKAMURA Takumi1-28/+41
2012-03-16Revert r152915. Chapuni's WinWaitReleased refactoring: It doesn't work for meFrancois Pichet1-12/+19
2012-03-16lit/TestRunner.py: [Win32] Check all opened_files[] released, rather than (ob...NAKAMURA Takumi1-9/+8
2012-03-16lit/TestRunner.py: [Win32] Rework WinWaitReleased().NAKAMURA Takumi1-19/+12
2012-03-13lit: Pass %INCLUDE% to tests on Win32. clang may expect existence of %INCLUDE...NAKAMURA Takumi1-0/+1
2012-03-03Honour --config-prefix also for lit.local.cfg.Duncan Sands1-1/+2