summaryrefslogtreecommitdiffstats
path: root/llvm/utils/lit/tests
Commit message (Expand)AuthorAgeFilesLines
* Revert r366980: "[lit] Protect full test suite from FILECHECK_OPTS"Joel E. Denny2019-08-012-10/+3
* Revert r367123: "[llvm] [lit/tests] Replace 'env -u' with more portable const...Joel E. Denny2019-08-011-1/+1
* [llvm] [lit/tests] Replace 'env -u' with more portable constructMichal Gorny2019-07-261-1/+1
* [lit] Protect full test suite from FILECHECK_OPTSJoel E. Denny2019-07-252-3/+10
* [AIX][lit] Don't depend on psutil on AIXDavid Tenty2019-07-243-9/+10
* [lit] Parse command-line options from LIT_OPTSJoel E. Denny2019-07-083-0/+41
* [lit] Fix UnicodeEncodeError when test commands contain non-ASCII charsMichal Gorny2019-06-142-2/+5
* lit: modernize the lit configuration for the lit testsStella Stamenova2019-05-293-33/+17
* Use UNSUPPORTED: windows in shtest-timeout.py. Apparently system-windows does...Stella Stamenova2019-05-091-1/+3
* Use UNSUPPORTED: system-windows instead of REQUIRES: nowindows or UNSUPPORTED...Stella Stamenova2019-05-091-1/+1
* Re-enable lit test shtest-timeout.py on non-Windows.Paul Robinson2019-05-091-1/+1
* [lit][tests][AIX] Update expected form of diagnostic messages; use `not` to n...Hubert Tong2019-05-013-4/+4
* Add Support for Creating and Deleting Unicode Files and Directories in LitSerge Guelton2019-02-282-0/+8
* Fixed typos in a test: s/CEHCK/CHECK/Dmitri Gribenko2019-02-281-7/+7
* [lit] Allow setting parallelism groups to NoneJulian Lettner2019-02-264-0/+34
* [lit] Remove LitTestCaseJulian Lettner2019-02-164-26/+0
* [lit][NFC] Cleanup copy&paste naming mistakeJulian Lettner2019-02-152-5/+5
* [lit] Remove --single-process option (use -j1 instead)Julian Lettner2019-02-141-1/+1
* [lit] Set --single-process for single tests and --threads=1Julian Lettner2019-02-142-2/+1
* make XFAIL, REQUIRES, and UNSUPPORTED support multi-line expressionsEric Fiselier2019-01-202-1/+29
* [lit] Make it possible for the lit test suite to pass withDan Liew2019-01-101-1/+1
* [lit] Respect PYTHONPATHDavid Greene2019-01-072-2/+18
* Python compat - print statementSerge Guelton2019-01-032-1/+4
* [lit] Disable shtest-timeout on WindowsStella Stamenova2018-09-102-5/+3
* [lit, shtest-timeout] Always use an internal shell for the shtest-timeout to ...Stella Stamenova2018-08-281-1/+3
* [lit] Disable shtest-timeout on WindowsStella Stamenova2018-08-071-0/+3
* [lit, python3] Update lit error logging to work correctly in python3 and othe...Stella Stamenova2018-08-075-7/+4
* [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-069-27/+28
* [lit] Move the shtest-xunit-output check lines into shtest-formatJustin Bogner2018-07-232-86/+86
* Relax shtest-run-at-line.pyHans Wennborg2018-06-062-18/+7
* [lit] Fix windows cmd.exe test config for r333620Joel E. Denny2018-05-312-8/+8
* [lit] Terminate ": RUN at line N" with ";" not "&&"Joel E. Denny2018-05-313-16/+16
* [lit] Report line number for failed RUN commandJoel E. Denny2018-05-3115-6/+140
* Revert r333584: [lit] Report line number for failed RUN commandJoel E. Denny2018-05-3015-140/+6
* [lit] Report line number for failed RUN commandJoel E. Denny2018-05-3015-6/+140
* Use quoteattr to ensure we make well formed attributesChris Matthews2018-05-252-26/+26
* [lit] Try to make `shtest-timeout.py` test more reliable by using aDan Liew2018-05-222-6/+11
* [lit] Don't run `slow.py` in `shtest-timeout.py` test.Dan Liew2018-05-222-27/+2
* [lit] Don't check output of commands used in `shtest-timeout.py` test.Dan Liew2018-05-221-6/+0
* Mark test with "REQUIRES: shell" since it directly invokes "sh" and was faili...Douglas Yung2018-05-171-0/+2
* Escape ]]> in xunit xml outputAlexander Richardson2018-05-162-3/+5
* remove output xml incase it is leftover from another runChris Matthews2018-05-161-0/+1
* Use not to catch unexpected pass as well as remove old test resultsChris Matthews2018-05-161-1/+2
* Add the message attribute to skippedChris Matthews2018-05-111-5/+5
* [LIT] replace output escapes wit a cdata blockChris Matthews2018-05-111-3/+1
* Support Unsupported Tests in xunit outputChris Matthews2018-05-112-7/+12
* [LIT] Move xunit tests tests into their own location, and and add failuresChris Matthews2018-05-105-9/+59
* [LIT] Add the missing fileChris Matthews2018-05-101-0/+7
* Refactor test incase results are backwardsChris Matthews2018-05-101-14/+3
OpenPOWER on IntegriCloud