[Lldb-commits] [PATCH] D24591: [LIT] First pass of LLDB LIT support
Enrico Granata via lldb-commits
lldb-commits at lists.llvm.org
Wed Sep 14 15:34:18 PDT 2016
granata.enrico added a subscriber: granata.enrico.
granata.enrico added a comment.
One piece of concern that I have is the multiplication of things that "testing LLDB" means.
We have unit tests, Python tests, and now LIT tests.
That means, for each change I want to commit, if I want confidence that I am not breaking anything (which seems like a thing one could conceivably want :-) now I need to know and perform three unrelated incantations instead of one.
If that is the temporary state of affairs while we transition to a better new world, then so be it. But I would definitely want for there to eventually be one true incantation that runs all tests, no matter their flavor.
https://reviews.llvm.org/D24591
More information about the lldb-commits
mailing list