[PATCH] D20021: Enable tests on the Windows LLDB buildbot
Zachary Turner via llvm-commits
llvm-commits at lists.llvm.org
Fri May 6 08:32:25 PDT 2016
zturner created this revision.
zturner added a reviewer: gkistanova.
zturner added a subscriber: llvm-commits.
Is this all that is necessary to get this working? `ninja check-lldb` doesn't use lit but a different testing system, so I don't know if special logic is needed to get buildbot to understand the output of check-lldb, or if it will just work.
Also, how do I add myself to the email list so I get notified whenever this buildbot fails, even if it didn't fail because of me?
http://reviews.llvm.org/D20021
Files:
buildbot/osuosl/master/config/builders.py
Index: buildbot/osuosl/master/config/builders.py
===================================================================
--- buildbot/osuosl/master/config/builders.py
+++ buildbot/osuosl/master/config/builders.py
@@ -565,7 +565,7 @@
{'name': "lldb-x86-windows-msvc2015",
'slavenames': ["zturner-win2008"],
'builddir': "lldb-windows-x86",
- 'factory': LLDBBuilder.getLLDBWindowsCMakeBuildFactory()},
+ 'factory': LLDBBuilder.getLLDBWindowsCMakeBuildFactory(test=True)},
{'name': "lldb-x86-win7-msvc",
'slavenames': ["hexagon-build-01"],
'builddir': "builddir/lldb-win7-msvc",
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20021.56419.patch
Type: text/x-patch
Size: 645 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160506/b2ad8480/attachment.bin>
More information about the llvm-commits
mailing list