Bug 20448

Summary: Ran run-webkit-tests --leaks --singly on r35831
Product: WebKit Reporter: Henk Poley <HenkPoley>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal CC: mrowe
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   
Attachments:
Description Flags
/tmp/layout-test-results none

Henk Poley
Reported 2008-08-19 14:26:31 PDT
Attached will be a bz2 of the /tmp/layout-test-results.
Attachments
/tmp/layout-test-results (834.61 KB, application/octet-stream)
2008-08-19 14:27 PDT, Henk Poley
no flags
Henk Poley
Comment 1 2008-08-19 14:27:34 PDT
Created attachment 22882 [details] /tmp/layout-test-results
Mark Rowe (bdash)
Comment 2 2008-08-19 14:36:11 PDT
These results appear to be from a Release build of WebKit. This means that any allocations from within WebKit will not be tracked in a useful manner for "--leaks", due to the use of a custom allocator in release builds. The end result of this is that the only leaks that appear in your output are from outside of WebKit, with CFNetwork appearing to be the primary culprit. Closing as INVALID as there doesn't appear to be anything actionable in the leaks output. Sorry :-(
Note You need to log in before you can comment on or make changes to this bug.