summaryrefslogtreecommitdiffstats
path: root/llvm/utils/lit
Commit message (Expand)AuthorAgeFilesLines
* lit: Let lit.util.which() return a normcase()ed pathNico Weber2019-01-311-2/+2
* Adjust documentation for git migration.James Y Knight2019-01-291-2/+2
* make XFAIL, REQUIRES, and UNSUPPORTED support multi-line expressionsEric Fiselier2019-01-203-3/+44
* Update structured references to the license to the new license.Chandler Carruth2019-01-191-2/+2
* [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-033-1/+6
* Revert 349677, it contained a whole bunch of stuff I did not mean to commitNico Weber2018-12-192-61/+5
* [gn build] Add build file for clang/lib/Basic and dependenciesNico Weber2018-12-192-5/+61
* [test] Split strip-preserve-time.test, and skip atime test on NetBSDMichal Gorny2018-12-051-1/+3
* [lit] Add a generic build script with a lit substitution.Zachary Turner2018-12-011-0/+2
* [lit] Pass more environment variables through to child processes.Zachary Turner2018-11-271-10/+10
* Fix clang test suite on Windows by reverting part of r347216Reid Kleckner2018-11-191-3/+0
* Fix some issues with LLDB's lit configuration files.Zachary Turner2018-11-193-41/+67
* [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
OpenPOWER on IntegriCloud