Bug 201266
Summary: | [GTK] audio-playback-restriction tests failing | ||
---|---|---|---|
Product: | WebKit | Reporter: | Alicia Boya García <aboya> |
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | bugs-noreply, calvaris |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 83704 | ||
Bug Blocks: |
Alicia Boya García
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Alicia Boya García
All these are flaky.
Diego Pino
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
Fixed in bug 83704.