aboutsummaryrefslogtreecommitdiff
path: root/utils/lit
AgeCommit message (Expand)Author
2012-09-08lit: Util.which(): Use os.path.isfile() instead of os.path.exists(), or it hi...NAKAMURA Takumi
2012-08-17lit: Show actually created count of threads. The incorrect threads count is p...NAKAMURA Takumi
2012-07-20lit: Use close_fds=True on UNIX, to avoid file descriptor pollution ofDaniel Dunbar
2012-07-02Revert r159528 which taught lit's builtin shell test runner about theChandler Carruth
2012-07-02Teach the built-in shell test runner in lit to handle '|&'-style pipes.Chandler Carruth
2012-05-08Lit: rewind WinWaitReleased() stuff in TestRunner.NAKAMURA Takumi
2012-03-25Fix lit failure on cmake-clang-x64_64-linux bot, apparently due to its havingEli Bendersky
2012-03-25Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnuEli Bendersky
2012-03-23Remove the C backend.Eric Christopher
2012-03-21Add a ${pathsep} variable to lit that expands to : (or ; on win32).Nico Weber
2012-03-21lit/TestRunner.py: [Win32] Rework WinWaitReleased() again! "win32file" from P...NAKAMURA Takumi
2012-03-16Revert r152915. Chapuni's WinWaitReleased refactoring: It doesn't work for meFrancois Pichet
2012-03-16lit/TestRunner.py: [Win32] Check all opened_files[] released, rather than (ob...NAKAMURA Takumi
2012-03-16lit/TestRunner.py: [Win32] Rework WinWaitReleased().NAKAMURA Takumi
2012-03-13lit: Pass %INCLUDE% to tests on Win32. clang may expect existence of %INCLUDE...NAKAMURA Takumi
2012-03-03Honour --config-prefix also for lit.local.cfg.Duncan Sands
2012-02-06This is a small patch with a couple of improvements for running lit with --de...Andrew Trick
2012-01-18[lit] Add a --filter option which is useful when dealing with virtual testDaniel Dunbar
2012-01-11Disable the crash reporter when running lit tests.Argyrios Kyrtzidis
2012-01-06lit/lit.TestRunner: Add an extra_substitutions argument for executeShTest --Daniel Dunbar
2011-11-29lit/TestRunner.py: Try to catch ERROR_FILE_NOT_FOUND, too.NAKAMURA Takumi
2011-11-28lit/TestRunner.py: Use RemoveForce().NAKAMURA Takumi
2011-11-28lit/TestRunner.py: [Win32] Introduce WinWaitReleased(f), to wait for file han...NAKAMURA Takumi
2011-10-27Remove the Alpha backend.Dan Gohman
2011-10-27lit: Drop some unneeded code from example tests.Daniel Dunbar
2011-10-25Remove the Blackfin backend.Dan Gohman
2011-10-24Remove the SystemZ backend.Dan Gohman
2011-08-31lit: Normalize pathsep slashes also on %T.NAKAMURA Takumi
2011-08-30Lit option for ignoring stderr output.Andrew Trick
2011-08-26lit: Add %T as a replacement for the output directoryDouglas Gregor
2011-08-20utils/lit/lit/TestingConfig.py: Pass TEMP and TMP to tests on Win32 hosts.NAKAMURA Takumi
2011-08-20utils/lit/lit/TestingConfig.py: Split out environment vars for Win32.NAKAMURA Takumi
2011-07-09lit/LitConfig.py: Demote Win32 message "Unable to find 'bash.exe'" from Warni...NAKAMURA Takumi
2011-07-02Use subprocess.Popen instead of popen2 to stop a deprecation warning when run...Jordy Rose
2011-06-22lit support for REQUIRES: asserts.Andrew Trick
2011-06-16Add support to lit for build mode requirements. e.g.Andrew Trick
2011-04-15Fix a ton of comment typos found by codespell. Patch byChris Lattner
2011-03-18raw_ostream: [PR6745] Tweak formatting (double)%e for Windows hosts.NAKAMURA Takumi
2011-03-15lit/ProgressBar.py: [PR7919] Improve line wrap for XN-incapable terminals.NAKAMURA Takumi
2011-03-05utils/lit/lit/TestRunner.py: bash is available with MSYS on Python/W32. Then ...NAKAMURA Takumi
2011-03-05On Windows hosts, Python scripts in test/Scripts did not accept binary files ...NAKAMURA Takumi
2011-02-17lit/TestingConfig.py: Add the environment variable PRINTF_EXPONENT_DIGITS as ...NAKAMURA Takumi
2011-02-10lit/TestFormats.py: Unittests may be found with suffix .exe also on Cygwin.NAKAMURA Takumi
2011-02-10lit/Util.py: On Cygwin, 'PATHEXT' may exist but it should not be used.NAKAMURA Takumi
2011-02-09lit/LitConfig.py: Add the new method getToolsPath(dir,paths,tools).NAKAMURA Takumi
2011-02-09lit/Util.py: Add two functions, checkToolsPath(dir,tools) and whichTools(tool...NAKAMURA Takumi
2011-01-08On Windows, replace each occurrence of '\' by '\\' on the replacement string....Francois Pichet
2011-01-04Disable r122754 on Windows: was causing all lit tests to fail.Francois Pichet
2011-01-03Reapply 122341 to fix PR8199 now that clang changes are in.David Greene
2010-12-21Revert 122341. It breaks some darwin tests.David Greene