summaryrefslogtreecommitdiff
path: root/utils/lit
Commit message (Expand)AuthorAge
* lit: Rename the valgrind leaks feature to match what is currently usedDaniel Dunbar2012-10-19
* lit: Remove support for XTARGET.Daniel Dunbar2012-10-19
* lit: Add 'valgrind' and 'valgrind-leaks' features when valgrind is used.Daniel Dunbar2012-10-19
* lit: Propagate TERM variable in environment, some tools can do really obscureDaniel Dunbar2012-10-19
* lit: Allow XFAIL: lines to also refer to "features".Daniel Dunbar2012-10-18
* lit: Util.which(): Use os.path.isfile() instead of os.path.exists(), or it hi...NAKAMURA Takumi2012-09-08
* lit: Show actually created count of threads. The incorrect threads count is p...NAKAMURA Takumi2012-08-17
* lit: Use close_fds=True on UNIX, to avoid file descriptor pollution ofDaniel Dunbar2012-07-20
* Revert r159528 which taught lit's builtin shell test runner about theChandler Carruth2012-07-02
* Teach the built-in shell test runner in lit to handle '|&'-style pipes.Chandler Carruth2012-07-02
* Lit: rewind WinWaitReleased() stuff in TestRunner.NAKAMURA Takumi2012-05-08
* Fix lit failure on cmake-clang-x64_64-linux bot, apparently due to its havingEli Bendersky2012-03-25
* Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnuEli Bendersky2012-03-25
* Remove the C backend.Eric Christopher2012-03-23
* Add a ${pathsep} variable to lit that expands to : (or ; on win32).Nico Weber2012-03-21
* lit/TestRunner.py: [Win32] Rework WinWaitReleased() again! "win32file" from P...NAKAMURA Takumi2012-03-21
* Revert r152915. Chapuni's WinWaitReleased refactoring: It doesn't work for meFrancois Pichet2012-03-16
* lit/TestRunner.py: [Win32] Check all opened_files[] released, rather than (ob...NAKAMURA Takumi2012-03-16
* lit/TestRunner.py: [Win32] Rework WinWaitReleased().NAKAMURA Takumi2012-03-16
* lit: Pass %INCLUDE% to tests on Win32. clang may expect existence of %INCLUDE...NAKAMURA Takumi2012-03-13
* Honour --config-prefix also for lit.local.cfg.Duncan Sands2012-03-03
* This is a small patch with a couple of improvements for running lit with --de...Andrew Trick2012-02-06
* [lit] Add a --filter option which is useful when dealing with virtual testDaniel Dunbar2012-01-18
* Disable the crash reporter when running lit tests.Argyrios Kyrtzidis2012-01-11
* lit/lit.TestRunner: Add an extra_substitutions argument for executeShTest --Daniel Dunbar2012-01-06
* lit/TestRunner.py: Try to catch ERROR_FILE_NOT_FOUND, too.NAKAMURA Takumi2011-11-29
* lit/TestRunner.py: Use RemoveForce().NAKAMURA Takumi2011-11-28
* lit/TestRunner.py: [Win32] Introduce WinWaitReleased(f), to wait for file han...NAKAMURA Takumi2011-11-28
* Remove the Alpha backend.Dan Gohman2011-10-27
* lit: Drop some unneeded code from example tests.Daniel Dunbar2011-10-27
* Remove the Blackfin backend.Dan Gohman2011-10-25
* Remove the SystemZ backend.Dan Gohman2011-10-24
* lit: Normalize pathsep slashes also on %T.NAKAMURA Takumi2011-08-31
* Lit option for ignoring stderr output.Andrew Trick2011-08-30
* lit: Add %T as a replacement for the output directoryDouglas Gregor2011-08-26
* utils/lit/lit/TestingConfig.py: Pass TEMP and TMP to tests on Win32 hosts.NAKAMURA Takumi2011-08-20
* utils/lit/lit/TestingConfig.py: Split out environment vars for Win32.NAKAMURA Takumi2011-08-20
* lit/LitConfig.py: Demote Win32 message "Unable to find 'bash.exe'" from Warni...NAKAMURA Takumi2011-07-09
* Use subprocess.Popen instead of popen2 to stop a deprecation warning when run...Jordy Rose2011-07-02
* lit support for REQUIRES: asserts.Andrew Trick2011-06-22
* Add support to lit for build mode requirements. e.g.Andrew Trick2011-06-16
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-15
* raw_ostream: [PR6745] Tweak formatting (double)%e for Windows hosts.NAKAMURA Takumi2011-03-18
* lit/ProgressBar.py: [PR7919] Improve line wrap for XN-incapable terminals.NAKAMURA Takumi2011-03-15
* utils/lit/lit/TestRunner.py: bash is available with MSYS on Python/W32. Then ...NAKAMURA Takumi2011-03-05
* On Windows hosts, Python scripts in test/Scripts did not accept binary files ...NAKAMURA Takumi2011-03-05
* lit/TestingConfig.py: Add the environment variable PRINTF_EXPONENT_DIGITS as ...NAKAMURA Takumi2011-02-17
* lit/TestFormats.py: Unittests may be found with suffix .exe also on Cygwin.NAKAMURA Takumi2011-02-10
* lit/Util.py: On Cygwin, 'PATHEXT' may exist but it should not be used.NAKAMURA Takumi2011-02-10
* lit/LitConfig.py: Add the new method getToolsPath(dir,paths,tools).NAKAMURA Takumi2011-02-09