[Lldb-commits] [PATCH] D81697: Add support for batch-testing to the LLDB testsuite.

Benson Li via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Jul 2 15:41:15 PDT 2020


bbli added a comment.

> For example, the thing that's annoying me now is that whenever a test fails in the "make" phase (e.g. a compile error), we only get an error message with the return status, and the original make invocation.

Sure thing, how should I get started(in particular where in the codebase should I look for the compile aspect of this fix)?

> I'd also be happy to help you with attempting to migrate to a newer unittest framework, if you're willing to give that a shot.

Hmm, how about I give it a shot after working on the above, so I get more background/learn more about the inner workings of unittest2 first.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D81697/new/

https://reviews.llvm.org/D81697





More information about the lldb-commits mailing list