Bug 206873

Summary: [GTK] media/media-source/media-source-seek-redundant-append.html is timing out since r254670
Product: WebKit Reporter: Diego Pino <dpino>
Component: MediaAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: eocanha
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=209119

Description Diego Pino 2020-01-28 06:58:45 PST
--- /layout-test-results/media/media-source/media-source-seek-redundant-append-expected.txt
+++ /layout-test-results/media/media-source/media-source-seek-redundant-append-actual.txt
@@ -1,36 +1,2 @@
+FAIL: Timed out waiting for notifyDone to be called

-RUN(video.src = URL.createObjectURL(source))
-EVENT(sourceopen)
-RUN(sourceBuffer = source.addSourceBuffer(loader.type()))
-RUN(sourceBuffer.appendBuffer(loader.initSegment()))
-EVENT(update)
-RUN(source.duration = 310)
-RUN(sourceBuffer.timestampOffset = 300)
-RUN(video.play())
-START seekAndAppend: time=300, segments=[0, 3)
-RUN(sourceBuffer.appendBuffer(loader.mediaSegment(0)))
-Successful append
-RUN(sourceBuffer.appendBuffer(loader.mediaSegment(1)))
-Successful append
-RUN(sourceBuffer.appendBuffer(loader.mediaSegment(2)))
-Successful append
-SUCCESS seekAndAppend: time=300, segments=[0, 3)
-START waitForVideoToReach(300.2)
-SUCCESS waitForVideoToReach(300.2)
-START seekAndAppend: time=309.2, segments=[9, 10)
-RUN(sourceBuffer.appendBuffer(loader.mediaSegment(9)))
-Successful append
-SUCCESS seekAndAppend: time=309.2, segments=[9, 10)
-START waitForVideoToReach(309.7)
-SUCCESS waitForVideoToReach(309.7)
-RUN(video.currentTime = 308.9)
-START seekAndAppend: time=308.9, segments=[8, 10)
-RUN(sourceBuffer.appendBuffer(loader.mediaSegment(8)))
-Successful append
-RUN(sourceBuffer.appendBuffer(loader.mediaSegment(9)))
-Successful append
-SUCCESS seekAndAppend: time=308.9, segments=[8, 10)
-RUN(source.endOfStream())
-EVENT(ended)
-END OF TEST
Comment 1 Enrique OcaƱa 2020-04-22 09:28:05 PDT
Fixed in patch for bug 209119.