Bug 205054 - Disable video capture in UIProcess for WebKitTestRunner
Summary: Disable video capture in UIProcess for WebKitTestRunner
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebRTC (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: youenn fablet
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-12-10 00:10 PST by youenn fablet
Modified: 2019-12-11 08:56 PST (History)
5 users (show)

See Also:


Attachments
Patch (1.30 KB, patch)
2019-12-10 00:11 PST, youenn fablet
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description youenn fablet 2019-12-10 00:10:24 PST
Disable video capture in UIProcess for WebKitTestRunner
Comment 1 youenn fablet 2019-12-10 00:11:45 PST
Created attachment 385242 [details]
Patch
Comment 2 youenn fablet 2019-12-10 07:21:17 PST
Mac-wk1 error is unrelated
Comment 3 WebKit Commit Bot 2019-12-10 09:15:28 PST
Comment on attachment 385242 [details]
Patch

Clearing flags on attachment: 385242

Committed r253328: <https://trac.webkit.org/changeset/253328>
Comment 4 WebKit Commit Bot 2019-12-10 09:15:29 PST
All reviewed patches have been landed.  Closing bug.
Comment 5 Radar WebKit Bug Importer 2019-12-10 09:16:45 PST
<rdar://problem/57795873>
Comment 6 Truitt Savell 2019-12-11 08:54:26 PST
It looks like the change in https://trac.webkit.org/changeset/253328/webkit

has caused webrtc/video-rotation.html

to become extremely flakey. I was able to reproduce this on Catalina using command:

run-webkit-tests webrtc/video-rotation.html --iterations 500 -f --exit-after-n-failures 50

running this on r253328 caused the test to fail greatly, r253327 did not.