This revision was automatically updated to reflect the committed changes.
Closed by commit rL274831: [zorg] Remove flunkOnFailure=False from the scripted 
LLDB builder unittests (authored by labath).

Changed prior to commit:
  http://reviews.llvm.org/D22097?vs=63086&id=63187#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D22097

Files:
  zorg/trunk/zorg/buildbot/builders/LLDBBuilder.py

Index: zorg/trunk/zorg/buildbot/builders/LLDBBuilder.py
===================================================================
--- zorg/trunk/zorg/buildbot/builders/LLDBBuilder.py
+++ zorg/trunk/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/trunk/zorg/buildbot/builders/LLDBBuilder.py
===================================================================
--- zorg/trunk/zorg/buildbot/builders/LLDBBuilder.py
+++ zorg/trunk/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

Reply via email to