1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00
llvm-mirror/utils/lit
Jeffrey Yasskin 160f3b9191 Support GoogleTest's "typed tests"
(http://code.google.com/p/googletest/wiki/GoogleTestAdvancedGuide#Typed_Tests)
in lit.py.  These tests have names like "ValueMapTest/0.Iteration", which broke
when lit.py os.path.join()ed them onto the path and then assumed it could
os.path.split() them back off.  This patch shifts path components from the
testPath to the testName until the testPath exists.

llvm-svn: 84387
2009-10-18 02:05:42 +00:00
..
lit.py Don't traverse into .svn directories. 2009-09-28 07:32:45 +00:00
LitConfig.py
LitFormats.py lit: Add a custom test format for use in clang. 2009-09-16 01:34:52 +00:00
ProgressBar.py
ShCommands.py Fix typo that worked on python 2.6. 2009-09-08 05:46:28 +00:00
ShUtil.py
TclUtil.py Fix typo that worked on python 2.6. 2009-09-08 05:46:28 +00:00
Test.py
TestFormats.py Support GoogleTest's "typed tests" 2009-10-18 02:05:42 +00:00
TestingConfig.py Add a magic LLVM_DISABLE_CRT_DEBUG environment variable which we check in RegisterHandler and use to disable the Win32 crash dialogs. These are a major blocker to any kind of automated testing. 2009-09-22 09:50:28 +00:00
TestRunner.py lit: When executing shell scripts internally, don't allow piped stderr on any 2009-09-22 09:50:38 +00:00
TODO
Util.py