| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | [lit] Delete the now-unused SyntaxCheckTest format. | Daniel Dunbar | 2013-01-31 | 3 | -13/+1 |
* | [lit] Move unittest adaptor code into discovery module. | Daniel Dunbar | 2013-01-31 | 6 | -23/+50 |
* | [lit] Run the ShUtil tests as part of the test suite. | Daniel Dunbar | 2013-01-31 | 2 | -0/+4 |
* | [lit] Set parallel mode for coverage tests. | Daniel Dunbar | 2013-01-31 | 1 | -1/+1 |
* | [lit] Move discovery code into its own module. | Daniel Dunbar | 2013-01-31 | 3 | -233/+227 |
* | [lit] Add a MANIFEST file and a script for sanity checking the source dist. | Daniel Dunbar | 2013-01-31 | 2 | -0/+51 |
* | [lit] Add a basic discovery test. | Daniel Dunbar | 2013-01-31 | 9 | -0/+41 |
* | [lit] Add a script for checking test coverage. | Daniel Dunbar | 2013-01-31 | 3 | -0/+63 |
* | [lit] Add a test suite for lit itself. | Daniel Dunbar | 2013-01-31 | 2 | -0/+41 |
* | [lit] Make GoogleTest test runner correctly discover tests in the source root | Alexey Samsonov | 2013-01-30 | 1 | -15/+23 |
* | [lit] Add some TODO notes to myself. | Daniel Dunbar | 2013-01-30 | 1 | -0/+17 |
* | lit/ShUtil.py: Deprecate '!' in shell expression. It is not sh-compatible. | NAKAMURA Takumi | 2013-01-25 | 1 | -8/+1 |
* | Remove support for Tcl test format since nobody uses it | Dmitri Gribenko | 2013-01-18 | 21 | -664/+11 |
* | Fix comment typo | Eli Bendersky | 2012-12-26 | 1 | -1/+1 |
* | PR10867: Analogue of r169441 for when using external 'sh'. And actually run t... | Richard Smith | 2012-12-05 | 1 | -1/+1 |
* | PR10867. lit would interpret | Richard Smith | 2012-12-05 | 1 | -5/+10 |
* | lit: Add a simple test suite for checking test runner parallelism. | Daniel Dunbar | 2012-11-30 | 1 | -0/+23 |
* | lit: Bump the version to .3. | Daniel Dunbar | 2012-11-28 | 1 | -1/+1 |
* | Remove the CellSPU port. | Eric Christopher | 2012-11-14 | 2 | -2/+2 |
* | Added %(line), %(line+<number>), %(line-<number>) substitutions to lit | Alexander Kornienko | 2012-11-14 | 1 | -0/+11 |
* | lit: Rename the valgrind leaks feature to match what is currently used | Daniel Dunbar | 2012-10-19 | 1 | -1/+1 |
* | lit: Remove support for XTARGET. | Daniel Dunbar | 2012-10-19 | 4 | -27/+15 |
* | lit: Add 'valgrind' and 'valgrind-leaks' features when valgrind is used. | Daniel Dunbar | 2012-10-19 | 4 | -5/+13 |
* | lit: Propagate TERM variable in environment, some tools can do really obscure | Daniel Dunbar | 2012-10-19 | 1 | -0/+1 |
* | lit: Allow XFAIL: lines to also refer to "features". | Daniel Dunbar | 2012-10-18 | 2 | -5/+14 |
* | lit: Util.which(): Use os.path.isfile() instead of os.path.exists(), or it hi... | NAKAMURA Takumi | 2012-09-08 | 1 | -1/+1 |
* | lit: Show actually created count of threads. The incorrect threads count is p... | NAKAMURA Takumi | 2012-08-17 | 1 | -3/+3 |
* | lit: Use close_fds=True on UNIX, to avoid file descriptor pollution of | Daniel Dunbar | 2012-07-20 | 1 | -1/+5 |
* | Revert r159528 which taught lit's builtin shell test runner about the | Chandler Carruth | 2012-07-02 | 1 | -15/+4 |
* | Teach the built-in shell test runner in lit to handle '|&'-style pipes. | Chandler Carruth | 2012-07-02 | 1 | -4/+15 |
* | Lit: rewind WinWaitReleased() stuff in TestRunner. | NAKAMURA Takumi | 2012-05-08 | 1 | -60/+6 |
* | Fix lit failure on cmake-clang-x64_64-linux bot, apparently due to its having | Eli Bendersky | 2012-03-25 | 1 | -1/+4 |
* | Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnu | Eli Bendersky | 2012-03-25 | 1 | -0/+6 |
* | Remove the C backend. | Eric Christopher | 2012-03-23 | 2 | -2/+2 |
* | Add a ${pathsep} variable to lit that expands to : (or ; on win32). | Nico Weber | 2012-03-21 | 1 | -0/+1 |
* | lit/TestRunner.py: [Win32] Rework WinWaitReleased() again! "win32file" from P... | NAKAMURA Takumi | 2012-03-21 | 1 | -28/+41 |
* | Revert r152915. Chapuni's WinWaitReleased refactoring: It doesn't work for me | Francois Pichet | 2012-03-16 | 1 | -12/+19 |
* | lit/TestRunner.py: [Win32] Check all opened_files[] released, rather than (ob... | NAKAMURA Takumi | 2012-03-16 | 1 | -9/+8 |
* | lit/TestRunner.py: [Win32] Rework WinWaitReleased(). | NAKAMURA Takumi | 2012-03-16 | 1 | -19/+12 |
* | lit: Pass %INCLUDE% to tests on Win32. clang may expect existence of %INCLUDE... | NAKAMURA Takumi | 2012-03-13 | 1 | -0/+1 |
* | Honour --config-prefix also for lit.local.cfg. | Duncan Sands | 2012-03-03 | 1 | -1/+2 |
* | This is a small patch with a couple of improvements for running lit with --de... | Andrew Trick | 2012-02-06 | 2 | -2/+9 |
* | [lit] Add a --filter option which is useful when dealing with virtual test | Daniel Dunbar | 2012-01-18 | 1 | -0/+18 |
* | Disable the crash reporter when running lit tests. | Argyrios Kyrtzidis | 2012-01-11 | 1 | -1/+1 |
* | lit/lit.TestRunner: Add an extra_substitutions argument for executeShTest -- | Daniel Dunbar | 2012-01-06 | 1 | -4/+7 |
* | lit/TestRunner.py: Try to catch ERROR_FILE_NOT_FOUND, too. | NAKAMURA Takumi | 2011-11-29 | 1 | -1/+3 |
* | lit/TestRunner.py: Use RemoveForce(). | NAKAMURA Takumi | 2011-11-28 | 1 | -4/+1 |
* | lit/TestRunner.py: [Win32] Introduce WinWaitReleased(f), to wait for file han... | NAKAMURA Takumi | 2011-11-28 | 1 | -0/+43 |
* | Remove the Alpha backend. | Dan Gohman | 2011-10-27 | 2 | -2/+2 |
* | lit: Drop some unneeded code from example tests. | Daniel Dunbar | 2011-10-27 | 4 | -66/+2 |