aboutsummaryrefslogtreecommitdiffstats
path: root/utils/lit/lit/TestingConfig.py
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-1/+5
* Pass LSAN_OPTIONS down so that it is possible to add suppressions.Rafael Espindola2015-01-081-1/+2
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-4/+5
* Update to LLVM 3.5a.Stephen Hines2014-04-241-11/+13
* Lit: LIT_PRESERVES_TMP should be aware of TMPDIR, too.NAKAMURA Takumi2013-10-171-2/+3
* Lit: Introduce an environment variable, $LIT_PRESERVES_TMP, to preserve TMP (...NAKAMURA Takumi2013-10-171-0/+9
* [lit] Allow config files to pass arbitrary values to child configs.Daniel Dunbar2013-09-031-11/+0
* [lit] Drop deprecated aliases for lit and old module names.Daniel Dunbar2013-08-091-1/+0
* [lit] Fix typo.Daniel Dunbar2013-08-091-1/+1
* [lit] Inject the lit specific config object as 'lit_config' when loading conf...Daniel Dunbar2013-08-091-0/+1
* [lit] Split TestingConfig.frompath() into separate ctor and load methods.Daniel Dunbar2013-08-091-47/+51
* [lit] Eliminate mustExist parameter from TestingConfig.frompath().Daniel Dunbar2013-08-091-34/+32
* [lit] Only create config copies when a local config file is present.Daniel Dunbar2013-08-091-2/+2
* [lit] Eliminate parent argument from TestingConfig.frompath(), which is effec...Daniel Dunbar2013-08-091-2/+9
* [lit] Remove on_clone member, which is no longer used.Daniel Dunbar2013-08-081-12/+7
* [lit] Report the traceback when config import fails.Daniel Dunbar2013-08-071-0/+5
* [lit] Use py2&3 compatible exec() syntax.Daniel Dunbar2013-08-071-1/+7
* [lit] Remove uses of deprecated except syntax.Daniel Dunbar2013-08-071-2/+3
* Move the default back to pipefail. I accidentally reverted it before.Rafael Espindola2013-07-261-1/+1
* Propagate pipefail when cloning.Rafael Espindola2013-07-261-4/+6
* Use pipefail when available.Rafael Espindola2013-07-261-0/+1
* lit: Rename the valgrind leaks feature to match what is currently usedDaniel Dunbar2012-10-191-1/+1
* lit: Add 'valgrind' and 'valgrind-leaks' features when valgrind is used.Daniel Dunbar2012-10-191-1/+8
* lit: Propagate TERM variable in environment, some tools can do really obscureDaniel Dunbar2012-10-191-0/+1
* Fix lit failure on cmake-clang-x64_64-linux bot, apparently due to its havingEli Bendersky2012-03-251-1/+4
* Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnuEli Bendersky2012-03-251-0/+6
* lit: Pass %INCLUDE% to tests on Win32. clang may expect existence of %INCLUDE...NAKAMURA Takumi2012-03-131-0/+1
* This is a small patch with a couple of improvements for running lit with --de...Andrew Trick2012-02-061-2/+7
* Disable the crash reporter when running lit tests.Argyrios Kyrtzidis2012-01-111-1/+1
* utils/lit/lit/TestingConfig.py: Pass TEMP and TMP to tests on Win32 hosts.NAKAMURA Takumi2011-08-201-0/+2
* utils/lit/lit/TestingConfig.py: Split out environment vars for Win32.NAKAMURA Takumi2011-08-201-3/+8
* lit support for REQUIRES: asserts.Andrew Trick2011-06-221-7/+0
* Add support to lit for build mode requirements. e.g.Andrew Trick2011-06-161-0/+7
* raw_ostream: [PR6745] Tweak formatting (double)%e for Windows hosts.NAKAMURA Takumi2011-03-181-1/+0
* On Windows hosts, Python scripts in test/Scripts did not accept binary files ...NAKAMURA Takumi2011-03-051-0/+1
* lit/TestingConfig.py: Add the environment variable PRINTF_EXPONENT_DIGITS as ...NAKAMURA Takumi2011-02-171-0/+1
* Some of the tests build an executable with llvm-gcc. For this to work, llvm-gccDuncan Sands2010-09-171-0/+1
* lit: Add support for 'REQUIRES: feature-one, feature-two, ...' in theDaniel Dunbar2010-07-211-3/+6
* Revert r97726 and r97728 at ddunbar's request; we want to solve thisJohn McCall2010-03-081-5/+3
* If LD_LIBRARY_PATH is set in the system environment, use it.Duncan Sands2010-03-051-0/+1
* Teach lit to honor conditional directives. The syntax is:John McCall2010-03-041-3/+5
* lit: Sink code into a 'lit' package.Daniel Dunbar2009-12-261-0/+97