summaryrefslogtreecommitdiffstats
path: root/llvm/utils/lit
Commit message (Expand)AuthorAgeFilesLines
* [FileCheck] Parse command-line options from FILECHECK_OPTSJoel E. Denny2018-11-061-1/+1
* Refactor the lit configuration filesZachary Turner2018-11-021-0/+2
* [lit] Only return a found bash executable on Windows if it can understand Win...Greg Bedwell2018-10-231-0/+16
* make lit builtins a packageChris Matthews2018-09-281-0/+0
* lit: Make sure the builtin_commands directory is packaged by setup.pyTom Stellard2018-09-261-0/+1
* Fix lit/example/many-tests pickling issueAlex Langford2018-09-142-20/+23
* [lit] Disable shtest-timeout on WindowsStella Stamenova2018-09-102-5/+3
* lit: Use sys.executable for executing builtin commandsTom Stellard2018-08-311-1/+1
* [lit, shtest-timeout] Always use an internal shell for the shtest-timeout to ...Stella Stamenova2018-08-281-1/+3
* [CMake] Use normalized Windows target triplesPetr Hosek2018-08-091-9/+9
* [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-077-11/+13
* [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-0610-28/+30
* lit: bump version numberHans Wennborg2018-08-021-1/+1
* [lit] Move the shtest-xunit-output check lines into shtest-formatJustin Bogner2018-07-232-86/+86
* [FileCheck] Provide an option for FileCheck to dump original input to stderr ...George Karpenkov2018-07-201-1/+2
* Relax shtest-run-at-line.pyHans Wennborg2018-06-062-18/+7
* [Analyzer] Fix the Z3 lit test configVlad Tsyrklevich2018-06-061-1/+1
* [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-314-20/+20
* [lit] Report line number for failed RUN commandJoel E. Denny2018-05-3116-11/+181
* Revert r333584: [lit] Report line number for failed RUN commandJoel E. Denny2018-05-3016-186/+17
* [lit] Report line number for failed RUN commandJoel E. Denny2018-05-3016-17/+186
* Use quoteattr to ensure we make well formed attributesChris Matthews2018-05-254-38/+40
* [lit] Try to make `shtest-timeout.py` test more reliable by using aDan Liew2018-05-223-6/+13
* [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-163-4/+8
* 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
* Requirements can have & in them!Chris Matthews2018-05-121-1/+1
* Add the message attribute to skippedChris Matthews2018-05-112-6/+12
* Overhaul unicode handling in xunit outputChris Matthews2018-05-111-6/+10
* [LIT] replace output escapes wit a cdata blockChris Matthews2018-05-112-6/+4
* Support Unsupported Tests in xunit outputChris Matthews2018-05-114-12/+24
* Refactor xunit test case builder to not use as much str additionChris Matthews2018-05-112-11/+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-093-2/+14
* Remove 'abi-breaking-checks' lit feature.Nico Weber2018-05-091-4/+0
* lit: flesh out `SubsituteCaptures` furtherSaleem Abdulrasool2018-05-031-0/+6
* Revert r330755 "[lit] Report line number for failed RUN command"Reid Kleckner2018-04-2515-153/+16
* [lit] Report line number for failed RUN commandJoel E. Denny2018-04-2415-16/+153
* [lit] Remove spurious `-` in invocation of lit inDan Liew2018-04-241-1/+1
* Mostly revert r330672.Nico Weber2018-04-241-0/+4
* Remove code that's almost always dead, and harmful if not.Nico Weber2018-04-241-4/+0
* [lit] Fix a bug where UNRESOLVED tests were not handled in the XUnitDan Liew2018-04-202-1/+80
OpenPOWER on IntegriCloud