labath created this revision. labath added reviewers: chying, gkistanova. labath added a subscriber: lldb-commits.
For the time being they are run with flunkOnFailure=False. If they prove to be reliable. I will switch them to True. http://reviews.llvm.org/D21159 Files: zorg/buildbot/builders/LLDBBuilder.py Index: zorg/buildbot/builders/LLDBBuilder.py =================================================================== --- zorg/buildbot/builders/LLDBBuilder.py +++ zorg/buildbot/builders/LLDBBuilder.py @@ -967,6 +967,13 @@ # Test if runTest: + f.addStep(LitTestCommand(name="run unit tests", + command=[pathSep + 'testUnit' + scriptExt], + description=["testing"], + descriptionDone=["unit test"], + flunkOnFailure=False, + warnOnFailure=False, + workdir='scripts')) getTestSteps(f, scriptExt, pathSep) # upload test traces getShellCommandStep(f, name='upload test traces',
Index: zorg/buildbot/builders/LLDBBuilder.py =================================================================== --- zorg/buildbot/builders/LLDBBuilder.py +++ zorg/buildbot/builders/LLDBBuilder.py @@ -967,6 +967,13 @@ # Test if runTest: + f.addStep(LitTestCommand(name="run unit tests", + command=[pathSep + 'testUnit' + scriptExt], + description=["testing"], + descriptionDone=["unit test"], + flunkOnFailure=False, + warnOnFailure=False, + workdir='scripts')) getTestSteps(f, scriptExt, pathSep) # upload test traces getShellCommandStep(f, name='upload test traces',
_______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits