[Lldb-commits] [PATCH] D42914: Rewrite TestTargetSymbolsBuildidCase to be more focused

Davide Italiano via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Feb 5 09:39:05 PST 2018


davide added a comment.

Nice :)
This looks already fine as-is, but I wonder whether we can get rid of the python boilerplate altogether?
There has been quite a bit of discussion about using `lldb-test` for this sort of more focused testing, so I wonder whether you gave it a try? (just a random thought, didn't see whether this is feasible).
FWIW, I'm working on extending `lldb-test` as an experiment to test new functionalities so that we can test in a way that's more akin to llvm.


https://reviews.llvm.org/D42914





More information about the lldb-commits mailing list