index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
utils
/
lit
Age
Commit message (
Expand
)
Author
2013-04-12
lit: Fix infinite recursion when an out-of-tree test root is located inside t...
Daniel Dunbar
2013-04-12
lit: Add a test for discovery w/ test_exec_root (out-of-tree test root).
Daniel Dunbar
2013-04-11
lit: Don't descend into .git directories during test discovery.
Daniel Dunbar
2013-04-11
lit: Shorten a metavar to make --help look nicer.
Daniel Dunbar
2013-04-11
lit: Add a test for discovery when exact test names are given.
Daniel Dunbar
2013-04-11
lit: Add a trivial test of the basic progress bar.
Daniel Dunbar
2013-03-20
[lit] Avoid CRLFs in bash scripts on Windows
Reid Kleckner
2013-03-13
lit.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 root
Alexey Samsonov
2013-01-30
[lit] Add some TODO notes to myself.
Daniel Dunbar
2013-01-25
lit/ShUtil.py: Deprecate '!' in shell expression. It is not sh-compatible.
NAKAMURA Takumi
2013-01-18
Remove support for Tcl test format since nobody uses it
Dmitri Gribenko
2012-12-26
Fix comment typo
Eli Bendersky
2012-12-05
PR10867: Analogue of r169441 for when using external 'sh'. And actually run t...
Richard Smith
2012-12-05
PR10867. lit would interpret
Richard Smith
2012-11-30
lit: Add a simple test suite for checking test runner parallelism.
Daniel Dunbar
2012-11-28
lit: Bump the version to .3.
Daniel Dunbar
2012-11-14
Remove the CellSPU port.
Eric Christopher
2012-11-14
Added %(line), %(line+<number>), %(line-<number>) substitutions to lit
Alexander Kornienko
2012-10-19
lit: Rename the valgrind leaks feature to match what is currently used
Daniel Dunbar
2012-10-19
lit: Remove support for XTARGET.
Daniel Dunbar
2012-10-19
lit: Add 'valgrind' and 'valgrind-leaks' features when valgrind is used.
Daniel Dunbar
2012-10-19
lit: Propagate TERM variable in environment, some tools can do really obscure
Daniel Dunbar
2012-10-18
lit: Allow XFAIL: lines to also refer to "features".
Daniel Dunbar
2012-09-08
lit: Util.which(): Use os.path.isfile() instead of os.path.exists(), or it hi...
NAKAMURA Takumi
2012-08-17
lit: Show actually created count of threads. The incorrect threads count is p...
NAKAMURA Takumi
2012-07-20
lit: Use close_fds=True on UNIX, to avoid file descriptor pollution of
Daniel Dunbar
2012-07-02
Revert r159528 which taught lit's builtin shell test runner about the
Chandler Carruth
2012-07-02
Teach the built-in shell test runner in lit to handle '|&'-style pipes.
Chandler Carruth
2012-05-08
Lit: rewind WinWaitReleased() stuff in TestRunner.
NAKAMURA Takumi
2012-03-25
Fix lit failure on cmake-clang-x64_64-linux bot, apparently due to its having
Eli Bendersky
2012-03-25
Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnu
Eli Bendersky
2012-03-23
Remove the C backend.
Eric Christopher
2012-03-21
Add a ${pathsep} variable to lit that expands to : (or ; on win32).
Nico Weber
[next]