summaryrefslogtreecommitdiffstats
path: root/llvm/utils/lit
Commit message (Expand)AuthorAgeFilesLines
* lit googletest.py: Don't raise StopIteration in generatorHans Wennborg2020-06-161-1/+1
* Bump version to 10.0.1Tom Stellard2020-04-131-1/+1
* Make check-llvm run 50% faster on macOS, 18% faster on Windows.Nico Weber2020-01-061-6/+30
* [lit] Add "from .main import main" back into lit/__init__.pyJessica Paquette2019-12-191-0/+1
* Fix buildbot failures after removing REQUIRES-ANYNemanja Ivanovic2019-12-171-10/+3
* [lit] Fix internal diff newlines for -w/-bJoel E. Denny2019-12-175-3/+54
* [lit] Remove lit's REQUIRES-ANY directiveThomas Preud'homme2019-12-173-21/+0
* [lit] [windows] Make sure to convert all path separators to backslashes in NT...Martin Storsjö2019-12-171-0/+4
* [lit] max_failures does not need to be stored in LitConfigJulian Lettner2019-12-164-22/+24
* [lit] Small cleanups. NFCIJulian Lettner2019-12-137-53/+53
* [lit] Improve formatting of error messages. NFCJulian Lettner2019-12-112-10/+10
* Fix `sed -e s@FOO@%/S@` and similar when there's @'s in the working directoryDaniel Sanders2019-12-031-0/+14
* [lit] Be more explicit about the state of testsJulian Lettner2019-12-021-17/+19
* [lit] Attempt to print test summary on CTRL+CJulian Lettner2019-11-223-20/+20
* Fix up lit's tests to run in a multi-config build environment.Paul Robinson2019-11-141-0/+3
* Update lit infra to detect "MemoryWithOrigins' sanitizer build.Sumanth Gundapaneni2019-11-141-1/+1
* [lit] Better/earlier errors for empty runsJulian Lettner2019-11-124-9/+41
* [lit] Protect full test suite from FILECHECK_OPTSJoel E. Denny2019-11-062-3/+10
* Revert "[analyzer] Add test directory for scan-build."Volodymyr Sapsai2019-11-051-1/+0
* Revert "[lit] Better/earlier errors when no tests are executed"Julian Lettner2019-11-054-29/+9
* [lit] Fix `not` calling internal commandsJoel E. Denny2019-11-0521-33/+325
* [analyzer] Add test directory for scan-build.Devin Coughlin2019-11-041-0/+1
* [lit] Move measurement of testing time out of Run.executeJulian Lettner2019-11-042-10/+8
* [lit] Better/earlier errors when no tests are executedJulian Lettner2019-11-044-9/+29
* [lit] Fix internal env calling envJoel E. Denny2019-11-014-8/+64
* [lit] Extract Display.print_header functionJulian Lettner2019-10-313-16/+19
* [lit] Always print newline before test time/summaryJulian Lettner2019-10-311-2/+1
* [lit] Fix internal env calling other internal commandsJoel E. Denny2019-10-318-63/+95
* [lit] Rename ProgressDisplay -> DisplayJulian Lettner2019-10-311-21/+23
* [lit] Add missing importReid Kleckner2019-10-301-0/+1
* [lit] Silence warning about importing the resource module on WindowsReid Kleckner2019-10-301-1/+3
* [lit] Change progress bar color to red on first failureJulian Lettner2019-10-302-3/+8
* [lit] Add helper for `test.result.code.isFailure`Julian Lettner2019-10-303-12/+13
* [lit] Extract `_install_win32_signal_handler` functionJulian Lettner2019-10-301-9/+12
* [lit] Refactor ordering of testsJulian Lettner2019-10-292-22/+28
* [lit] Small improvements in cl_arguments.pyJulian Lettner2019-10-292-58/+32
* [lit] Extend internal diff to support `-` argumentJoel E. Denny2019-10-297-5/+146
* [lit] Make internal diff work in pipelinesJoel E. Denny2019-10-299-271/+313
* [lit] Remove callback indirectionJulian Lettner2019-10-281-3/+3
* [lit] Refactor merging of user parametersJulian Lettner2019-10-282-13/+11
* [lit] Remove redundant comments from main functionJulian Lettner2019-10-281-19/+9
* [lit] Make main.py a pure Python moduleJulian Lettner2019-10-282-9/+3
* [lit] Drop the user-site packages directory from search paths when running testsAlex Lorenz2019-10-271-0/+4
* [lit] Move sharding logic into separate functionJulian Lettner2019-10-254-23/+36
* [lit] Don't fail when printing test output with special charsJoel E. Denny2019-10-254-3/+35
* [lit] Move increase_process_limit to ParallelRunJulian Lettner2019-10-222-25/+24
* [lit] Simplify test scheduling via multiprocessing.PoolJulian Lettner2019-10-211-24/+17
* [lit] Remove redundancy from names and commentsJulian Lettner2019-10-213-31/+26
* [LLDB] [Windows] Initial support for ARM register contextsMartin Storsjo2019-10-211-0/+2
* [lit] Reduce value of synthesized timeoutsJulian Lettner2019-10-181-2/+3
OpenPOWER on IntegriCloud