summaryrefslogtreecommitdiffstats
path: root/llvm/utils/lit
Commit message (Expand)AuthorAgeFilesLines
* [lit] Use full config path in diagnostics.Daniel Dunbar2016-07-211-1/+1
* [lit] Bump version number.Daniel Dunbar2016-07-211-2/+2
* [lit] Add SANITIZER_IGNORE_CVE_2016_2143 to pass_vars.Marcin Koscielnicki2016-06-261-1/+2
* [lit] Only gather redirected files for command failures.Daniel Dunbar2016-06-101-10/+11
* Revert "[lit] Use os.devnull instead of named temp files"Vedant Kumar2016-06-091-5/+19
* [lit] Use os.devnull instead of named temp filesVedant Kumar2016-06-091-19/+5
* [lit] Ensure we get bytes when reading redirected output files.Daniel Dunbar2016-06-081-1/+1
* [lit] Ignore errors when decoding redirected output.Daniel Dunbar2016-06-071-1/+1
* [lit] Fix an uninitialized var on Windows.Daniel Dunbar2016-06-071-1/+2
* [utils/lit] Show available_features with --show-suites.Daniel Dunbar2016-06-071-0/+3
* [lit] Improve logging with file redirection.Daniel Dunbar2016-06-074-9/+39
* [lit] Improve readability of failing scripts.Daniel Dunbar2016-06-026-14/+69
* [lit] Factor out a helper for shell command results.Daniel Dunbar2016-06-021-8/+22
* Add "REQUIRES-ANY" feature testEric Fiselier2016-06-024-3/+19
* [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
OpenPOWER on IntegriCloud