Bug 229265 - run-webkit-tests --leaks should check for leaks in the GPU process
Summary: run-webkit-tests --leaks should check for leaks in the GPU process
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: David Kilzer (:ddkilzer)
URL:
Keywords: InRadar
Depends on:
Blocks: 229262 229264 229781
  Show dependency treegraph
 
Reported: 2021-08-18 17:15 PDT by David Kilzer (:ddkilzer)
Modified: 2021-09-02 11:06 PDT (History)
9 users (show)

See Also:


Attachments
Patch v1 (5.69 KB, patch)
2021-08-18 17:23 PDT, David Kilzer (:ddkilzer)
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!