[Webkit-unassigned] [Bug 36165] [GStreamer] media/video-played-collapse.html

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 16 06:57:44 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=36165





--- Comment #11 from Gustavo Noronha (kov) <gns at gnome.org>  2010-08-16 06:57:44 PST ---
It seems to fail once in a while with this diff (I ran it 8 times and it failed 3 times here):

--- /tmp/layout-test-results/media/video-played-collapse-expected.txt    2010-08-16 10:51:36.000000000 -0300
+++ /tmp/layout-test-results/media/video-played-collapse-actual.txt    2010-08-16 10:51:36.000000000 -0300
@@ -36,10 +36,10 @@
 RUN(video.play())
 RUN(video.pause())
 EVENT(pause)
-Test 13 OK
+EXPECTED (video.played.length == '2'), OBSERVED '3' FAIL
 Test 14 OK
-Test 15 OK
-Test 16 OK
-Test 17 OK
+EXPECTED (video.played.end(0).toFixed(2) == '1.60'), OBSERVED '0.19' FAIL
+EXPECTED (video.played.start(1).toFixed(2) == '5.98'), OBSERVED '0.25' FAIL
+EXPECTED (video.played.end(1).toFixed(2) == '6.03'), OBSERVED '1.60' FAIL
 END OF TEST

I also had a GStreamer crash on media/video-layer-crash.html in one of my runs heh. The diff seems to always be mostly the same, though it had "1.56" in the last FAIL the last time I ran it.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list