Bug 16903

Summary: Add a "bisect-tests" tool to find tests that leak
Product: WebKit Reporter: mitz
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Enhancement CC: aroben, darin, ddkilzer
Priority: P3 Keywords: InRadar, ToolsHitList
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   

Description mitz 2008-01-16 23:38:12 PST
When tracking down a memory leak seen on build bot, I try to narrow it down to one layout test that causes the leak, by repeatedly invoking run-webkit-tests --leaks with smaller sets of tests. However, there is no easy way to specify a continuous range of tests, and there is no way to automate the process.

Building "range" support into run-webkit-tests and adding "bisect" functionality either in run-webkit-tests or in a wrapper script will help speed up the process.
Comment 1 David Kilzer (:ddkilzer) 2008-01-17 02:07:15 PST
Definitely similar to Bug 16873.  Would be nice to be able to define what "failure" is in this case (whether it's a leak or a failing test).

Comment 2 Adam Roben (:aroben) 2011-05-26 11:44:21 PDT
<rdar://problem/9509302>