Bug 33497 - media/video-loop.html failed on Gtk Linux Release Bot
Summary: media/video-loop.html failed on Gtk Linux Release Bot
Status: RESOLVED DUPLICATE of bug 33671
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 33295
  Show dependency treegraph
 
Reported: 2010-01-11 15:59 PST by Eric Seidel (no email)
Modified: 2010-01-14 10:08 PST (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 Eric Seidel (no email) 2010-01-11 15:59:48 PST
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?
Comment 1 Eric Seidel (no email) 2010-01-14 02:05:47 PST
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)
Comment 2 Eric Seidel (no email) 2010-01-14 02:07:15 PST
Added 4 months ago by Alpha:
http://trac.webkit.org/browser/trunk/LayoutTests/media/video-loop.html
Comment 3 Eric Seidel (no email) 2010-01-14 10:07:09 PST

*** This bug has been marked as a duplicate of bug 33671 ***
Comment 4 Eric Seidel (no email) 2010-01-14 10:08:24 PST
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)