[PATCH] D20021: Enable tests on the Windows LLDB buildbot

Galina via llvm-commits llvm-commits at lists.llvm.org
Mon May 9 10:41:59 PDT 2016


gkistanova accepted this revision.
gkistanova added a comment.
This revision is now accepted and ready to land.

LGTM.

> Is this all that is necessary to get this working?


This should be enough to get it working in general. Depending on the degree of understanding you are after, you might need to implement a custom parser for the tests output, but having just this looks like a good start. 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?


You can add MailNotifier to status.py for this.

Thanks

Galina


http://reviews.llvm.org/D20021





More information about the llvm-commits mailing list