Fix build with CMake if LLVM_USE_INTEL_JITEVENTS option is enabled
[oota-llvm.git] / utils / lit /
2013-08-07 NAKAMURA TakumiLit: Resurrect --no-execute dropped in r187852.
2013-08-07 Daniel Dunbar[lit] Use py2&3 compatible exec() syntax.
2013-08-07 Daniel Dunbar[lit] Use newer StringIO class.
2013-08-07 Daniel Dunbar[lit] Use modern absolute/relative import style.
2013-08-07 Daniel Dunbar[lit] Avoid __cmp__ and cmp().
2013-08-07 Daniel Dunbar[lit] Avoid use of iterator .next() method.
2013-08-07 Daniel Dunbar[lit] Use .write() methods instead of print statement.
2013-08-07 Daniel Dunbar[lit] Use dual-compatible print() syntax where possible.
2013-08-07 Daniel Dunbar[lit] Remove use of deprecated parameter tuple unpacking.
2013-08-07 Daniel Dunbar[lit] Remove uses of deprecated except syntax.
2013-08-07 Daniel Dunbar[lit] Use more modern syntax for constructing exceptions.
2013-08-07 Daniel Dunbar[lit] Drop --no-execute, which isn't generally useful.
2013-08-07 Daniel Dunbar[lit] tests: Change discovery test to use --show-tests.
2013-08-07 Daniel Dunbar[lit] Add a --show-tests option.
2013-08-07 Daniel Dunbar[lit] Remove dead ignoreStdError argument.
2013-07-26 Rafael EspindolaMove the default back to pipefail. I accidentally rever...
2013-07-26 Rafael EspindolaPropagate pipefail when cloning.
2013-07-26 Rafael EspindolaUse pipefail when available.
2013-07-19 Nico Riecklit: Support cancellation on Windows
2013-05-30 Galina KistanovaFixed bug when tests in executable partially used absol...
2013-05-28 Alexey SamsonovRevert r182715 and r182758
2013-05-28 Alexey SamsonovFixup for r182715: provide correct arg to --gtest-filter
2013-05-26 Galina KistanovaFixed bug when tests in executable partially used absol...
2013-04-12 Daniel Dunbarlit: Fix infinite recursion when an out-of-tree test...
2013-04-12 Daniel Dunbarlit: Add a test for discovery w/ test_exec_root (out...
2013-04-11 Daniel Dunbarlit: Don't descend into .git directories during test...
2013-04-11 Daniel Dunbarlit: Shorten a metavar to make --help look nicer.
2013-04-11 Daniel Dunbarlit: Add a test for discovery when exact test names...
2013-04-11 Daniel Dunbarlit: Add a trivial test of the basic progress bar.
2013-03-20 Reid Kleckner[lit] Avoid CRLFs in bash scripts on Windows
2013-03-13 NAKAMURA Takumilit.TestFormats.GoogleTest: Honor LitConfig.noExecute...
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
next