| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix lit failure on cmake-clang-x64_64-linux bot, apparently due to its having | Eli Bendersky | 2012-03-25 | 1 | -1/+4 |
* | Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnu | Eli Bendersky | 2012-03-25 | 1 | -0/+6 |
* | Remove the C backend. | Eric Christopher | 2012-03-23 | 2 | -2/+2 |
* | Add a ${pathsep} variable to lit that expands to : (or ; on win32). | Nico Weber | 2012-03-21 | 1 | -0/+1 |
* | lit/TestRunner.py: [Win32] Rework WinWaitReleased() again! "win32file" from P... | NAKAMURA Takumi | 2012-03-21 | 1 | -28/+41 |
* | Revert r152915. Chapuni's WinWaitReleased refactoring: It doesn't work for me | Francois Pichet | 2012-03-16 | 1 | -12/+19 |
* | lit/TestRunner.py: [Win32] Check all opened_files[] released, rather than (ob... | NAKAMURA Takumi | 2012-03-16 | 1 | -9/+8 |
* | lit/TestRunner.py: [Win32] Rework WinWaitReleased(). | NAKAMURA Takumi | 2012-03-16 | 1 | -19/+12 |
* | lit: Pass %INCLUDE% to tests on Win32. clang may expect existence of %INCLUDE... | NAKAMURA Takumi | 2012-03-13 | 1 | -0/+1 |
* | Honour --config-prefix also for lit.local.cfg. | Duncan Sands | 2012-03-03 | 1 | -1/+2 |
* | This is a small patch with a couple of improvements for running lit with --de... | Andrew Trick | 2012-02-06 | 2 | -2/+9 |
* | [lit] Add a --filter option which is useful when dealing with virtual test | Daniel Dunbar | 2012-01-18 | 1 | -0/+18 |
* | Disable the crash reporter when running lit tests. | Argyrios Kyrtzidis | 2012-01-11 | 1 | -1/+1 |
* | lit/lit.TestRunner: Add an extra_substitutions argument for executeShTest -- | Daniel Dunbar | 2012-01-06 | 1 | -4/+7 |
* | 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 |