summaryrefslogtreecommitdiffstats
path: root/llvm/utils/lit
Commit message (Expand)AuthorAgeFilesLines
* Pass 2 more variables to lit tests.Evgeniy Stepanov2015-06-231-1/+1
* [LIT] Fix failing LIT testsEric Fiselier2015-06-134-6/+8
* lit: Allow configurations to restrict the set of tests to runArnold Schwaighofer2015-06-012-1/+14
* Lit: Allow overriding llvm tool paths+arguments, make -D an alias for --paramMatthias Braun2015-05-041-1/+1
* [lit] Allow disabling an entire gtest suite, as is done in tsanReid Kleckner2015-04-071-1/+2
* [lit] Skip gtest names starting with DISABLED_Reid Kleckner2015-04-061-0/+4
* [lit] Fix running gtest type-parameterized tests on WindowsReid Kleckner2015-04-061-4/+11
* lit: Add 'cd' support to the internal shell and port some testsReid Kleckner2015-03-021-13/+39
* Don't warn or note if bash is missingReid Kleckner2015-02-041-2/+0
* Fix some bashims. More information on https://wiki.ubuntu.com/DashAsBinSh. Re...Sylvestre Ledru2015-02-011-1/+1
* [lit] Format JSONMetricValue strings better.Eric Fiselier2015-01-211-1/+2
* Don't set LD_PRELOAD to ''. It doesn't work on OpenBSD.Rafael Espindola2015-01-141-1/+5
* [LIT] Remove string decoding in gtest discovery code. lit.util.capture now do...Eric Fiselier2015-01-121-1/+0
* [LIT] Decode string result in lit.util.captureEric Fiselier2015-01-121-9/+9
* 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
OpenPOWER on IntegriCloud