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

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 3 10:32:44 PDT 2018


aprantl added a comment.

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?


Repository:
  rL LLVM

https://reviews.llvm.org/D45215





More information about the llvm-commits mailing list