[Lldb-commits] [PATCH] D43686: Add "lldb-test breakpoint" command and convert the case-sensitivity test to use it

Jim Ingham via lldb-commits lldb-commits at lists.llvm.org
Fri Feb 23 11:24:57 PST 2018


To be fair, you could probably have made the dotest.py version of the test close to as fast by not running a process.  The old test was testing that we got a location for the breakpoint AND hit it.  The latter was probably overkill.  But the two tests aren't testing the same thing.

> On Feb 23, 2018, at 11:20 AM, Davide Italiano via Phabricator <reviews at reviews.llvm.org> wrote:
> 
> davide added a comment.
> 
> (and thanks for saving 1 minutes and 30 seconds of my life multiplied by the many times I run the test suite per day).
> 
> 
> https://reviews.llvm.org/D43686
> 
> 
> 



More information about the lldb-commits mailing list