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
*
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
*
lit: warn when passed invalid pathname
Hans Wennborg
2014-06-10
1
-3
/
+5
*
Add detection of OS X relocatable SDK to compiler-rt as a lit.util function
Alexander Potapenko
2014-06-10
1
-0
/
+17
*
Fix test syntax to work with non-bash /bin/sh.
Joerg Sonnenberger
2014-04-12
2
-3
/
+3
*
[lit] Fix non-function style print statement.
Daniel Dunbar
2014-03-11
1
-1
/
+1
*
[lit] Bump dev version number.
Daniel Dunbar
2014-03-10
1
-1
/
+1
*
[lit] Add a README.txt.
Daniel Dunbar
2014-03-10
3
-0
/
+11
*
[lit] Add --version option.
Daniel Dunbar
2014-03-10
1
-0
/
+7
*
lit: Provide source locations in cfg files with older Python versions
Alp Toker
2014-01-11
1
-7
/
+8
*
lit: execfile() isn't present in Python 3.3
Alp Toker
2014-01-11
1
-9
/
+8
*
lit: Provide file location in cfg error messages
Alp Toker
2014-01-08
1
-9
/
+11
*
Python compatibility fix for r198150
Alp Toker
2013-12-29
1
-8
/
+5
*
Prospective Python 3 fix for r198150
Alp Toker
2013-12-29
1
-1
/
+1
*
lit: Incremental test scheduling
Alp Toker
2013-12-29
3
-2
/
+36
*
Tweak lit/TestingConfig.py Py3-compatible. has_key is dead.
NAKAMURA Takumi
2013-12-17
1
-1
/
+1
*
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
[next]