summaryrefslogtreecommitdiff
path: root/utils/lit/lit/LitConfig.py
Commit message (Expand)AuthorAge
* self.path may be empty or otherwise miss the normal system directories,Joerg Sonnenberger2013-10-26
* [lit] Drop deprecated aliases for lit and old module names.Daniel Dunbar2013-08-09
* [lit] Rename lit.{TestFormats,Util} to their aliased names {formats,util}.Daniel Dunbar2013-08-09
* [lit] Split TestingConfig.frompath() into separate ctor and load methods.Daniel Dunbar2013-08-09
* [lit] Eliminate mustExist parameter from TestingConfig.frompath().Daniel Dunbar2013-08-09
* [lit] Eliminate parent argument from TestingConfig.frompath(), which is effec...Daniel Dunbar2013-08-09
* [lit] Eliminate some nested imports.Daniel Dunbar2013-08-08
* [lit] Remove unnecessary list copy.Daniel Dunbar2013-08-07
* [lit] Use list comprehensions instead of map().Daniel Dunbar2013-08-07
* lit/LitConfig.py: Fixup for msys bash.NAKAMURA Takumi2013-08-07
* Lit: Resurrect --no-execute dropped in r187852.NAKAMURA Takumi2013-08-07
* [lit] Use modern absolute/relative import style.Daniel Dunbar2013-08-07
* [lit] Use .write() methods instead of print statement.Daniel Dunbar2013-08-07
* [lit] Drop --no-execute, which isn't generally useful.Daniel Dunbar2013-08-07
* [lit] Remove dead ignoreStdError argument.Daniel Dunbar2013-08-07
* [lit] Delete the now-unused SyntaxCheckTest format.Daniel Dunbar2013-01-31
* [lit] Move discovery code into its own module.Daniel Dunbar2013-01-31
* Remove support for Tcl test format since nobody uses itDmitri Gribenko2013-01-18
* lit: Add 'valgrind' and 'valgrind-leaks' features when valgrind is used.Daniel Dunbar2012-10-19
* This is a small patch with a couple of improvements for running lit with --de...Andrew Trick2012-02-06
* Lit option for ignoring stderr output.Andrew Trick2011-08-30
* lit/LitConfig.py: Demote Win32 message "Unable to find 'bash.exe'" from Warni...NAKAMURA Takumi2011-07-09
* lit/LitConfig.py: Add the new method getToolsPath(dir,paths,tools).NAKAMURA Takumi2011-02-09
* lit: Expose FileBasedTest object and Test module via 'lit' object that getsDaniel Dunbar2010-09-15
* lit: Add another place to look for bash.Daniel Dunbar2010-05-19
* When we don't pass --vg-leak to lit, pass --leak-check=no to valgrind.Jeffrey Yasskin2010-03-21
* Add support for XFAILing valgrind runs with memory leak checking independentlyJeffrey Yasskin2010-03-20
* lit: Sink code into a 'lit' package.Daniel Dunbar2009-12-26