[PATCH] D46334: [CMake] Unify and relayer testing

Pavel Labath via llvm-commits llvm-commits at lists.llvm.org
Thu May 3 09:48:13 PDT 2018


I remember hearing some people use the check-lldb-single target, but it had
to do with running the tests against some remote devices/stubs that did not
handle multiple connections very well.

However, the way it seems to me, with the transition to lit, this target
will have to go away sooner or later (it still invokes dotest directly). If
there is a substantial effort involved in making it work, then maybe the
time to drop it is now. It will still be possible to run the tests in this
mode by invoking dotest directly. (and if this is something that we really
need to support in the future, we should identify who these people are, and
what requirements they have).
On Thu, 3 May 2018 at 17:35, Adrian Prantl via Phabricator <
reviews at reviews.llvm.org> wrote:

> aprantl added a comment.

> > If by as-is you mean with a big comment in the config file before the
creation of check-single that it is broken, then yes, let's get the bots
unblocked and then fix the issue.

> Sounds good. Thanks!


> https://reviews.llvm.org/D46334


More information about the llvm-commits mailing list