1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-01 08:23:21 +01:00
llvm-mirror/utils/lit/lit
NAKAMURA Takumi 658e08c7e9 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).

llvm-svn: 125175
2011-02-09 04:19:15 +00:00
..
ExampleTests lit: Add some example tests for previous commit. 2010-07-22 00:40:19 +00:00
ExampleTests.ObjDir
__init__.py lit: Bump version to 0.2.0dev, for no apparent reason. 2010-09-18 02:28:15 +00:00
LitConfig.py lit/LitConfig.py: Add the new method getToolsPath(dir,paths,tools). 2011-02-09 04:19:15 +00:00
LitFormats.py lit: Expose FileBasedTest object and Test module via 'lit' object that gets 2010-09-15 03:52:38 +00:00
LitTestCase.py lit: Add LitTestCase and lit.load_test_suite, for adapting lit based suites for 2010-03-25 07:10:01 +00:00
main.py lit: Rename main lit module to main.py, lit/lit/lit.py was a bit too, err, 2010-09-15 03:52:31 +00:00
ProgressBar.py
ShCommands.py
ShUtil.py lit: Fix a sh lexing bug which caused annotate-token.m to fail when run with the 2010-05-12 21:47:58 +00:00
TclUtil.py
Test.py
TestFormats.py utils/lit/lit/TestFormats.py: [PR8438] unittests: Seek *Tests (not BUILD_MODE/*Tests) under whole unittests/ if BUILD_MODE == '.' 2010-12-07 07:41:32 +00:00
TestingConfig.py Some of the tests build an executable with llvm-gcc. For this to work, llvm-gcc 2010-09-17 17:05:27 +00:00
TestRunner.py On Windows, replace each occurrence of '\' by '\\' on the replacement string. This is necessary to prevent re.sub from replacing escape sequences occurring in path. 2011-01-08 18:09:48 +00:00
Util.py lit/Util.py: Add two functions, checkToolsPath(dir,tools) and whichTools(tools,paths). 2011-02-09 04:19:06 +00:00