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] 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
*
Require python 2.7.
Rafael Espindola
2014-12-12
1
-2
/
+0
*
[LIT] Add support for `UNSUPPORTED` tag to `TestRunner.parseIntegratedTestScr...
Eric Fiselier
2014-12-10
2
-19
/
+29
*
lit: Don't use python 2.6 features
David Majnemer
2014-12-08
1
-1
/
+1
*
Fix for xunit output to work around issue in Jenkins when tests are at the ro...
Chris Matthews
2014-12-06
1
-1
/
+1
*
Fix corner cases in lit xunit for paths with dots
Chris Matthews
2014-12-06
1
-2
/
+9
*
Add a test-case for lit xunit output
Chris Matthews
2014-12-03
1
-0
/
+10
*
Don't allow test-suite names with . in them in xml output
Chris Matthews
2014-12-03
2
-6
/
+8
*
Give lit a --xunit-xml-output option for saving results in xunit format
Chris Matthews
2014-12-02
2
-7
/
+55
*
Handle ASAN_OPTIONS and UBSAN_OPTIONS in TestingConfig.py
Rafael Espindola
2014-11-03
1
-1
/
+1
*
refactor duplicated code. NFC.
Rafael Espindola
2014-11-03
1
-5
/
+5
*
[lit] Forward LD_PRELOAD to tests.
Rafael Espindola
2014-11-03
1
-0
/
+1
*
[lit] Fix Python-3 compatibility, patch by Dan Liew.
Daniel Dunbar
2014-10-22
1
-2
/
+2
*
[lit] Bump version number.
Daniel Dunbar
2014-10-22
1
-1
/
+1
*
Fix ShTest parsing error when a keyword line doesn't end with a newline.
Daniel Dunbar
2014-10-22
1
-0
/
+4
*
Teach Lit to catch OSError exceptions when creating a process during the
Dan Liew
2014-10-20
1
-7
/
+10
*
Initial version of Go bindings.
Peter Collingbourne
2014-10-16
1
-1
/
+1
*
[lit] Parse all strings as UTF-8 rather than ASCII.
Jordan Rose
2014-09-12
4
-15
/
+30
*
[LIT] Move display of unsupported and xfail tests to summary.
Eric Fiselier
2014-08-16
1
-4
/
+7
*
[lit] Add --show-xfail flag to LIT.
Eric Fiselier
2014-08-02
1
-0
/
+4
*
[lit] Add --show-unsupported flag to LIT
Eric Fiselier
2014-07-17
2
-4
/
+7
*
lit: simplify population of the actual_inputs array
Hans Wennborg
2014-06-17
1
-3
/
+3
*
Revert "lit: warn when passed invalid pathname" (r210597)
Hans Wennborg
2014-06-16
1
-5
/
+3
[next]