index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
utils
/
lit
Commit message (
Expand
)
Author
Age
Files
Lines
*
lit: Fix infinite recursion when an out-of-tree test root is located inside t...
Daniel Dunbar
2013-04-12
5
-9
/
+47
*
lit: Add a test for discovery w/ test_exec_root (out-of-tree test root).
Daniel Dunbar
2013-04-12
3
-9
/
+60
*
lit: Don't descend into .git directories during test discovery.
Daniel Dunbar
2013-04-11
1
-1
/
+1
*
lit: Shorten a metavar to make --help look nicer.
Daniel Dunbar
2013-04-11
1
-1
/
+1
*
lit: Add a test for discovery when exact test names are given.
Daniel Dunbar
2013-04-11
1
-0
/
+15
*
lit: Add a trivial test of the basic progress bar.
Daniel Dunbar
2013-04-11
6
-0
/
+22
*
[lit] Avoid CRLFs in bash scripts on Windows
Reid Kleckner
2013-03-20
1
-1
/
+4
*
lit.TestFormats.GoogleTest: Honor LitConfig.noExecute, or --no-execute were i...
NAKAMURA Takumi
2013-03-13
1
-0
/
+3
*
[lit] Add a display function for lit.Test.TestResult.
Daniel Dunbar
2013-02-07
1
-0
/
+4
*
[lit] Add a test for internal shell execution behaviors.
Daniel Dunbar
2013-01-31
10
-0
/
+125
*
[lit] Change to raise InternalShellError for all command execution issues.
Daniel Dunbar
2013-01-31
1
-4
/
+5
*
[lit] Fix bug where InternalShellError messages were discarded.
Daniel Dunbar
2013-01-31
1
-3
/
+2
*
[lit] Fix a shell parsing bug with ';' not separated by whitespace.
Daniel Dunbar
2013-01-31
1
-4
/
+9
*
[lit] Add a test for the various ShTest format features.
Daniel Dunbar
2013-01-31
16
-0
/
+72
*
[lit] TestRunner: Eliminate failDueToStderr argument, which is now unused.
Daniel Dunbar
2013-01-31
1
-9
/
+3
*
[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
[next]