aboutsummaryrefslogtreecommitdiff
path: root/llvm/utils/lit/lit
AgeCommit message (Expand)AuthorFilesLines
2016-09-05[lit] Downgrade error to warning on gtest crashes during discovery.Ahmed Bougacha1-2/+2
2016-09-05lit/util.py: Another fix for py3.NAKAMURA Takumi1-0/+2
2016-09-03Make lit/util.py py3-compatible.NAKAMURA Takumi1-1/+1
2016-09-02lit: print process output, if getting the list of google-tests failed.Ivan Krasin2-6/+11
2016-09-02Quick fix to make LIT_PRESERVES_TMP work againReid Kleckner1-1/+2
2016-09-02[lit] Clean up temporary files created by testsReid Kleckner2-11/+28
2016-09-02[lit] Fail testing if a googletest executable crashes during test discoveryGreg Parker2-2/+6
2016-09-01[lit] Use multiprocessing by default on WindowsReid Kleckner1-6/+3
2016-07-21[lit] Use full config path in diagnostics.Daniel Dunbar1-1/+1
2016-07-21[lit] Bump version number.Daniel Dunbar1-2/+2
2016-06-26[lit] Add SANITIZER_IGNORE_CVE_2016_2143 to pass_vars.Marcin Koscielnicki1-1/+2
2016-06-10[lit] Only gather redirected files for command failures.Daniel Dunbar1-10/+11
2016-06-09Revert "[lit] Use os.devnull instead of named temp files"Vedant Kumar1-5/+19
2016-06-09[lit] Use os.devnull instead of named temp filesVedant Kumar1-19/+5
2016-06-08[lit] Ensure we get bytes when reading redirected output files.Daniel Dunbar1-1/+1
2016-06-07[lit] Ignore errors when decoding redirected output.Daniel Dunbar1-1/+1
2016-06-07[lit] Fix an uninitialized var on Windows.Daniel Dunbar1-1/+2
2016-06-07[utils/lit] Show available_features with --show-suites.Daniel Dunbar1-0/+3
2016-06-07[lit] Improve logging with file redirection.Daniel Dunbar1-4/+32
2016-06-02[lit] Improve readability of failing scripts.Daniel Dunbar1-8/+31
2016-06-02[lit] Factor out a helper for shell command results.Daniel Dunbar1-8/+22
2016-06-02Add "REQUIRES-ANY" feature testEric Fiselier1-1/+11
2016-04-30[lit] Add %:[STpst] to represent paths without colons on Windows.Rui Ueyama1-0/+18
2016-03-31lit: python3 compatibility fixMatthias Braun1-1/+8
2016-03-31[lit][googletest] Handle upstream gtest outputDaniel Dunbar1-0/+6
2016-03-17[lit] Enqueue tests on a separate thread to not hit limits on parallel queuesFilipe Cabecinhas1-2/+14
2016-03-12[lit] Hack lit to allow a test suite to request that it is run "early".Chandler Carruth3-2/+14
2016-02-04The canonical way to XFAIL a test for all targets is XFAIL: *, not XFAIL:Benjamin Kramer1-1/+1
2016-01-27Add "/dev/tty" as a special file name for lit tests.Yunzhong Gao1-0/+4
2016-01-13[lit] Fix handling of per test timeout when the installed psutil versionDan Liew1-1/+8
2015-12-27[lit] Implement support of per test timeout in lit.Dan Liew6-31/+295
2015-12-22lit: Limit number of processes on Windows to 32.Nico Weber1-1/+3
2015-11-19[lit] Fix bug when using Python3 where a failing test would not showDan Liew1-1/+3
2015-11-13[lit] Improve error message when lit fails to executable a command byDan Liew1-1/+1
2015-11-13[lit] Fix bug where ``lit.util.which()`` would return a directoryDan Liew1-1/+1
2015-11-11lit: Show all output with --show-all, even in combination with --succinctMatthias Braun1-0/+1
2015-11-02lit: Add '-a' option to display commands+output of all testsMatthias Braun1-4/+9
2015-10-28lit/TestRunner.py: Factor variable subsitution into an own function; NFCIMatthias Braun1-25/+26
2015-10-28lit/TestRunner.py: Factor out Substitution construction; NFCMatthias Braun1-24/+27
2015-10-28lit/TestRunner.py: Get execdir from test.getExecPath() instead of passing it ...Matthias Braun1-5/+5
2015-10-28lit/TestRunner.py: Make parseIntegratedTestScriptCommands() keyword list a pa...Matthias Braun1-3/+3
2015-10-15Lit: Rework r249161; Move RLIMIT_NPROC to main.py.NAKAMURA Takumi2-22/+22
2015-10-02[lit] Raise the default soft process limit when possibleHal Finkel1-0/+22
2015-09-04Fix passed env var name in lit for Android tests.Evgeniy Stepanov1-1/+1
2015-09-02[lit] Add basic flaky test retry functionalityReid Kleckner3-2/+16
2015-08-31Revert "[lit] Speculatively fix PR24554 by manually closing the process handle"Reid Kleckner1-3/+0
2015-08-28lit: Match UNSUPPORTED against target triple as we do for XFAIL.Peter Collingbourne1-0/+7
2015-08-25[lit] Speculatively fix PR24554 by manually closing the process handleReid Kleckner1-0/+3
2015-07-22[lit] Fix launching executables relative to the cwd after 'cd'Reid Kleckner1-1/+8
2015-07-20[lit] Implement 'env' in the internal shellReid Kleckner1-7/+28