[zorg] r283132 - Disable tests on the windows LLDB builder.
Zachary Turner via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 3 11:39:03 PDT 2016
Author: zturner
Date: Mon Oct 3 13:39:03 2016
New Revision: 283132
URL: http://llvm.org/viewvc/llvm-project?rev=283132&view=rev
Log:
Disable tests on the windows LLDB builder.
Modified:
zorg/trunk/buildbot/osuosl/master/config/builders.py
Modified: zorg/trunk/buildbot/osuosl/master/config/builders.py
URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/buildbot/osuosl/master/config/builders.py?rev=283132&r1=283131&r2=283132&view=diff
==============================================================================
--- zorg/trunk/buildbot/osuosl/master/config/builders.py (original)
+++ zorg/trunk/buildbot/osuosl/master/config/builders.py Mon Oct 3 13:39:03 2016
@@ -609,7 +609,7 @@ def _get_lldb_builders():
{'name': "lldb-x86-windows-msvc2015",
'slavenames': ["zturner-win2008"],
'builddir': "lldb-windows-x86",
- 'factory': LLDBBuilder.getLLDBWindowsCMakeBuildFactory(test=True)},
+ 'factory': LLDBBuilder.getLLDBWindowsCMakeBuildFactory(test=False)},
# Disable the builder till we fix the cmake configuration
#{'name': "lldb-x86-win7-msvc",
#'slavenames': ["hexagon-build-01"],
More information about the llvm-commits
mailing list