Test Commit
[oota-llvm.git] / utils / lit /
2013-02-07 Daniel Dunbar[lit] Add a display function for lit.Test.TestResult.
2013-01-31 Daniel Dunbar[lit] Add a test for internal shell execution behaviors.
2013-01-31 Daniel Dunbar[lit] Change to raise InternalShellError for all comman...
2013-01-31 Daniel Dunbar[lit] Fix bug where InternalShellError messages were...
2013-01-31 Daniel Dunbar[lit] Fix a shell parsing bug with ';' not separated...
2013-01-31 Daniel Dunbar[lit] Add a test for the various ShTest format features.
2013-01-31 Daniel Dunbar[lit] TestRunner: Eliminate failDueToStderr argument...
2013-01-31 Daniel Dunbar[lit] Delete the now-unused SyntaxCheckTest format.
2013-01-31 Daniel Dunbar[lit] Move unittest adaptor code into discovery module.
2013-01-31 Daniel Dunbar[lit] Run the ShUtil tests as part of the test suite.
2013-01-31 Daniel Dunbar[lit] Set parallel mode for coverage tests.
2013-01-31 Daniel Dunbar[lit] Move discovery code into its own module.
2013-01-31 Daniel Dunbar[lit] Add a MANIFEST file and a script for sanity check...
2013-01-31 Daniel Dunbar[lit] Add a basic discovery test.
2013-01-31 Daniel Dunbar[lit] Add a script for checking test coverage.
2013-01-31 Daniel Dunbar[lit] Add a test suite for lit itself.
2013-01-30 Alexey Samsonov[lit] Make GoogleTest test runner correctly discover...
2013-01-30 Daniel Dunbar[lit] Add some TODO notes to myself.
2013-01-25 NAKAMURA Takumilit/ShUtil.py: Deprecate '!' in shell expression. It...
2013-01-18 Dmitri GribenkoRemove support for Tcl test format since nobody uses it
2012-12-26 Eli BenderskyFix comment typo
2012-12-05 Richard SmithPR10867: Analogue of r169441 for when using external...
2012-12-05 Richard SmithPR10867. lit would interpret
2012-11-30 Daniel Dunbarlit: Add a simple test suite for checking test runner...
2012-11-28 Daniel Dunbarlit: Bump the version to .3.
2012-11-14 Eric ChristopherRemove the CellSPU port.
2012-11-14 Alexander KornienkoAdded %(line), %(line+<number>), %(line-<number>) subst...
2012-10-19 Daniel Dunbarlit: Rename the valgrind leaks feature to match what...
2012-10-19 Daniel Dunbarlit: Remove support for XTARGET.
2012-10-19 Daniel Dunbarlit: Add 'valgrind' and 'valgrind-leaks' features when...
2012-10-19 Daniel Dunbarlit: Propagate TERM variable in environment, some tools...
2012-10-18 Daniel Dunbarlit: Allow XFAIL: lines to also refer to "features".
2012-09-08 NAKAMURA Takumilit: Util.which(): Use os.path.isfile() instead of...
2012-08-17 NAKAMURA Takumilit: Show actually created count of threads. The incorr...
2012-07-20 Daniel Dunbarlit: Use close_fds=True on UNIX, to avoid file descript...
2012-07-02 Chandler CarruthRevert r159528 which taught lit's builtin shell test...
2012-07-02 Chandler CarruthTeach the built-in shell test runner in lit to handle...
2012-05-08 NAKAMURA TakumiLit: rewind WinWaitReleased() stuff in TestRunner.
2012-03-25 Eli BenderskyFix lit failure on cmake-clang-x64_64-linux bot, appare...
2012-03-25 Eli BenderskyContinue cleanup of LIT, getting rid of the remaining...
2012-03-23 Eric ChristopherRemove the C backend.
2012-03-21 Nico WeberAdd a ${pathsep} variable to lit that expands to :...
2012-03-21 NAKAMURA Takumilit/TestRunner.py: [Win32] Rework WinWaitReleased(...
2012-03-16 Francois PichetRevert r152915. Chapuni's WinWaitReleased refactoring...
2012-03-16 NAKAMURA Takumilit/TestRunner.py: [Win32] Check all opened_files[...
2012-03-16 NAKAMURA Takumilit/TestRunner.py: [Win32] Rework WinWaitReleased().
2012-03-13 NAKAMURA Takumilit: Pass %INCLUDE% to tests on Win32. clang may expect...
2012-03-03 Duncan SandsHonour --config-prefix also for lit.local.cfg.
2012-02-06 Andrew TrickThis is a small patch with a couple of improvements...
2012-01-18 Daniel Dunbar[lit] Add a --filter option which is useful when dealin...
2012-01-11 Argyrios KyrtzidisDisable the crash reporter when running lit tests.
2012-01-06 Daniel Dunbarlit/lit.TestRunner: Add an extra_substitutions argument...
2011-11-29 NAKAMURA Takumilit/TestRunner.py: Try to catch ERROR_FILE_NOT_FOUND...
2011-11-28 NAKAMURA Takumilit/TestRunner.py: Use RemoveForce().
2011-11-28 NAKAMURA Takumilit/TestRunner.py: [Win32] Introduce WinWaitReleased...
2011-10-27 Dan GohmanRemove the Alpha backend.
2011-10-27 Daniel Dunbarlit: Drop some unneeded code from example tests.
2011-10-25 Dan GohmanRemove the Blackfin backend.
2011-10-24 Dan GohmanRemove the SystemZ backend.
2011-08-31 NAKAMURA Takumilit: Normalize pathsep slashes also on %T.
2011-08-30 Andrew TrickLit option for ignoring stderr output.
2011-08-26 Douglas Gregorlit: Add %T as a replacement for the output directory
2011-08-20 NAKAMURA Takumiutils/lit/lit/TestingConfig.py: Pass TEMP and TMP to...
2011-08-20 NAKAMURA Takumiutils/lit/lit/TestingConfig.py: Split out environment...
2011-07-09 NAKAMURA Takumilit/LitConfig.py: Demote Win32 message "Unable to find...
2011-07-02 Jordy RoseUse subprocess.Popen instead of popen2 to stop a deprec...
2011-06-22 Andrew Tricklit support for REQUIRES: asserts.
2011-06-16 Andrew TrickAdd support to lit for build mode requirements. e.g.
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2011-03-18 NAKAMURA Takumiraw_ostream: [PR6745] Tweak formatting (double)%e for...
2011-03-15 NAKAMURA Takumilit/ProgressBar.py: [PR7919] Improve line wrap for...
2011-03-05 NAKAMURA Takumiutils/lit/lit/TestRunner.py: bash is available with...
2011-03-05 NAKAMURA TakumiOn Windows hosts, Python scripts in test/Scripts did...
2011-02-17 NAKAMURA Takumilit/TestingConfig.py: Add the environment variable...
2011-02-10 NAKAMURA Takumilit/TestFormats.py: Unittests may be found with suffix...
2011-02-10 NAKAMURA Takumilit/Util.py: On Cygwin, 'PATHEXT' may exist but it...
2011-02-09 NAKAMURA Takumilit/LitConfig.py: Add the new method getToolsPath(dir...
2011-02-09 NAKAMURA Takumilit/Util.py: Add two functions, checkToolsPath(dir...
2011-01-08 Francois PichetOn Windows, replace each occurrence of '\' by '\\'...
2011-01-04 Francois PichetDisable r122754 on Windows: was causing all lit tests...
2011-01-03 David GreeneReapply 122341 to fix PR8199 now that clang changes...
2010-12-21 David GreeneRevert 122341. It breaks some darwin tests.
2010-12-21 David GreeneFix PR 8199. This patch prepends the build tool dir...
2010-12-07 NAKAMURA Takumiutils/lit/lit/TestFormats.py: [PR8438] unittests: Seek...
2010-11-19 NAKAMURA Takumilit.GoogleTest: On case-insensitive filesystem, matchin...
2010-09-29 Daniel Dunbarlit: Fix a subtle resource usage bug when executing...
2010-09-24 Michael J. SpencerTest unittests built with CMake.
2010-09-24 Michael J. SpencerFix whitespace.
2010-09-18 Daniel Dunbarlit: Bump version to 0.2.0dev, for no apparent reason.
2010-09-18 Daniel Dunbarlit: Tweak setup.py.
2010-09-18 Daniel Dunbarlit: These TODOs are done(ish).
2010-09-17 Duncan SandsSome of the tests build an executable with llvm-gcc...
2010-09-15 Daniel Dunbarlit: Expose FileBasedTest object and Test module via...
2010-09-15 Daniel Dunbarlit: Rename main lit module to main.py, lit/lit/lit...
2010-08-19 Daniel Dunbarlit/GoogleTest: Add .exe to the suffix when looking...
2010-08-10 Dan GohmanExpand uses of python 2.6's "A if B else C" syntax...
2010-08-04 Dan GohmanPrint a message when a test failure is due to stderr...
2010-08-04 Dan GohmanChange the logic which interprets output on stderr...
2010-08-04 Dan GohmanDon't print "Command output (stdout):" when the command...
2010-08-04 Dan GohmanUse the regular conditional operator syntax instead...
next