[zorg] r274831 - [zorg] Remove flunkOnFailure=False from the scripted LLDB builder unittests
Pavel Labath via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 8 01:43:58 PDT 2016
Author: labath
Date: Fri Jul 8 03:43:58 2016
New Revision: 274831
URL: http://llvm.org/viewvc/llvm-project?rev=274831&view=rev
Log:
[zorg] Remove flunkOnFailure=False from the scripted LLDB builder unittests
Summary:
The unit tests appear to be running reliably, so let's make them affect the
build output. (the builtbots to which this applies to are still in the
experimental group though.)
Reviewers: chying, gkistanova
Subscribers: lldb-commits
Differential Revision: http://reviews.llvm.org/D22097
Modified:
zorg/trunk/zorg/buildbot/builders/LLDBBuilder.py
Modified: zorg/trunk/zorg/buildbot/builders/LLDBBuilder.py
URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/zorg/buildbot/builders/LLDBBuilder.py?rev=274831&r1=274830&r2=274831&view=diff
==============================================================================
--- zorg/trunk/zorg/buildbot/builders/LLDBBuilder.py (original)
+++ zorg/trunk/zorg/buildbot/builders/LLDBBuilder.py Fri Jul 8 03:43:58 2016
@@ -971,8 +971,6 @@ def getLLDBScriptCommandsFactory(
command=[pathSep + 'testUnit' + scriptExt],
description=["testing"],
descriptionDone=["unit test"],
- flunkOnFailure=False,
- warnOnFailure=False,
workdir='scripts'))
getTestSteps(f, scriptExt, pathSep)
# upload test traces
More information about the llvm-commits
mailing list