lit: Provide source locations in cfg files with older Python versions
[oota-llvm.git] / utils / lit / lit / TestingConfig.py
2014-01-11 Alp Tokerlit: Provide source locations in cfg files with older...
2014-01-11 Alp Tokerlit: execfile() isn't present in Python 3.3
2014-01-08 Alp Tokerlit: Provide file location in cfg error messages
2013-12-17 NAKAMURA TakumiTweak lit/TestingConfig.py Py3-compatible. has_key...
2013-10-17 NAKAMURA TakumiLit: LIT_PRESERVES_TMP should be aware of TMPDIR, too.
2013-10-17 NAKAMURA TakumiLit: Introduce an environment variable, $LIT_PRESERVES_...
2013-09-03 Daniel Dunbar[lit] Allow config files to pass arbitrary values to...
2013-08-09 Daniel Dunbar[lit] Drop deprecated aliases for lit and old module...
2013-08-09 Daniel Dunbar[lit] Fix typo.
2013-08-09 Daniel Dunbar[lit] Inject the lit specific config object as 'lit_con...
2013-08-09 Daniel Dunbar[lit] Split TestingConfig.frompath() into separate...
2013-08-09 Daniel Dunbar[lit] Eliminate mustExist parameter from TestingConfig...
2013-08-09 Daniel Dunbar[lit] Only create config copies when a local config...
2013-08-09 Daniel Dunbar[lit] Eliminate parent argument from TestingConfig...
2013-08-08 Daniel Dunbar[lit] Remove on_clone member, which is no longer used.
2013-08-07 Daniel Dunbar[lit] Report the traceback when config import fails.
2013-08-07 Daniel Dunbar[lit] Use py2&3 compatible exec() syntax.
2013-08-07 Daniel Dunbar[lit] Remove uses of deprecated except syntax.
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.
2012-10-19 Daniel Dunbarlit: Rename the valgrind leaks feature to match what...
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-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-13 NAKAMURA Takumilit: Pass %INCLUDE% to tests on Win32. clang may expect...
2012-02-06 Andrew TrickThis is a small patch with a couple of improvements...
2012-01-11 Argyrios KyrtzidisDisable the crash reporter when running lit tests.
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-06-22 Andrew Tricklit support for REQUIRES: asserts.
2011-06-16 Andrew TrickAdd support to lit for build mode requirements. e.g.
2011-03-18 NAKAMURA Takumiraw_ostream: [PR6745] Tweak formatting (double)%e for...
2011-03-05 NAKAMURA TakumiOn Windows hosts, Python scripts in test/Scripts did...
2011-02-17 NAKAMURA Takumilit/TestingConfig.py: Add the environment variable...
2010-09-17 Duncan SandsSome of the tests build an executable with llvm-gcc...
2010-07-21 Daniel Dunbarlit: Add support for 'REQUIRES: feature-one, feature...
2010-03-08 John McCallRevert r97726 and r97728 at ddunbar's request; we want...
2010-03-05 Duncan SandsIf LD_LIBRARY_PATH is set in the system environment...
2010-03-04 John McCallTeach lit to honor conditional directives. The syntax is:
2009-12-26 Daniel Dunbarlit: Sink code into a 'lit' package.