summaryrefslogtreecommitdiffstats
path: root/llvm/utils/lit
Commit message (Expand)AuthorAgeFilesLines
* [lit] Add %:[STpst] to represent paths without colons on Windows.Rui Ueyama2016-04-301-0/+18
* lit: python3 compatibility fixMatthias Braun2016-03-311-1/+8
* [lit][googletest] Handle upstream gtest outputDaniel Dunbar2016-03-314-0/+67
* [lit] Enqueue tests on a separate thread to not hit limits on parallel queuesFilipe Cabecinhas2016-03-171-2/+14
* [lit] Hack lit to allow a test suite to request that it is run "early".Chandler Carruth2016-03-123-2/+14
* The canonical way to XFAIL a test for all targets is XFAIL: *, not XFAIL:Benjamin Kramer2016-02-041-1/+1
* Add "/dev/tty" as a special file name for lit tests.Yunzhong Gao2016-01-271-0/+4
* [lit] Fix handling of per test timeout when the installed psutil versionDan Liew2016-01-131-1/+8
* Revert "Teach the CMake build system to run lit's test suite. These can be run"Dan Liew2016-01-093-50/+2
* Teach the CMake build system to run lit's test suite. These can be runDan Liew2016-01-083-2/+50
* [lit] Implement support of per test timeout in lit.Dan Liew2015-12-2717-32/+585
* lit: Limit number of processes on Windows to 32.Nico Weber2015-12-221-1/+3
* [lit] Fix bug when using Python3 where a failing test would not showDan Liew2015-11-191-1/+3
* [lit] Improve error message when lit fails to executable a command byDan Liew2015-11-131-1/+1
* [lit] Fix bug where ``lit.util.which()`` would return a directoryDan Liew2015-11-131-1/+1
* lit: Show all output with --show-all, even in combination with --succinctMatthias Braun2015-11-111-0/+1
* lit: Add '-a' option to display commands+output of all testsMatthias Braun2015-11-021-4/+9
* lit/TestRunner.py: Factor variable subsitution into an own function; NFCIMatthias Braun2015-10-281-25/+26
* lit/TestRunner.py: Factor out Substitution construction; NFCMatthias Braun2015-10-281-24/+27
* lit/TestRunner.py: Get execdir from test.getExecPath() instead of passing it ...Matthias Braun2015-10-281-5/+5
* lit/TestRunner.py: Make parseIntegratedTestScriptCommands() keyword list a pa...Matthias Braun2015-10-281-3/+3
* Lit: Rework r249161; Move RLIMIT_NPROC to main.py.NAKAMURA Takumi2015-10-152-22/+22
* [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
OpenPOWER on IntegriCloud