[Lldb-commits] [PATCH] D15241: Simplify TestThreadSpecificBreakpoint.py

Zachary Turner via lldb-commits lldb-commits at lists.llvm.org
Fri Dec 4 12:58:24 PST 2015


zturner added a comment.

Wouldn't the functionality that's tested by that combination of two things at the same be equivalently tested by this test, plus a test that only tests the behavior of conditional breakpoints?

In other words, if you had two tests, one which only tests thread specific breakpoints, and one which only tests conditional breakpoints, then wouldn't the original test which tests both at the same time always pass?  The two features are kind of independent of each other aren't they?  So I wouldn't imagine that you could have TestConditionalBreakpoint and TestThreadspecificBreakpoint both pass, but TestConditionalBreakpointWithThreadSpecificBreakpoint fail.


http://reviews.llvm.org/D15241





More information about the lldb-commits mailing list