[PATCH] D45215: RFC/WIP: Have lit run the lldb test suite

Jonas Devlieghere via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 3 10:36:18 PDT 2018


JDevlieghere added a comment.

In https://reviews.llvm.org/D45215#1055832, @aprantl wrote:

> So this is basically replacing the parallel test-driver functionality of dotest with lit and dotest is only used to invoke one test at a time. This way we (as the LLVM project) can avoid maintaining to test drivers implemented in python. That clearly sounds like the right direction forward!
>
> I wonder if there is anything more automatic we could do instead of requiring a .test file in every directory. For example: could we have lit recognize .py files and stick the RUN line into the py files?


That's an excellent idea, let me give that a shot!


Repository:
  rL LLVM

https://reviews.llvm.org/D45215





More information about the llvm-commits mailing list