summaryrefslogtreecommitdiffstats
path: root/llvm/utils/lit
Commit message (Expand)AuthorAgeFilesLines
* Pass LSAN_OPTIONS down so that it is possible to add suppressions.Rafael Espindola2014-12-231-1/+2
* Split executeShTest into two parts so that it can be better leveraged by libc++Eric Fiselier2014-12-201-13/+18
* [LIT] Add JSONMetricValue type to wrap types supported by the json encoder.Eric Fiselier2014-12-191-0/+36
* Now that we require a newer python, use the new exception syntax.Rafael Espindola2014-12-121-1/+1
* Require python 2.7.Rafael Espindola2014-12-121-2/+0
* [LIT] Add support for `UNSUPPORTED` tag to `TestRunner.parseIntegratedTestScr...Eric Fiselier2014-12-102-19/+29
* lit: Don't use python 2.6 featuresDavid Majnemer2014-12-081-1/+1
* Fix for xunit output to work around issue in Jenkins when tests are at the ro...Chris Matthews2014-12-061-1/+1
* Fix corner cases in lit xunit for paths with dotsChris Matthews2014-12-061-2/+9
* Add a test-case for lit xunit outputChris Matthews2014-12-031-0/+10
* Don't allow test-suite names with . in them in xml outputChris Matthews2014-12-032-6/+8
* Give lit a --xunit-xml-output option for saving results in xunit formatChris Matthews2014-12-022-7/+55
* Handle ASAN_OPTIONS and UBSAN_OPTIONS in TestingConfig.pyRafael Espindola2014-11-031-1/+1
* refactor duplicated code. NFC.Rafael Espindola2014-11-031-5/+5
* [lit] Forward LD_PRELOAD to tests.Rafael Espindola2014-11-031-0/+1
* [lit] Fix Python-3 compatibility, patch by Dan Liew.Daniel Dunbar2014-10-221-2/+2
* [lit] Bump version number.Daniel Dunbar2014-10-221-1/+1
* Fix ShTest parsing error when a keyword line doesn't end with a newline.Daniel Dunbar2014-10-221-0/+4
* Teach Lit to catch OSError exceptions when creating a process during theDan Liew2014-10-201-7/+10
* Initial version of Go bindings.Peter Collingbourne2014-10-161-1/+1
* [lit] Parse all strings as UTF-8 rather than ASCII.Jordan Rose2014-09-124-15/+30
* [LIT] Move display of unsupported and xfail tests to summary. Eric Fiselier2014-08-161-4/+7
* [lit] Add --show-xfail flag to LIT.Eric Fiselier2014-08-021-0/+4
* [lit] Add --show-unsupported flag to LITEric Fiselier2014-07-172-4/+7
* lit: simplify population of the actual_inputs arrayHans Wennborg2014-06-171-3/+3
* Revert "lit: warn when passed invalid pathname" (r210597)Hans Wennborg2014-06-161-5/+3
* lit: warn when passed invalid pathnameHans Wennborg2014-06-101-3/+5
* Add detection of OS X relocatable SDK to compiler-rt as a lit.util functionAlexander Potapenko2014-06-101-0/+17
* Fix test syntax to work with non-bash /bin/sh.Joerg Sonnenberger2014-04-122-3/+3
* [lit] Fix non-function style print statement.Daniel Dunbar2014-03-111-1/+1
* [lit] Bump dev version number.Daniel Dunbar2014-03-101-1/+1
* [lit] Add a README.txt.Daniel Dunbar2014-03-103-0/+11
* [lit] Add --version option.Daniel Dunbar2014-03-101-0/+7
* lit: Provide source locations in cfg files with older Python versionsAlp Toker2014-01-111-7/+8
* lit: execfile() isn't present in Python 3.3Alp Toker2014-01-111-9/+8
* lit: Provide file location in cfg error messagesAlp Toker2014-01-081-9/+11
* Python compatibility fix for r198150Alp Toker2013-12-291-8/+5
* Prospective Python 3 fix for r198150Alp Toker2013-12-291-1/+1
* lit: Incremental test schedulingAlp Toker2013-12-293-2/+36
* Tweak lit/TestingConfig.py Py3-compatible. has_key is dead.NAKAMURA Takumi2013-12-171-1/+1
* lit: multiprocessing platform fix attemptAlp Toker2013-10-281-1/+2
* Clarify the comment about BSD versions in r193465Alp Toker2013-10-271-1/+2
* self.path may be empty or otherwise miss the normal system directories,Joerg Sonnenberger2013-10-261-5/+1
* lit: Issue a note when multiprocessing fails to loadAlp Toker2013-10-261-0/+1
* Fix a referenced before assignment in r193463Alp Toker2013-10-261-0/+1
* lit: handle late multiprocessing errors gracefullyAlp Toker2013-10-262-8/+11
* Attempt to fix the FreeBSD build, disable multiprocessingAlp Toker2013-10-261-1/+2
* Try to fix the openbsd bot.Rafael Espindola2013-10-251-1/+1
* Actually switch the default to use multiprocessingRafael Espindola2013-10-231-1/+1
* [lit] Stop hacking the GIL check interval.Daniel Dunbar2013-10-231-6/+0
OpenPOWER on IntegriCloud