]> granicus.if.org Git - clang/commit
lit: Add internal script execution.
authorDaniel Dunbar <daniel@zuster.org>
Sat, 1 Aug 2009 10:18:01 +0000 (10:18 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Sat, 1 Aug 2009 10:18:01 +0000 (10:18 +0000)
commit0dec838af02e2296e755c397363d81a921dd5073
tree063169966931850da4ba271ab784dcb48d628f09
parenta39be6aa63fb756b9f4e6deac440685bac14e1b7
lit: Add internal script execution.
 - Off by default, you can test it with the --no-sh argument.

 - For me it works for all but 3 tests, but there a number of FIXMEs and QOI
   issues:
     o Redirection isn't completely accurate -- in practice it can't portably
       be, but I would like to error out if someone writes something which isn't
       going to work. This is the source of the 3 test failures.

     o Some pipe configurations have the potential to deadlock.

     o It is significantly slower when multithreaded. I believe this is due to
       locking happening under the hood, there is probably some kind of solution
       but I haven't investigated yet.

     o Log output is ugly.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@77784 91177308-0d34-0410-b5e6-96231b3b80d8
utils/test/MultiTestRunner.py
utils/test/TestRunner.py
utils/test/TestingConfig.py