Bug 229265

Summary: run-webkit-tests --leaks should check for leaks in the GPU process
Product: WebKit Reporter: David Kilzer (:ddkilzer) <ddkilzer>
Component: Tools / TestsAssignee: David Kilzer (:ddkilzer) <ddkilzer>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, ap, eric.carlson, jbedard, jer.noble, joepeck, jonlee, simon.fraser, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 229262, 229264, 229781    
Attachments:
Description Flags
Patch v1 none

Description David Kilzer (:ddkilzer) 2021-08-18 17:15:54 PDT
run-webkit-tests --leaks should check for leaks in the GPU process.

Already found and fixed a couple of leaks:
    Bug 229262: Leak of CMSampleBufferRef (up to 2.25 KB each) in com.apple.WebKit.GPU.Development process
    Bug 229264: Leak of CMBufferQueueRef (up to 752 bytes each) in com.apple.WebKit.GPU.Development process
Comment 1 Radar WebKit Bug Importer 2021-08-18 17:16:34 PDT
<rdar://problem/82101453>
Comment 2 David Kilzer (:ddkilzer) 2021-08-18 17:23:13 PDT
Created attachment 435821 [details]
Patch v1
Comment 3 EWS 2021-08-18 20:40:46 PDT
Committed r281221 (240658@main): <https://commits.webkit.org/240658@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 435821 [details].
Comment 4 Joseph Pecoraro 2021-08-27 11:28:54 PDT
Nice!