| Commit message (Expand) | Author | Age | Files | Lines |
* | lit/TestRunner.py: Try to catch ERROR_FILE_NOT_FOUND, too. | NAKAMURA Takumi | 2011-11-29 | 1 | -1/+3 |
* | lit/TestRunner.py: Use RemoveForce(). | NAKAMURA Takumi | 2011-11-28 | 1 | -4/+1 |
* | lit/TestRunner.py: [Win32] Introduce WinWaitReleased(f), to wait for file han... | NAKAMURA Takumi | 2011-11-28 | 1 | -0/+43 |
* | Remove the Alpha backend. | Dan Gohman | 2011-10-27 | 2 | -2/+2 |
* | lit: Drop some unneeded code from example tests. | Daniel Dunbar | 2011-10-27 | 4 | -66/+2 |
* | Remove the Blackfin backend. | Dan Gohman | 2011-10-25 | 2 | -2/+2 |
* | Remove the SystemZ backend. | Dan Gohman | 2011-10-24 | 2 | -2/+2 |
* | lit: Normalize pathsep slashes also on %T. | NAKAMURA Takumi | 2011-08-31 | 1 | -0/+1 |
* | Lit option for ignoring stderr output. | Andrew Trick | 2011-08-30 | 4 | -4/+11 |
* | lit: Add %T as a replacement for the output directory | Douglas Gregor | 2011-08-26 | 1 | -1/+3 |
* | utils/lit/lit/TestingConfig.py: Pass TEMP and TMP to tests on Win32 hosts. | NAKAMURA Takumi | 2011-08-20 | 1 | -0/+2 |
* | utils/lit/lit/TestingConfig.py: Split out environment vars for Win32. | NAKAMURA Takumi | 2011-08-20 | 1 | -3/+8 |
* | lit/LitConfig.py: Demote Win32 message "Unable to find 'bash.exe'" from Warni... | NAKAMURA Takumi | 2011-07-09 | 1 | -1/+1 |
* | Use subprocess.Popen instead of popen2 to stop a deprecation warning when run... | Jordy Rose | 2011-07-02 | 1 | -1/+1 |
* | lit support for REQUIRES: asserts. | Andrew Trick | 2011-06-22 | 2 | -11/+2 |
* | Add support to lit for build mode requirements. e.g. | Andrew Trick | 2011-06-16 | 2 | -2/+11 |
* | Fix a ton of comment typos found by codespell. Patch by | Chris Lattner | 2011-04-15 | 1 | -1/+1 |
* | raw_ostream: [PR6745] Tweak formatting (double)%e for Windows hosts. | NAKAMURA Takumi | 2011-03-18 | 1 | -1/+0 |
* | lit/ProgressBar.py: [PR7919] Improve line wrap for XN-incapable terminals. | NAKAMURA Takumi | 2011-03-15 | 1 | -4/+17 |
* | utils/lit/lit/TestRunner.py: bash is available with MSYS on Python/W32. Then ... | NAKAMURA Takumi | 2011-03-05 | 1 | -5/+10 |
* | On Windows hosts, Python scripts in test/Scripts did not accept binary files ... | NAKAMURA Takumi | 2011-03-05 | 1 | -0/+1 |
* | lit/TestingConfig.py: Add the environment variable PRINTF_EXPONENT_DIGITS as ... | NAKAMURA Takumi | 2011-02-17 | 1 | -0/+1 |
* | lit/TestFormats.py: Unittests may be found with suffix .exe also on Cygwin. | NAKAMURA Takumi | 2011-02-10 | 1 | -2/+2 |
* | lit/Util.py: On Cygwin, 'PATHEXT' may exist but it should not be used. | NAKAMURA Takumi | 2011-02-10 | 1 | -1/+5 |
* | lit/LitConfig.py: Add the new method getToolsPath(dir,paths,tools). | NAKAMURA Takumi | 2011-02-09 | 1 | -0/+16 |
* | lit/Util.py: Add two functions, checkToolsPath(dir,tools) and whichTools(tool... | NAKAMURA Takumi | 2011-02-09 | 1 | -0/+12 |
* | On Windows, replace each occurrence of '\' by '\\' on the replacement string.... | Francois Pichet | 2011-01-08 | 1 | -4/+2 |
* | Disable r122754 on Windows: was causing all lit tests to fail. | Francois Pichet | 2011-01-04 | 1 | -1/+5 |
* | Reapply 122341 to fix PR8199 now that clang changes are in. | David Greene | 2011-01-03 | 1 | -2/+6 |
* | Revert 122341. It breaks some darwin tests. | David Greene | 2010-12-21 | 1 | -6/+2 |
* | Fix PR 8199. This patch prepends the build tool dir to LLVM programs | David Greene | 2010-12-21 | 1 | -2/+6 |
* | utils/lit/lit/TestFormats.py: [PR8438] unittests: Seek *Tests (not BUILD_MODE... | NAKAMURA Takumi | 2010-12-07 | 1 | -2/+3 |
* | lit.GoogleTest: On case-insensitive filesystem, matching should be case-insen... | NAKAMURA Takumi | 2010-11-19 | 1 | -2/+2 |
* | lit: Fix a subtle resource usage bug when executing tests using the internal | Daniel Dunbar | 2010-09-29 | 1 | -4/+7 |
* | Test unittests built with CMake. | Michael J. Spencer | 2010-09-24 | 1 | -3/+9 |
* | Fix whitespace. | Michael J. Spencer | 2010-09-24 | 1 | -2/+2 |
* | lit: Bump version to 0.2.0dev, for no apparent reason. | Daniel Dunbar | 2010-09-18 | 1 | -2/+2 |
* | lit: Tweak setup.py. | Daniel Dunbar | 2010-09-18 | 1 | -11/+12 |
* | lit: These TODOs are done(ish). | Daniel Dunbar | 2010-09-18 | 1 | -10/+0 |
* | Some of the tests build an executable with llvm-gcc. For this to work, llvm-gcc | Duncan Sands | 2010-09-17 | 1 | -0/+1 |
* | lit: Expose FileBasedTest object and Test module via 'lit' object that gets | Daniel Dunbar | 2010-09-15 | 2 | -0/+4 |
* | lit: Rename main lit module to main.py, lit/lit/lit.py was a bit too, err, | Daniel Dunbar | 2010-09-15 | 2 | -1/+1 |
* | lit/GoogleTest: Add .exe to the suffix when looking for tests. | Daniel Dunbar | 2010-08-19 | 1 | -0/+7 |
* | Expand uses of python 2.6's "A if B else C" syntax into regular | Dan Gohman | 2010-08-10 | 1 | -4/+16 |
* | Print a message when a test failure is due to stderr output | Dan Gohman | 2010-08-04 | 1 | -6/+17 |
* | Change the logic which interprets output on stderr as an error so that | Dan Gohman | 2010-08-04 | 1 | -12/+4 |
* | Don't print "Command output (stdout):" when the command has no output, | Dan Gohman | 2010-08-04 | 1 | -8/+10 |
* | Use the regular conditional operator syntax instead of a clever hack. | Dan Gohman | 2010-08-04 | 1 | -4/+4 |
* | lit: Allow clients to define predefined parameters. | Daniel Dunbar | 2010-08-02 | 1 | -3/+2 |
* | lit: Add some example tests for previous commit. | Daniel Dunbar | 2010-07-22 | 2 | -0/+6 |