index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
utils
/
lit
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update aosp/master LLVM for rebase to r235153
Pirama Arumuga Nainar
2015-05-18
1
-4
/
+16
*
Update aosp/master llvm for rebase to r233350
Pirama Arumuga Nainar
2015-04-09
1
-13
/
+39
*
Update aosp/master LLVM for rebase to r230699.
Stephen Hines
2015-03-23
6
-16
/
+18
*
Pass LSAN_OPTIONS down so that it is possible to add suppressions.
Rafael Espindola
2015-01-08
1
-1
/
+2
*
Split executeShTest into two parts so that it can be better leveraged by libc++
Eric Fiselier
2015-01-08
1
-13
/
+18
*
[LIT] Add JSONMetricValue type to wrap types supported by the json encoder.
Eric Fiselier
2015-01-08
1
-0
/
+36
*
Now that we require a newer python, use the new exception syntax.
Rafael Espindola
2015-01-08
1
-1
/
+1
*
Require python 2.7.
Rafael Espindola
2015-01-08
1
-2
/
+0
*
[LIT] Add support for `UNSUPPORTED` tag to `TestRunner.parseIntegratedTestScr...
Eric Fiselier
2015-01-08
2
-19
/
+29
*
lit: Don't use python 2.6 features
David Majnemer
2015-01-08
1
-1
/
+1
*
Fix for xunit output to work around issue in Jenkins when tests are at the ro...
Chris Matthews
2015-01-08
1
-1
/
+1
*
Fix corner cases in lit xunit for paths with dots
Chris Matthews
2015-01-08
1
-2
/
+9
*
Add a test-case for lit xunit output
Chris Matthews
2015-01-08
1
-0
/
+10
*
Don't allow test-suite names with . in them in xml output
Chris Matthews
2015-01-08
2
-6
/
+8
*
Give lit a --xunit-xml-output option for saving results in xunit format
Chris Matthews
2015-01-08
2
-7
/
+55
*
Update aosp/master LLVM for rebase to r222494.
Stephen Hines
2014-12-02
9
-34
/
+67
*
Update LLVM for rebase to r212749.
Stephen Hines
2014-07-21
2
-3
/
+20
*
Update LLVM for 3.5 rebase (r209712).
Stephen Hines
2014-05-29
2
-3
/
+3
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
8
-14
/
+65
*
lit: multiprocessing platform fix attempt
Alp Toker
2013-10-28
1
-1
/
+2
*
Clarify the comment about BSD versions in r193465
Alp Toker
2013-10-27
1
-1
/
+2
*
self.path may be empty or otherwise miss the normal system directories,
Joerg Sonnenberger
2013-10-26
1
-5
/
+1
*
lit: Issue a note when multiprocessing fails to load
Alp Toker
2013-10-26
1
-0
/
+1
*
Fix a referenced before assignment in r193463
Alp Toker
2013-10-26
1
-0
/
+1
*
lit: handle late multiprocessing errors gracefully
Alp Toker
2013-10-26
2
-8
/
+11
*
Attempt to fix the FreeBSD build, disable multiprocessing
Alp Toker
2013-10-26
1
-1
/
+2
*
Try to fix the openbsd bot.
Rafael Espindola
2013-10-25
1
-1
/
+1
*
Actually switch the default to use multiprocessing
Rafael Espindola
2013-10-23
1
-1
/
+1
*
[lit] Stop hacking the GIL check interval.
Daniel Dunbar
2013-10-23
1
-6
/
+0
*
[lit] Use multiprocessing based parallelism by default, on Unix.
Daniel Dunbar
2013-10-23
1
-3
/
+7
*
Lit: LIT_PRESERVES_TMP should be aware of TMPDIR, too.
NAKAMURA Takumi
2013-10-17
1
-2
/
+3
*
Lit: Introduce an environment variable, $LIT_PRESERVES_TMP, to preserve TMP (...
NAKAMURA Takumi
2013-10-17
1
-0
/
+9
*
[lit] Add an --output option, for writing results in a machine readable form.
Daniel Dunbar
2013-09-14
5
-3
/
+96
*
[lit] Add support for attach arbitrary metrics to test results.
Daniel Dunbar
2013-09-11
5
-2
/
+119
*
[lit] Allow config files to pass arbitrary values to child configs.
Daniel Dunbar
2013-09-03
4
-12
/
+8
*
[lit] [tests] Add missing test input file.
Daniel Dunbar
2013-08-29
1
-0
/
+6
*
[lit] Fix internal shell's argv[0] handling.
Daniel Dunbar
2013-08-29
2
-3
/
+5
*
[lit] Add support for multiprocessing, under --use-processes for now.
Daniel Dunbar
2013-08-29
3
-39
/
+115
*
[lit] Implement --max-time support by using provider cancel method.
Daniel Dunbar
2013-08-29
1
-10
/
+16
*
[lit] Refactor test execution logic into lit.run.Run.
Daniel Dunbar
2013-08-29
2
-123
/
+158
*
[lit] Put display lock inside the ThreadResultsConsumer.
Daniel Dunbar
2013-08-29
1
-17
/
+9
*
[lit] Factor out a results consumer interface for test execution.
Daniel Dunbar
2013-08-29
1
-20
/
+44
*
[lit] Move top-level execute code into Run object.
Daniel Dunbar
2013-08-29
4
-41
/
+49
*
[lit] Factor out Run class to capture configuration + discovered tests.
Daniel Dunbar
2013-08-29
2
-18
/
+29
*
[lit] Change lit.Test.ResultCode to be unique across pickling.
Daniel Dunbar
2013-08-29
1
-0
/
+11
*
[lit] Add a TODO.
Daniel Dunbar
2013-08-29
1
-0
/
+29
*
[lit] Update shtest format to return lit.Test.Result objects.
Daniel Dunbar
2013-08-29
1
-40
/
+21
*
[lit] Update LitTestCase to support lit.Test.Result.
Daniel Dunbar
2013-08-29
1
-5
/
+13
*
[lit] Fix a couple lingering Py3 compat issues in ProgressBar.
Daniel Dunbar
2013-08-21
1
-4
/
+12
*
[lit] Lift XFAIL handling to core infrastructure.
Daniel Dunbar
2013-08-21
3
-36
/
+48
[next]