Bug 195315

Summary: MockLibWebRTCPeerConnection is leaking some session description
Product: WebKit Reporter: youenn fablet <youennf>
Component: WebRTCAssignee: youenn fablet <youennf>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, ddkilzer, eric.carlson, ews-watchlist, webkit-bug-importer, youennf
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Archive of layout-test-results from ews121 for ios-simulator-wk2
none
Patch for landing none

Description youenn fablet 2019-03-04 22:40:19 PST
MockLibWebRTCPeerConnection is leaking some session description
Comment 1 youenn fablet 2019-03-04 22:40:37 PST
<rdar://problem/47840038>
Comment 2 youenn fablet 2019-03-04 22:43:19 PST
Created attachment 363606 [details]
Patch
Comment 3 EWS Watchlist 2019-03-05 01:37:49 PST
Comment on attachment 363606 [details]
Patch

Attachment 363606 [details] did not pass ios-sim-ews (ios-simulator-wk2):
Output: https://webkit-queues.webkit.org/results/11374442

New failing tests:
fast/scrolling/ios/hit-testing-iframe-003.html
Comment 4 EWS Watchlist 2019-03-05 01:37:50 PST
Created attachment 363621 [details]
Archive of layout-test-results from ews121 for ios-simulator-wk2

The attached test failures were seen while running run-webkit-tests on the ios-sim-ews.
Bot: ews121  Port: ios-simulator-wk2  Platform: Mac OS X 10.13.6
Comment 5 David Kilzer (:ddkilzer) 2019-03-05 02:05:04 PST
Comment on attachment 363606 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=363606&action=review

r=me

> Source/WebCore/testing/MockLibWebRTCPeerConnection.cpp:214
> +void MockLibWebRTCPeerConnection::SetLocalDescription(webrtc::SetSessionDescriptionObserver* observer, webrtc::SessionDescriptionInterface* description)

Nit: Use `sessionDescription` like SetRemoteDescription()?
Comment 6 youenn fablet 2019-03-05 13:13:26 PST
Created attachment 363674 [details]
Patch for landing
Comment 7 WebKit Commit Bot 2019-03-05 13:49:47 PST
Comment on attachment 363674 [details]
Patch for landing

Clearing flags on attachment: 363674

Committed r242506: <https://trac.webkit.org/changeset/242506>
Comment 8 WebKit Commit Bot 2019-03-05 13:49:49 PST
All reviewed patches have been landed.  Closing bug.