summaryrefslogtreecommitdiffstats
path: root/llvm/utils/lit/tests/Inputs
Commit message (Expand)AuthorAgeFilesLines
* make XFAIL, REQUIRES, and UNSUPPORTED support multi-line expressionsEric Fiselier2019-01-201-0/+6
* [lit] Respect PYTHONPATHDavid Greene2019-01-071-1/+9
* Python compat - print statementSerge Guelton2019-01-032-1/+4
* [lit] Disable shtest-timeout on WindowsStella Stamenova2018-09-101-3/+1
* [lit, shtest-timeout] Always use an internal shell for the shtest-timeout to ...Stella Stamenova2018-08-281-1/+3
* [lit, python3] Update lit error logging to work correctly in python3 and othe...Stella Stamenova2018-08-073-3/+3
* [lit, tests] Fix failing lit test: shtest-format.pyStella Stamenova2018-08-071-1/+1
* [lit, python] Always add quotes around the python path in litStella Stamenova2018-08-068-26/+26
* [lit] Report line number for failed RUN commandJoel E. Denny2018-05-318-0/+41
* Revert r333584: [lit] Report line number for failed RUN commandJoel E. Denny2018-05-308-41/+0
* [lit] Report line number for failed RUN commandJoel E. Denny2018-05-308-0/+41
* [lit] Try to make `shtest-timeout.py` test more reliable by using aDan Liew2018-05-221-2/+2
* [lit] Don't run `slow.py` in `shtest-timeout.py` test.Dan Liew2018-05-221-9/+0
* Escape ]]> in xunit xml outputAlexander Richardson2018-05-161-2/+2
* [LIT] Move xunit tests tests into their own location, and and add failuresChris Matthews2018-05-103-1/+49
* [LIT] Add the missing fileChris Matthews2018-05-101-0/+7
* Revert r330755 "[lit] Report line number for failed RUN command"Reid Kleckner2018-04-258-38/+0
* [lit] Report line number for failed RUN commandJoel E. Denny2018-04-248-0/+38
* [lit] Remove a timing senstive part of `shtest-timeout.py`Dan Liew2018-03-281-24/+0
* Revert "Revert "[lit] Generalized /dev/null support on Windows.""Mircea Trofin2018-03-272-0/+28
* Revert "[lit] Generalized /dev/null support on Windows."Mircea Trofin2018-03-262-28/+0
* [lit] Generalized /dev/null support on Windows.Mircea Trofin2018-03-262-0/+28
* [lit] Implement 'cat' command for internal shellReid Kleckner2018-03-264-0/+90
* [lit] - Allow 1 test to report multiple micro-test results to provide support...Brian Homerding2018-03-133-0/+78
* [lit] Implement "-r" option for builtin "diff" command + a test using that.Max Moroz2018-01-098-0/+75
* [lit] Implement non-pipelined ‘mkdir’, ‘diff’ and ‘rm’ commands i...Ying Yi2017-12-0116-0/+161
* Reverted rL318911 since it broke the sanitizer-windows.Ying Yi2017-11-2316-156/+0
* [lit] Implement non-pipelined ‘mkdir’, ‘diff’ and ‘rm’ commands i...Ying Yi2017-11-2316-0/+156
* Revert "lit.py: Add new %{shared_output(LABEL)} substitution"Jordan Rose2017-10-144-9/+0
* lit.py: Add new %{shared_output(LABEL)} substitutionJordan Rose2017-10-134-0/+9
* [lit] Actually do normalize the case of files in the config map.Zachary Turner2017-09-211-1/+3
* [lit] Don't norm case when inserting into the config map.Zachary Turner2017-09-212-2/+2
* [lit] Add a test for the builtin config map.Zachary Turner2017-09-216-0/+24
* [lit] Make lit support config files with .py extension.Zachary Turner2017-09-211-0/+5
* [lit] support unsetting env variables (again!)Ben Dunbobbin2017-08-186-0/+76
* Revert "[lit] Avoid copying llvm/utils/lit/tests/Inputs with lit site configs"Reid Kleckner2017-08-021-3/+0
* [lit] Avoid copying llvm/utils/lit/tests/Inputs with lit site configsReid Kleckner2017-07-311-0/+3
* lit::shtest-format.py: Make write-bad-encoding.py py3-aware.NAKAMURA Takumi2017-07-291-1/+1
* [lit] Use a %{python} substitution to avoid relying on python being on PATHReid Kleckner2017-07-285-9/+7
* [lit] Fix shtest-format external_shell failuresReid Kleckner2017-07-283-4/+7
* [lit] Port googletest lit tests to WindowsReid Kleckner2017-07-283-0/+0
* [lit] Fix order of checks in shtest-shell.py testBrian Gesiak2017-07-272-0/+10
* [lit] Fix race between shtest-shell and max-failures testsReid Kleckner2017-07-261-0/+6
* [lit] Fix shtest-shell and max-failures lit tests on WindowsReid Kleckner2017-07-265-10/+10
* [lit] Implement timeouts and max_time for process pool testingReid Kleckner2017-04-062-38/+42
* Reinstate "r292904 - [lit] Allow boolean expressions in REQUIRES and XFAILGreg Parker2017-01-259-3/+37
* Revert "r292904 - [lit] Allow boolean expressions in REQUIRES and XFAILAlex Lorenz2017-01-249-37/+3
* [lit] Allow boolean expressions in REQUIRES and XFAIL and UNSUPPORTEDGreg Parker2017-01-249-3/+37
* Revert "[lit] Allow boolean expressions in REQUIRES and XFAIL and UNSUPPORTED"Greg Parker2017-01-2412-40/+7
* [lit] Allow boolean expressions in REQUIRES and XFAIL and UNSUPPORTEDGreg Parker2017-01-2412-7/+40
OpenPOWER on IntegriCloud