Bug 189348 - [GTK] media/video-currentTime-set.html is flaky
Summary: [GTK] media/video-currentTime-set.html is flaky
Status: RESOLVED DUPLICATE of bug 189349
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-09-06 07:39 PDT by Miguel Gomez
Modified: 2018-09-07 10:52 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Miguel Gomez 2018-09-06 07:39:58 PDT
media/video-currentTime-set.html [ Timeout ]

Since around r234997 this started to timeout on the first or both runs, most of the times. The diff doesn't contain much information:

--- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/media/video-currentTime-set-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/media/video-currentTime-set-actual.txt
@@ -1,13 +1,2 @@
+FAIL: Timed out waiting for notifyDone to be called
 
-Test that setting currentTime changes the time, and that 'ended' event is fired in a reasonable amount of time
-
-EVENT(canplaythrough)
-EXPECTED (video.currentTime == '0') OK
-RUN(video.currentTime = video.duration - 0.2)
-EVENT(seeked)
-EXPECTED (video.currentTime.toFixed(2) == '5.83') OK
-RUN(video.play())
-
-EVENT(ended)
-END OF TEST
-
Comment 1 Philippe Normand 2018-09-07 10:52:58 PDT

*** This bug has been marked as a duplicate of bug 189349 ***