Bug 208293

Summary: [GTK] Several media tests are flaky
Product: WebKit Reporter: Diego Pino <dpino>
Component: MediaAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: calvaris
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Diego Pino
Reported 2020-02-27 02:42:28 PST
The following media tests are flaky: * media/restricted-audio-playback-with-multiple-settimeouts.html [ Failure Pass ] * media/video-ended-event-negative-playback.html [ Failure Pass ] * media/video-play-audio-require-user-gesture.html [ Failure Pass ] * media/video-restricted-invisible-autoplay-allowed-if-audible.html [ Failure Pass ] I didn't see any common revision since these tests started to fail.
Attachments
Diego Pino
Comment 1 2021-06-08 23:52:43 PDT
The only test filed under this bug was: - media/video-restricted-invisible-autoplay-allowed-if-audible.html GTK post-commit test bot reports the test has been failing consistently for the last 4000 revisions. Diff: --- /home/buildbot/worker/gtk-linux-64-release-tests/build/layout-test-results/media/video-restricted-invisible-autoplay-allowed-if-audible-expected.txt +++ /home/buildbot/worker/gtk-linux-64-release-tests/build/layout-test-results/media/video-restricted-invisible-autoplay-allowed-if-audible-actual.txt @@ -1,4 +1,3 @@ - Test that "invisible autoplay not allowed restriction" does not pause audible media when scrolled out of view. ** setting video.src @@ -6,13 +5,6 @@ EVENT(play) EXPECTED (video.paused == 'false') OK RUN(video.style.display = "none") -EXPECTED (video.paused == 'false') OK -RUN(video.style.removeProperty("display")) -RUN(video.style.visibility = "hidden") -EXPECTED (video.paused == 'false') OK -RUN(video.style.removeProperty("visibility")) -RUN(document.documentElement.style.height = window.innerHeight + 20 + video.offsetHeight) -RUN(window.scrollBy(0, 20 + video.offsetHeight)) -EXPECTED (video.paused == 'false') OK +EVENT(pause) TEST(false) FAIL END OF TEST
Diego Pino
Comment 2 2021-06-08 23:53:49 PDT
Closed bug by mistake.
Xabier Rodríguez Calvar
Comment 3 2021-07-02 03:50:53 PDT
media/video-restricted-invisible-autoplay-allowed-if-audible.html was fixed in r279499
Diego Pino
Comment 4 2022-01-02 16:39:12 PST
There are no test failures filed under this bug and none of the tests listed in this bug is in WebKitGTK TestExpectations. I suppose at some point these test started passing and were removed from TestExpectations until there was no more test failures left. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.