Bug 33497

Summary: media/video-loop.html failed on Gtk Linux Release Bot
Product: WebKit Reporter: Eric Seidel (no email) <eric>
Component: Tools / TestsAssignee: 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)
Reported 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?
Attachments
Eric Seidel (no email)
Comment 1 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)
Eric Seidel (no email)
Comment 2 2010-01-14 02:07:15 PST
Eric Seidel (no email)
Comment 3 2010-01-14 10:07:09 PST
*** This bug has been marked as a duplicate of bug 33671 ***
Eric Seidel (no email)
Comment 4 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)
Note You need to log in before you can comment on or make changes to this bug.