Bug 205873 - REGRESSION: [ Mac wk2 ] fast/mediastream/captureInGPUProcess.html is a flaky failure
Summary: REGRESSION: [ Mac wk2 ] fast/mediastream/captureInGPUProcess.html is a flaky ...
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: 2020-01-07 11:13 PST by Truitt Savell
Modified: 2020-01-09 07:58 PST (History)
12 users (show)

See Also:


Attachments
Patch (13.77 KB, patch)
2020-01-09 02:56 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 Truitt Savell 2020-01-07 11:13:21 PST
fast/mediastream/captureInGPUProcess.html

Description:
This test was introduced as a flaky failure in https://trac.webkit.org/changeset/254130/webkit

History:
https://results.webkit.org/?suite=layout-tests&test=fast%2Fmediastream%2FcaptureInGPUProcess.html

Diff:
--- /Volumes/Data/slave/catalina-release-tests-wk2/build/layout-test-results/fast/mediastream/captureInGPUProcess-expected.txt
+++ /Volumes/Data/slave/catalina-release-tests-wk2/build/layout-test-results/fast/mediastream/captureInGPUProcess-actual.txt
@@ -1,5 +1,7 @@
+CONSOLE MESSAGE: Failed to create MediaStream audio source: 
+CONSOLE MESSAGE: Failed to create MediaStream video source: 
 
 
-PASS Play audio captured in GPU process 
-PASS Play video captured in GPU process 
+FAIL Play audio captured in GPU process promise_test: Unhandled rejection with value: object "NotReadableError: The I/O read operation failed."
+FAIL Play video captured in GPU process promise_test: Unhandled rejection with value: object "NotReadableError: The I/O read operation failed."
Comment 1 Radar WebKit Bug Importer 2020-01-07 11:13:38 PST
<rdar://problem/58380638>
Comment 2 youenn fablet 2020-01-07 12:02:02 PST
It probably needs to update TestOptions::hasSameInitializationOptions to account for capture in GPU process.
Comment 3 youenn fablet 2020-01-08 01:38:03 PST
Cannot repro locally and bots seem happy now.
Comment 4 Truitt Savell 2020-01-08 12:14:53 PST
This test is failing again according to the history as of around r254194
Comment 5 youenn fablet 2020-01-09 02:56:23 PST
Created attachment 387208 [details]
Patch
Comment 6 WebKit Commit Bot 2020-01-09 07:58:23 PST
Comment on attachment 387208 [details]
Patch

Clearing flags on attachment: 387208

Committed r254259: <https://trac.webkit.org/changeset/254259>
Comment 7 WebKit Commit Bot 2020-01-09 07:58:24 PST
All reviewed patches have been landed.  Closing bug.