[Lldb-commits] [PATCH] D46334: [CMake] Unify and relayer testing

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


labath added subscribers: aprantl, davide, JDevlieghere, zturner.
labath added a comment.

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).


https://reviews.llvm.org/D46334





More information about the lldb-commits mailing list