[Lldb-commits] [PATCH] D22097: [zorg] Remove flunkOnFailure=False from the scripted LLDB builder

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Thu Jul 7 09:46:13 PDT 2016


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


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22097.63086.patch
Type: text/x-patch
Size: 659 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20160707/eb7b68db/attachment.bin>


More information about the lldb-commits mailing list