Bug 4590 - run-webkit-tests --leaks should output to a file instead of STDOUT
Summary: run-webkit-tests --leaks should output to a file instead of STDOUT
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P4 Normal
Assignee: Eric Seidel (no email)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-22 16:47 PDT by Eric Seidel (no email)
Modified: 2005-08-23 16:05 PDT (History)
0 users

See Also:


Attachments
makes --leaks output to a file (1.48 KB, patch)
2005-08-22 16:48 PDT, Eric Seidel (no email)
mjs: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 2005-08-22 16:47:52 PDT
run-webkit-tests --leaks should output to a file instead of STDOUT

The attached patch does just that.  Here is some example output:

Checking for leaks in DumpKCanvasTree...
50511 leaks (1321088 bytes) were found in DumpKCanvasTree, full results: /tmp/layout-test-results/
DumpKCanvasTree-leaks.txt

Checking for leaks in ImageDiff...

206 test cases (94%) succeeded
12 test cases (5%) had incorrect layout
Comment 1 Eric Seidel (no email) 2005-08-22 16:48:33 PDT
Created attachment 3525 [details]
makes --leaks output to a file
Comment 2 Maciej Stachowiak 2005-08-23 15:34:43 PDT
r=me