| Commit message (Expand) | Author | Age | Files | Lines |
* | Merging r309044, r309071, r309120, r309122, r309140 and r309227 (PR34157) | Hans Wennborg | 2017-08-11 | 9 | -88/+142 |
* | [lit] add a -vv option to echo all executed commands. | George Karpenkov | 2017-07-13 | 3 | -2/+16 |
* | [lit] Fix import StringIO errors in Python 3 | Reid Kleckner | 2017-07-11 | 1 | -3/+3 |
* | [lit] Implement non-pipelined echo commands internally | Reid Kleckner | 2017-07-11 | 1 | -0/+74 |
* | [lit] Modify LIT to accept environment variable LIT_FILTER to select tests. | George Karpenkov | 2017-07-07 | 2 | -1/+7 |
* | [lit] Factor out some shell input/output redirection logic, NFC | Reid Kleckner | 2017-07-06 | 1 | -70/+97 |
* | [lit] Fix unit test discovery for Visual Studio builds. | David L. Jones | 2017-07-06 | 1 | -1/+4 |
* | [lit] Factor out listdir logic shared by different test formats. | David L. Jones | 2017-06-30 | 3 | -44/+58 |
* | Revert "[lit] Clean output directories before running tests." | Zachary Turner | 2017-06-30 | 3 | -51/+39 |
* | [lit] Clean output directories before running tests. | Zachary Turner | 2017-06-30 | 3 | -39/+51 |
* | [lit] Re-apply: Fix some convoluted logic around Unicode encoding, and de-dup... | David L. Jones | 2017-06-29 | 2 | -51/+69 |
* | Revert "[lit] Fix some convoluted logic around Unicode encoding, and de-dupli... | David L. Jones | 2017-06-29 | 2 | -62/+51 |
* | Fix spelling: uncode -> unicode. | David L. Jones | 2017-06-29 | 1 | -1/+1 |
* | [lit] Fix some convoluted logic around Unicode encoding, and de-duplicate acr... | David L. Jones | 2017-06-29 | 2 | -51/+62 |
* | [lit] Remove dead code not referenced in the LLVM SVN repo. | David L. Jones | 2017-06-29 | 3 | -120/+90 |
* | [lit] Remove dead code (not referenced anywhere), and clarify some function n... | David L. Jones | 2017-06-28 | 1 | -177/+41 |
* | [lit][macOS] Add a utility function to find the platform SDK version | Alex Lorenz | 2017-06-02 | 1 | -0/+14 |
* | Return a lit.Test.Result object from TestRunner's executeShTest() | Dimitry Andric | 2017-05-25 | 1 | -1/+1 |
* | [lit] Take the last error when executing pipelines. | Zachary Turner | 2017-05-19 | 1 | -6/+2 |
* | Add back a dummy --use-processes. | Rafael Espindola | 2017-05-17 | 1 | -0/+3 |
* | Always use the multiprocess module. | Rafael Espindola | 2017-05-17 | 2 | -115/+3 |
* | [lit] Try to exit more cleanly | Reid Kleckner | 2017-05-02 | 2 | -11/+25 |
* | [lit] Try using process pools by default again | Reid Kleckner | 2017-04-07 | 1 | -1/+1 |
* | [lit] Implement timeouts and max_time for process pool testing | Reid Kleckner | 2017-04-06 | 3 | -50/+83 |
* | [lit] Revert to old execution strategy while I debug these pickling errors | Reid Kleckner | 2017-04-05 | 1 | -1/+1 |
* | [lit] Use Python 3 style print to satisfy some bots | Reid Kleckner | 2017-04-05 | 1 | -1/+1 |
* | [lit] Use process pools for test execution by default | Reid Kleckner | 2017-04-05 | 2 | -42/+173 |
* | [lit] Add a minimum export implementation. | Rafael Espindola | 2017-04-04 | 1 | -9/+21 |
* | Rename variable. | Rafael Espindola | 2017-03-31 | 1 | -1/+1 |
* | Add a %basename substitution. | Rafael Espindola | 2017-03-31 | 1 | -1/+4 |
* | Use the current working directory in the glob expansion | Rafael Espindola | 2017-03-31 | 2 | -8/+13 |
* | Use os.path.realpath when tracking the cwd. | Rafael Espindola | 2017-03-30 | 1 | -1/+1 |
* | lit: support redirect from globs | Rafael Espindola | 2017-03-30 | 1 | -7/+13 |
* | Remove unused argument. | Rafael Espindola | 2017-03-29 | 1 | -2/+2 |
* | lit: remove python2-isms | Brian Gesiak | 2017-03-22 | 1 | -2/+2 |
* | Teach lit to expand glob expressions. | Zachary Turner | 2017-03-03 | 3 | -9/+58 |
* | Reinstate "r292904 - [lit] Allow boolean expressions in REQUIRES and XFAIL | Greg Parker | 2017-01-25 | 15 | -84/+566 |
* | Revert "r292904 - [lit] Allow boolean expressions in REQUIRES and XFAIL | Alex Lorenz | 2017-01-24 | 15 | -566/+84 |
* | [lit] Allow boolean expressions in REQUIRES and XFAIL and UNSUPPORTED | Greg Parker | 2017-01-24 | 15 | -84/+566 |
* | Revert "[lit] Allow boolean expressions in REQUIRES and XFAIL and UNSUPPORTED" | Greg Parker | 2017-01-24 | 18 | -571/+89 |
* | [lit] Allow boolean expressions in REQUIRES and XFAIL and UNSUPPORTED | Greg Parker | 2017-01-24 | 18 | -89/+571 |
* | [lit] Limit parallelism of sanitizer tests on Darwin [llvm part, take 2] | Kuba Mracek | 2017-01-20 | 4 | -5/+23 |
* | [lit] Support sharding testsuites, for parallel execution. | Graydon Hoare | 2017-01-18 | 2 | -0/+121 |
* | [LIT] Make util.executeCommand python3 friendly | Eric Fiselier | 2017-01-18 | 1 | -0/+4 |
* | Revert r292231. | Kuba Mracek | 2017-01-17 | 4 | -28/+4 |
* | [lit] Limit parallelism of sanitizer tests on Darwin [llvm part] | Kuba Mracek | 2017-01-17 | 4 | -4/+28 |
* | [gtest] Upgrade googletest to version 1.8.0, minimizing local changes. | Chandler Carruth | 2017-01-04 | 1 | -1/+7 |
* | [AVR] Whitelist the avrlit config environment variables | Dylan McKay | 2016-12-15 | 1 | -1/+1 |
* | Revert "[AVR] Add the very first on-target test" | Renato Golin | 2016-12-14 | 1 | -1/+1 |
* | [AVR] Add the very first on-target test | Dylan McKay | 2016-12-14 | 1 | -1/+1 |