Bug 221847 - [GPUP] platform/mac/media/encrypted-media/fps-encrypted-event.html flakily times out when media in GPU Process is enabled
Summary: [GPUP] platform/mac/media/encrypted-media/fps-encrypted-event.html flakily ti...
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Jon Lee
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-02-12 13:54 PST by Peng Liu
Modified: 2021-04-26 15:59 PDT (History)
4 users (show)

See Also:


Attachments
Patch (1.49 KB, patch)
2021-03-04 15:08 PST, Jon Lee
no flags Details | Formatted Diff | Diff
test list for repro (1.64 KB, text/plain)
2021-03-05 12:04 PST, Ryan Haddad
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Peng Liu 2021-02-12 13:54:29 PST
+#PID UNRESPONSIVE - WebKitTestRunner (pid 27237)
+FAIL: Timed out waiting for notifyDone to be called
 
-RUN(video.srcObject = mediaSource)
-EVENT(sourceopen)
-RUN(sourceBuffer = mediaSource.addSourceBuffer("video/mp4"))
-RUN(sourceBuffer.appendBuffer(mediaData))
-EVENT(encrypted)
-EXPECTED (event.initData != 'null') OK
-EXPECTED (event.initDataType == 'sinf') OK
-END OF TEST
-
+#EOF
+#EOF
Comment 1 Radar WebKit Bug Importer 2021-02-19 13:55:14 PST
<rdar://problem/74536210>
Comment 2 Jon Lee 2021-03-04 15:02:05 PST
This no longer times out on the bots.
Comment 3 Jon Lee 2021-03-04 15:08:36 PST
Created attachment 422294 [details]
Patch
Comment 4 EWS 2021-03-04 15:46:17 PST
Committed r273927: <https://commits.webkit.org/r273927>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 422294 [details].
Comment 5 Ryan Haddad 2021-03-05 11:20:46 PST
This test has been timing out on EWS after this expectation was removed, marked it as flaky again in https://trac.webkit.org/changeset/273985/webkit
Comment 7 Ryan Haddad 2021-03-05 12:04:16 PST
Created attachment 422390 [details]
test list for repro

Attaching a test list that seems to reproduce the timeout for me locally.

Reproduced with:

run-webkit-tests --test-list repro-221847 --child-processes 1 --no-retry
Comment 8 Jer Noble 2021-04-26 15:59:17 PDT
This no longer appears to flakily time out.