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] Eliminate some nested imports.
Daniel Dunbar
2013-08-08
4
-13
/
+8
*
[lit] Remove on_clone member, which is no longer used.
Daniel Dunbar
2013-08-08
1
-12
/
+7
*
[lit] Remove unnecessary list copy.
Daniel Dunbar
2013-08-07
1
-1
/
+1
*
[lit] Always list individual UNRESOLVED tests.
Daniel Dunbar
2013-08-07
1
-2
/
+3
*
[lit] Explicitly convert dict items() result to a list.
Daniel Dunbar
2013-08-07
1
-1
/
+1
*
[lit] Make string encoding issues explicit.
Daniel Dunbar
2013-08-07
2
-1
/
+6
*
[lit] Report the traceback when config import fails.
Daniel Dunbar
2013-08-07
1
-0
/
+5
*
[lit] Avoid comparisons with None.
Daniel Dunbar
2013-08-07
1
-1
/
+3
*
[lit] Use list comprehensions instead of map().
Daniel Dunbar
2013-08-07
3
-3
/
+4
*
[lit] Avoid deprecated dict.has_key() method.
Daniel Dunbar
2013-08-07
1
-2
/
+2
*
lit/LitConfig.py: Fixup for msys bash.
NAKAMURA Takumi
2013-08-07
1
-1
/
+1
*
Lit: Fixup in r187886.
NAKAMURA Takumi
2013-08-07
1
-1
/
+1
*
Lit: Resurrect --no-execute dropped in r187852.
NAKAMURA Takumi
2013-08-07
5
-1
/
+14
*
[lit] Use py2&3 compatible exec() syntax.
Daniel Dunbar
2013-08-07
1
-1
/
+7
*
[lit] Use newer StringIO class.
Daniel Dunbar
2013-08-07
1
-17
/
+19
*
[lit] Use modern absolute/relative import style.
Daniel Dunbar
2013-08-07
6
-76
/
+84
*
[lit] Avoid __cmp__ and cmp().
Daniel Dunbar
2013-08-07
1
-12
/
+12
*
[lit] Avoid use of iterator .next() method.
Daniel Dunbar
2013-08-07
2
-12
/
+10
*
[lit] Use .write() methods instead of print statement.
Daniel Dunbar
2013-08-07
6
-27
/
+26
*
[lit] Use dual-compatible print() syntax where possible.
Daniel Dunbar
2013-08-07
2
-33
/
+31
*
[lit] Remove use of deprecated parameter tuple unpacking.
Daniel Dunbar
2013-08-07
2
-3
/
+3
*
[lit] Remove uses of deprecated except syntax.
Daniel Dunbar
2013-08-07
3
-4
/
+7
*
[lit] Use more modern syntax for constructing exceptions.
Daniel Dunbar
2013-08-07
3
-10
/
+13
*
[lit] Drop --no-execute, which isn't generally useful.
Daniel Dunbar
2013-08-07
5
-14
/
+1
*
[lit] tests: Change discovery test to use --show-tests.
Daniel Dunbar
2013-08-07
1
-25
/
+31
*
[lit] Add a --show-tests option.
Daniel Dunbar
2013-08-07
1
-7
/
+21
*
[lit] Remove dead ignoreStdError argument.
Daniel Dunbar
2013-08-07
3
-5
/
+1
*
Move the default back to pipefail. I accidentally reverted it before.
Rafael Espindola
2013-07-26
1
-1
/
+1
*
Propagate pipefail when cloning.
Rafael Espindola
2013-07-26
1
-4
/
+6
*
Use pipefail when available.
Rafael Espindola
2013-07-26
3
-3
/
+8
*
lit: Support cancellation on Windows
Nico Rieck
2013-07-19
1
-0
/
+21
*
Fixed bug when tests in executable partially used absolute paths.
Galina Kistanova
2013-05-30
1
-3
/
+5
*
Revert r182715 and r182758
Alexey Samsonov
2013-05-28
1
-7
/
+5
*
Fixup for r182715: provide correct arg to --gtest-filter
Alexey Samsonov
2013-05-28
1
-1
/
+1
*
Fixed bug when tests in executable partially used absolute paths.
Galina Kistanova
2013-05-26
1
-5
/
+7
*
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
[prev]
[next]