Bug 33497
Summary: | media/video-loop.html failed on Gtk Linux Release Bot | ||
---|---|---|---|
Product: | WebKit | Reporter: | Eric Seidel (no email) <eric> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | eric.carlson, hclam |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | OS X 10.5 | ||
Bug Depends on: | |||
Bug Blocks: | 33295 |
Eric Seidel (no email)
media/video-loop.html failed on Gtk Linux Release Bot
http://build.webkit.org/results/GTK%20Linux%20Release/r53106%20(7517)/media/video-loop-diffs.txt
--- layout-test-results/media/video-loop-expected.txt 2010-01-11 15:45:32.000000000 -0800
+++ layout-test-results/media/video-loop-actual.txt 2010-01-11 15:45:32.000000000 -0800
@@ -15,7 +15,7 @@
EVENT(playing)
EXPECTED (video.ended == 'false') OK
-EXPECTED (mediaElement.currentTime > '0') OK
+EXPECTED (mediaElement.currentTime > '0'), OBSERVED '0' FAIL
EXPECTED (mediaElement.currentTime < '5.63') OK
RUN(video.loop = false)
RUN(video.currentTime = video.duration - 0.3)
It may just be a flakey test?
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Eric Seidel (no email)
Failed again just now, different diff:
http://build.webkit.org/results/GTK%20Linux%20Release/r53247%20(7635)/media/video-loop-diffs.txt
--- layout-test-results/media/video-loop-expected.txt 2010-01-14 01:06:19.000000000 -0800
+++ layout-test-results/media/video-loop-actual.txt 2010-01-14 01:06:19.000000000 -0800
@@ -16,7 +16,7 @@
EVENT(playing)
EXPECTED (video.ended == 'false') OK
EXPECTED (mediaElement.currentTime > '0') OK
-EXPECTED (mediaElement.currentTime < '5.63') OK
+EXPECTED (mediaElement.currentTime < '5.63'), OBSERVED '6.026082992553711' FAIL
RUN(video.loop = false)
RUN(video.currentTime = video.duration - 0.3)
Eric Seidel (no email)
Added 4 months ago by Alpha:
http://trac.webkit.org/browser/trunk/LayoutTests/media/video-loop.html
Eric Seidel (no email)
*** This bug has been marked as a duplicate of bug 33671 ***
Eric Seidel (no email)
This failed twice in a row this morning:
http://build.webkit.org/results/GTK%20Linux%20Release/r53267%20(7652)/media/video-loop-diffs.txt
http://build.webkit.org/results/GTK%20Linux%20Release/r53268%20(7653)/media/video-loop-diffs.txt
Slightly different failure than before. Both times were the same diff:
--- layout-test-results/media/video-loop-expected.txt 2010-01-14 07:58:40.000000000 -0800
+++ layout-test-results/media/video-loop-actual.txt 2010-01-14 07:58:40.000000000 -0800
@@ -16,7 +16,7 @@
EVENT(playing)
EXPECTED (video.ended == 'false') OK
EXPECTED (mediaElement.currentTime > '0') OK
-EXPECTED (mediaElement.currentTime < '5.63') OK
+EXPECTED (mediaElement.currentTime < '5.63'), OBSERVED '6.027200222015381' FAIL
RUN(video.loop = false)
RUN(video.currentTime = video.duration - 0.3)