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

Zachary Turner via llvm-commits llvm-commits at lists.llvm.org
Thu May 12 13:27:40 PDT 2016


I had to revert this for now as I work through a couple of issues.  Is
there any way to get the FULL PATH of the build directory on the slave?
Right now I'm specifying -DLLDB_TEST_COMPILER="bin\clang.exe", but I need
this to be the full path, not a relative path.

On Mon, May 9, 2016 at 10:42 AM Galina <gkistanova at gmail.com> wrote:

> 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
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160512/0915d9c9/attachment.html>


More information about the llvm-commits mailing list