index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
utils
/
lit
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lit] Add %:[STpst] to represent paths without colons on Windows.
Rui Ueyama
2016-04-30
1
-0
/
+18
*
lit: python3 compatibility fix
Matthias Braun
2016-03-31
1
-1
/
+8
*
[lit][googletest] Handle upstream gtest output
Daniel Dunbar
2016-03-31
4
-0
/
+67
*
[lit] Enqueue tests on a separate thread to not hit limits on parallel queues
Filipe Cabecinhas
2016-03-17
1
-2
/
+14
*
[lit] Hack lit to allow a test suite to request that it is run "early".
Chandler Carruth
2016-03-12
3
-2
/
+14
*
The canonical way to XFAIL a test for all targets is XFAIL: *, not XFAIL:
Benjamin Kramer
2016-02-04
1
-1
/
+1
*
Add "/dev/tty" as a special file name for lit tests.
Yunzhong Gao
2016-01-27
1
-0
/
+4
*
[lit] Fix handling of per test timeout when the installed psutil version
Dan Liew
2016-01-13
1
-1
/
+8
*
Revert "Teach the CMake build system to run lit's test suite. These can be run"
Dan Liew
2016-01-09
3
-50
/
+2
*
Teach the CMake build system to run lit's test suite. These can be run
Dan Liew
2016-01-08
3
-2
/
+50
*
[lit] Implement support of per test timeout in lit.
Dan Liew
2015-12-27
17
-32
/
+585
*
lit: Limit number of processes on Windows to 32.
Nico Weber
2015-12-22
1
-1
/
+3
*
[lit] Fix bug when using Python3 where a failing test would not show
Dan Liew
2015-11-19
1
-1
/
+3
*
[lit] Improve error message when lit fails to executable a command by
Dan Liew
2015-11-13
1
-1
/
+1
*
[lit] Fix bug where ``lit.util.which()`` would return a directory
Dan Liew
2015-11-13
1
-1
/
+1
*
lit: Show all output with --show-all, even in combination with --succinct
Matthias Braun
2015-11-11
1
-0
/
+1
*
lit: Add '-a' option to display commands+output of all tests
Matthias Braun
2015-11-02
1
-4
/
+9
*
lit/TestRunner.py: Factor variable subsitution into an own function; NFCI
Matthias Braun
2015-10-28
1
-25
/
+26
*
lit/TestRunner.py: Factor out Substitution construction; NFC
Matthias Braun
2015-10-28
1
-24
/
+27
*
lit/TestRunner.py: Get execdir from test.getExecPath() instead of passing it ...
Matthias Braun
2015-10-28
1
-5
/
+5
*
lit/TestRunner.py: Make parseIntegratedTestScriptCommands() keyword list a pa...
Matthias Braun
2015-10-28
1
-3
/
+3
*
Lit: Rework r249161; Move RLIMIT_NPROC to main.py.
NAKAMURA Takumi
2015-10-15
2
-22
/
+22
*
[lit] Raise the default soft process limit when possible
Hal Finkel
2015-10-02
1
-0
/
+22
*
Fix passed env var name in lit for Android tests.
Evgeniy Stepanov
2015-09-04
1
-1
/
+1
*
[lit] Add basic flaky test retry functionality
Reid Kleckner
2015-09-02
3
-2
/
+16
*
Revert "[lit] Speculatively fix PR24554 by manually closing the process handle"
Reid Kleckner
2015-08-31
1
-3
/
+0
*
lit: Match UNSUPPORTED against target triple as we do for XFAIL.
Peter Collingbourne
2015-08-28
1
-0
/
+7
*
[lit] Speculatively fix PR24554 by manually closing the process handle
Reid Kleckner
2015-08-25
1
-0
/
+3
*
[lit] Fix launching executables relative to the cwd after 'cd'
Reid Kleckner
2015-07-22
1
-1
/
+8
*
[LIT] Fix discovery.py test once again
Eric Fiselier
2015-07-21
1
-4
/
+4
*
[lit] Implement 'env' in the internal shell
Reid Kleckner
2015-07-20
1
-7
/
+28
*
[LIT] Allow for executeCommand to take the stdin input.
Eric Fiselier
2015-07-19
1
-3
/
+3
*
Pass 2 more variables to lit tests.
Evgeniy Stepanov
2015-06-23
1
-1
/
+1
*
[LIT] Fix failing LIT tests
Eric Fiselier
2015-06-13
4
-6
/
+8
*
lit: Allow configurations to restrict the set of tests to run
Arnold Schwaighofer
2015-06-01
2
-1
/
+14
*
Lit: Allow overriding llvm tool paths+arguments, make -D an alias for --param
Matthias Braun
2015-05-04
1
-1
/
+1
*
[lit] Allow disabling an entire gtest suite, as is done in tsan
Reid Kleckner
2015-04-07
1
-1
/
+2
*
[lit] Skip gtest names starting with DISABLED_
Reid Kleckner
2015-04-06
1
-0
/
+4
*
[lit] Fix running gtest type-parameterized tests on Windows
Reid Kleckner
2015-04-06
1
-4
/
+11
*
lit: Add 'cd' support to the internal shell and port some tests
Reid Kleckner
2015-03-02
1
-13
/
+39
*
Don't warn or note if bash is missing
Reid Kleckner
2015-02-04
1
-2
/
+0
*
Fix some bashims. More information on https://wiki.ubuntu.com/DashAsBinSh. Re...
Sylvestre Ledru
2015-02-01
1
-1
/
+1
*
[lit] Format JSONMetricValue strings better.
Eric Fiselier
2015-01-21
1
-1
/
+2
*
Don't set LD_PRELOAD to ''. It doesn't work on OpenBSD.
Rafael Espindola
2015-01-14
1
-1
/
+5
*
[LIT] Remove string decoding in gtest discovery code. lit.util.capture now do...
Eric Fiselier
2015-01-12
1
-1
/
+0
*
[LIT] Decode string result in lit.util.capture
Eric Fiselier
2015-01-12
1
-9
/
+9
*
Pass LSAN_OPTIONS down so that it is possible to add suppressions.
Rafael Espindola
2014-12-23
1
-1
/
+2
*
Split executeShTest into two parts so that it can be better leveraged by libc++
Eric Fiselier
2014-12-20
1
-13
/
+18
*
[LIT] Add JSONMetricValue type to wrap types supported by the json encoder.
Eric Fiselier
2014-12-19
1
-0
/
+36
*
Now that we require a newer python, use the new exception syntax.
Rafael Espindola
2014-12-12
1
-1
/
+1
[next]