[Webkit-unassigned] [Bug 35271] New: Multiple video tests time out or fail on my leopard machine

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 22 16:29:50 PST 2010


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

           Summary: Multiple video tests time out or fail on my leopard
                    machine
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eric at webkit.org
                CC: eric.carlson at apple.com


http/tests/media/video-play-stall-seek.html
http/tests/media/video-play-stall.html
http/tests/media/video-seekable-stall.html

---
/tmp/layout-test-results/http/tests/media/video-play-stall-seek-expected.txt   
2010-02-22 16:19:37.000000000 -0800
+++ /tmp/layout-test-results/http/tests/media/video-play-stall-seek-actual.txt 
  2010-02-22 16:19:37.000000000 -0800
@@ -1,11 +1,5 @@
+FAIL: Timed out waiting for notifyDone to be called
 Test that playback can be resumed by seeking backwards after load stalls.

 RUN(video.play())
-EVENT(waiting)
-EXPECTED (video.readyState == '2') OK
-RUN(video.currentTime = 0.1)
-EVENT(canplay)
-EXPECTED (video.readyState >= '2') OK
-EXPECTED (video.networkState == '2') OK
-END OF TEST

--- /tmp/layout-test-results/http/tests/media/video-play-stall-expected.txt   
2010-02-22 16:19:53.000000000 -0800
+++ /tmp/layout-test-results/http/tests/media/video-play-stall-actual.txt   
2010-02-22 16:19:53.000000000 -0800
@@ -1,3 +1,4 @@
+FAIL: Timed out waiting for notifyDone to be called
 Test that stalled, timeupdate and waiting events are sent when media load
stalls in the middle.

 RUN(video.play())
@@ -5,8 +6,6 @@
 EVENT(loadedmetadata)
 EVENT(loadeddata)
 EVENT(canplay)
+EVENT(canplaythrough)
 EVENT(timeupdate)
-EVENT(waiting)
-EVENT(stalled)
-END OF TEST

--- /tmp/layout-test-results/http/tests/media/video-seekable-stall-expected.txt
   2010-02-22 16:19:53.000000000 -0800
+++ /tmp/layout-test-results/http/tests/media/video-seekable-stall-actual.txt  
 2010-02-22 16:19:53.000000000 -0800
@@ -5,7 +5,6 @@
 TEST(video.seekable.length == 1) OK
 TEST(video.seekable.start(0) == 0) OK
 TEST(video.seekable.end(0) > 0) OK
-TEST(video.seekable.end(0) < video.duration - 1) OK
-TEST(video.currentTime = video.duration - 1)
THROWS(DOMException.INDEX_SIZE_ERR) OK
+TEST(video.seekable.end(0) < video.duration - 1) FAIL
 END OF TEST

I'm happy to provide more information about the machine.  Perhaps I'm the only
one seeing this.  I'm not sure when this started.

-- 
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