summaryrefslogtreecommitdiffstats
path: root/llvm/utils/lit
Commit message (Expand)AuthorAgeFilesLines
* [lit] Raise the default soft process limit when possibleHal Finkel2015-10-021-0/+22
* Fix passed env var name in lit for Android tests.Evgeniy Stepanov2015-09-041-1/+1
* [lit] Add basic flaky test retry functionalityReid Kleckner2015-09-023-2/+16
* Revert "[lit] Speculatively fix PR24554 by manually closing the process handle"Reid Kleckner2015-08-311-3/+0
* lit: Match UNSUPPORTED against target triple as we do for XFAIL.Peter Collingbourne2015-08-281-0/+7
* [lit] Speculatively fix PR24554 by manually closing the process handleReid Kleckner2015-08-251-0/+3
* [lit] Fix launching executables relative to the cwd after 'cd'Reid Kleckner2015-07-221-1/+8
* [LIT] Fix discovery.py test once againEric Fiselier2015-07-211-4/+4
* [lit] Implement 'env' in the internal shellReid Kleckner2015-07-201-7/+28
* [LIT] Allow for executeCommand to take the stdin input.Eric Fiselier2015-07-191-3/+3
* 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
OpenPOWER on IntegriCloud