Bug 6869

Summary: run-webkit-tests --leaks crashes
Product: WebKit Reporter: Eric Seidel (no email) <eric>
Component: Tools / TestsAssignee: Eric Seidel (no email) <eric>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P4    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
make --leaks work again mjs: review+

Description Eric Seidel (no email) 2006-01-27 02:05:56 PST
run-webkit-tests --leaks crashes

malloc logging was running out of memory.

The attached patch makes --leaks smarter.  It now bites of smaller chunks of tests to run.
Comment 1 Eric Seidel (no email) 2006-01-27 02:14:28 PST
Created attachment 6020 [details]
make --leaks work again
Comment 2 Maciej Stachowiak 2006-01-27 02:17:25 PST
Comment on attachment 6020 [details]
make --leaks work again

rs=me