[Webkit-unassigned] [Bug 198110] New: [GTK] media/video-currentTime.html is flaky
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed May 22 06:46:27 PDT 2019
https://bugs.webkit.org/show_bug.cgi?id=198110
Bug ID: 198110
Summary: [GTK] media/video-currentTime.html is flaky
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebKitGTK
Assignee: webkit-unassigned at lists.webkit.org
Reporter: aboya at igalia.com
CC: bugs-noreply at webkitgtk.org
media/video-currentTime.html
FPPFFFFPPPPPPPPPPPPFPPPPPPPPPPPPPPPPPPPPPPPP (there are a couple failures more after all these passes).
It fails rarely, but it happens.
<video controls></video>
<script src=media-file.js></script>
<script src=video-test.js></script>
<script>
testExpected("video.currentTime", 0)
waitForEvent('canplaythrough', function() { testExpected("video.currentTime", 0); } );
video.addEventListener('canplaythrough', function() { video.play(); });
waitForEvent('play');
video.addEventListener('timeupdate', function() {
if (video.currentTime > 0) {
logResult(true, 'video.currentTime > 0');
endTest();
}
});
video.src = findMediaFile("video", "content/test");
failTestIn(3000);
</script>
--- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/media/video-currentTime-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/media/video-currentTime-actual.txt
@@ -3,6 +3,6 @@
EVENT(canplaythrough)
EXPECTED (video.currentTime == '0') OK
EVENT(play)
-video.currentTime > 0 OK
+FAIL: did not end fast enough
END OF TEST
This means that a video was not able to load in 3 seconds. Maybe the build bots were just too stressed?
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190522/a4367541/attachment.html>
More information about the webkit-unassigned
mailing list