[Lldb-commits] [PATCH] D78242: [lldb/Docs] Add some more info about the test suite layout

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Apr 16 02:49:29 PDT 2020


labath added a comment.

Another interesting aspect of the "shell" tests is that there you can often get away with a broken/incomplete binary, whereas the "api" tests almost always require a fully functional executable. This enables testing of (some) aspects of handling of binaries with non-native architectures or operating systems. I see this as a big advantage of the shell tests. And a bit of a missed opportunity too -- we don't have many tests like this right now, which means is fairly hard to contribute something to lldb without having access to mac, linux, and windows machines (arm boxes are useful too, at times)...


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

https://reviews.llvm.org/D78242





More information about the lldb-commits mailing list