RESOLVED FIXED Bug 201266
[GTK] audio-playback-restriction tests failing
https://bugs.webkit.org/show_bug.cgi?id=201266
Summary [GTK] audio-playback-restriction tests failing
Alicia Boya García
Reported 2019-08-28 18:20:17 PDT
media/audio-playback-restriction-autoplay.html media/audio-playback-restriction-play-muted.html media/audio-playback-restriction-play.html --- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/media/audio-playback-restriction-autoplay-expected.txt +++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/media/audio-playback-restriction-autoplay-actual.txt @@ -5,6 +5,6 @@ RUN(video.src = findMediaFile('audio', 'content/test')) EVENT(canplaythrough) RUN(setTimeout(timeout, 100)) -EXPECTED (video.paused == 'true') OK +EXPECTED (video.paused == 'true'), OBSERVED 'false' FAIL END OF TEST --- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/media/audio-playback-restriction-play-muted-expected.txt +++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/media/audio-playback-restriction-play-muted-actual.txt @@ -7,6 +7,6 @@ RUN(video.play()) EVENT(playing) RUN(video.muted = false) -EVENT(pause) +FAIL: did not end fast enough END OF TEST --- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/media/audio-playback-restriction-play-expected.txt +++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/media/audio-playback-restriction-play-actual.txt @@ -5,7 +5,7 @@ RUN(video.src = findMediaFile('audio', 'content/test')) EVENT(canplaythrough) RUN(handlePromise(video.play())) -EXPECTED (video.paused == 'true') OK +EXPECTED (video.paused == 'true'), OBSERVED 'false' FAIL Running with keyDown. RUN(video.play()) EXPECTED (video.paused == 'false') OK
Attachments
Alicia Boya García
Comment 1 2019-10-09 05:31:58 PDT
All these are flaky.
Diego Pino
Comment 2 2021-06-09 00:20:57 PDT
The only test filed under this bug was: - media/audio-playback-restriction-play-muted.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/audio-playback-restriction-play-muted-expected.txt +++ /home/buildbot/worker/gtk-linux-64-release-tests/build/layout-test-results/media/audio-playback-restriction-play-muted-actual.txt @@ -7,6 +7,6 @@ RUN(video.play()) EVENT(playing) RUN(video.muted = false) -EVENT(pause) +FAIL: did not end fast enough END OF TEST
Xabier Rodríguez Calvar
Comment 3 2021-07-02 03:45:00 PDT
Fixed in bug 83704.
Note You need to log in before you can comment on or make changes to this bug.