History log of /external/llvm/utils/lit/lit/Util.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
4f2469c40c9020af2cf39ec0af518b6caba0a588 07-Aug-2013 Daniel Dunbar <daniel@zuster.org> [lit] Use dual-compatible print() syntax where possible.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187856 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/lit/lit/Util.py
0b714f768605c9f5d3c8caf2b5708e617b82f86f 07-Aug-2013 Daniel Dunbar <daniel@zuster.org> [lit] Remove use of deprecated parameter tuple unpacking.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187855 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/lit/lit/Util.py
2e60c882bf989207ad3b33685b2353f62ff3ecd4 07-Aug-2013 Daniel Dunbar <daniel@zuster.org> [lit] Remove uses of deprecated except syntax.

- Since we only have a few of these, use the cumbersome method of getting the
exception object from 'sys' to retain the current pre-2.6 compatibility.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187854 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/lit/lit/Util.py
46b4b112d23cdec5d27e2ebf70fc492be3786316 08-Sep-2012 NAKAMURA Takumi <geek4civic@gmail.com> lit: Util.which(): Use os.path.isfile() instead of os.path.exists(), or it hits to the directory.

For example, which('loop-convert') returns 'loop-convert' when the directory 'loop-convert' exists.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163469 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/lit/lit/Util.py
2f494b6afc921369c4878ec54646b077e4a3e81e 02-Jul-2011 Jordy Rose <jediknil@belkadan.com> Use subprocess.Popen instead of popen2 to stop a deprecation warning when running lit on OS X

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134324 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/lit/lit/Util.py
f5201bcd3b57e6b96ae3293b3a9c31ab49dd967c 10-Feb-2011 NAKAMURA Takumi <geek4civic@gmail.com> lit/Util.py: On Cygwin, 'PATHEXT' may exist but it should not be used.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@125272 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/lit/lit/Util.py
df944f1f83420b44e3a41d379c361b797c827b42 09-Feb-2011 NAKAMURA Takumi <geek4civic@gmail.com> lit/Util.py: Add two functions, checkToolsPath(dir,tools) and whichTools(tools,paths).

checkToolsPath(dir,tools):
return True if "dir" contains all "tools".

whichTools(tools,paths):
return a directory that contains all "tools" in "paths".
Or return None when all "tools" were not met.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@125174 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/lit/lit/Util.py
8d280fb50a1c35a4b598bf722038b7f0d71e90d0 05-Feb-2010 Jeffrey Yasskin <jyasskin@google.com> Make lit's gtest support honor config.environment.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95398 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/lit/lit/Util.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/Util.py