[Lldb-commits] [PATCH] D22097: [zorg] Remove flunkOnFailure=False from the scripted LLDB builder
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Fri Jul 8 01:51:07 PDT 2016
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22097.63187.patch
Type: text/x-patch
Size: 692 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20160708/3ac84c19/attachment.bin>
More information about the lldb-commits
mailing list