summaryrefslogtreecommitdiffstats
path: root/llvm/utils/lit/tests
Commit message (Expand)AuthorAgeFilesLines
* [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
* [LIT] Handle xml characters in test namesChris Matthews2018-05-092-1/+13
* Revert r330755 "[lit] Report line number for failed RUN command"Reid Kleckner2018-04-2514-131/+7
* [lit] Report line number for failed RUN commandJoel E. Denny2018-04-2414-7/+131
* [lit] Remove spurious `-` in invocation of lit inDan Liew2018-04-241-1/+1
* [lit] Fix a bug where UNRESOLVED tests were not handled in the XUnitDan Liew2018-04-201-0/+78
* Revert "[lit] Temporarily disable shtest-timeout.py on darwin"Dan Liew2018-03-281-4/+1
* [lit] Remove a timing senstive part of `shtest-timeout.py`Dan Liew2018-03-282-52/+2
* Revert "Revert "[lit] Generalized /dev/null support on Windows.""Mircea Trofin2018-03-272-0/+28
* [lit] Temporarily disable shtest-timeout.py on darwinJan Korous2018-03-271-1/+4
* 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-266-2/+107
* [lit] - Allow 1 test to report multiple micro-test results to provide support...Brian Homerding2018-03-135-0/+150
* Losen time contraint to accommodate system loadsLei Huang2018-02-281-1/+1
* [lit] Implement "-r" option for builtin "diff" command + a test using that.Max Moroz2018-01-0910-2/+132
* [lit] Implement non-pipelined ‘mkdir’, ‘diff’ and ‘rm’ commands i...Ying Yi2017-12-0118-2/+279
* Make check-lit tests respect LLVM_LIT_TOOLS_DIRGreg Bedwell2017-11-293-5/+9
* Reverted rL318911 since it broke the sanitizer-windows.Ying Yi2017-11-2318-273/+2
* [lit] Implement non-pipelined ‘mkdir’, ‘diff’ and ‘rm’ commands i...Ying Yi2017-11-2318-2/+273
* Revert "lit.py: Add new %{shared_output(LABEL)} substitution"Jordan Rose2017-10-145-25/+0
* lit.py: Give up and disable the new shared-output.py test on WindowsJordan Rose2017-10-141-0/+3
* lit.py: Previous test fix was a red herring; backslashes are escapesJordan Rose2017-10-141-1/+1
* lit.py: Fix new test harder for systems that don't use / as os.path.sepJordan Rose2017-10-141-1/+1
OpenPOWER on IntegriCloud