labath created this revision. labath added reviewers: chying, gkistanova. labath added a subscriber: lldb-commits.
The unit tests appear to be running reliably, so let's make them affect the build output. (All scripted LLDB builtbots are still marked as experimental though.) http://reviews.llvm.org/D22097 Files: zorg/buildbot/builders/LLDBBuilder.py Index: zorg/buildbot/builders/LLDBBuilder.py =================================================================== --- zorg/buildbot/builders/LLDBBuilder.py +++ zorg/buildbot/builders/LLDBBuilder.py @@ -971,8 +971,6 @@ command=[pathSep + 'testUnit' + scriptExt], description=["testing"], descriptionDone=["unit test"], - flunkOnFailure=False, - warnOnFailure=False, workdir='scripts')) getTestSteps(f, scriptExt, pathSep) # upload test traces
Index: zorg/buildbot/builders/LLDBBuilder.py =================================================================== --- zorg/buildbot/builders/LLDBBuilder.py +++ zorg/buildbot/builders/LLDBBuilder.py @@ -971,8 +971,6 @@ command=[pathSep + 'testUnit' + scriptExt], description=["testing"], descriptionDone=["unit test"], - flunkOnFailure=False, - warnOnFailure=False, workdir='scripts')) getTestSteps(f, scriptExt, pathSep) # upload test traces
_______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits