History log of /external/llvm/utils/lit/lit/LitConfig.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
d0b3da1ea266774f97c63b5ec163de964c5711bf 07-Feb-2012 Andrew Trick <atrick@apple.com> This is a small patch with a couple of improvements for running lit with --debug:

1. Added a status note when a config file is loaded directly with load_config. This helps notice loads of lit.cfg from lit.site.cfg
2. Added a status note on the result of a config load. Previously, it was just notifying that it tries to load a config file. Now it will also say whether the load succeeded or the file wasn't found

The two changes give better visibility into which config files were actually loaded by lit. The effect is only on --debug runs.

Patch by Eli Bendersky!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149932 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/lit/lit/LitConfig.py
7c12837916e647a9225fe2433f826588f2f28726 30-Aug-2011 Andrew Trick <atrick@apple.com> Lit option for ignoring stderr output.

This is useful for testing a build a temporarily hand instrumented
build.
Patch by arrowdodger!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138804 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/lit/lit/LitConfig.py
6bb5fe3a0d7cf92cd5e77382f1c737a919ab7669 09-Jul-2011 NAKAMURA Takumi <geek4civic@gmail.com> lit/LitConfig.py: Demote Win32 message "Unable to find 'bash.exe'" from Warning to Note.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134809 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/lit/lit/LitConfig.py
302b16932332fc3eb46a3a65f33597ab1519988a 09-Feb-2011 NAKAMURA Takumi <geek4civic@gmail.com> lit/LitConfig.py: Add the new method getToolsPath(dir,paths,tools).

It seeks tools(eg. [cmp, grep, sed]) in same directory, to be sane.

It seeks "bash" only in the directory found at last time. Or bash would be insane (against other tools).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@125175 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/lit/lit/LitConfig.py
c2be84fd490d2e0a8de1731adf9c996ba15bba5c 15-Sep-2010 Daniel Dunbar <daniel@zuster.org> lit: Expose FileBasedTest object and Test module via 'lit' object that gets
exposed to config files.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113923 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/lit/lit/LitConfig.py
b0ac8677fdcfacea2ff62251ea6515fe6665e37e 20-May-2010 Daniel Dunbar <daniel@zuster.org> lit: Add another place to look for bash.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@104189 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/lit/lit/LitConfig.py
982873cdfb3faa9fc06a5b9ce6296bfddc0b05c3 21-Mar-2010 Jeffrey Yasskin <jyasskin@google.com> When we don't pass --vg-leak to lit, pass --leak-check=no to valgrind.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@99112 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/lit/lit/LitConfig.py
32989deb9641cf3878686b5634311a7a125f8f02 21-Mar-2010 Jeffrey Yasskin <jyasskin@google.com> Add support for XFAILing valgrind runs with memory leak checking independently
of runs without leak checking. We add -vg to the triple for non-checked runs,
or -vg_leak for checked runs. Also use this to XFAIL the TableGen tests, since
tablegen leaks like a sieve. This includes some valgrindArgs refactoring.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@99103 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/lit/lit/LitConfig.py
d24f1f342a4637756297117ead63e2e966999126 26-Dec-2009 Daniel Dunbar <daniel@zuster.org> lit: Sink code into a 'lit' package.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92168 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/lit/lit/LitConfig.py