RESOLVED INVALID 220569
[Media in GPU Process] Some of the tests fail while testing the ability of SourceBuffer
https://bugs.webkit.org/show_bug.cgi?id=220569
Summary [Media in GPU Process] Some of the tests fail while testing the ability of So...
Rini Patel
Reported 2021-01-12 15:33:33 PST
1. media/media-source/media-source-webm.html EVENT(sourceopen) RUN(source.duration = loader.duration()) RUN(sourceBuffer = source.addSourceBuffer(loader.type())) +NotSupportedError: The operation is not supported. RUN(sourceBuffer.appendBuffer(loader.initSegment())) -EVENT(update) -Append a media segment. -RUN(sourceBuffer.appendBuffer(loader.mediaSegment(0))) -EXPECTED (resizeEventFired == 'true') OK -EXPECTED (videoWidth == '320') OK -EXPECTED (videoHeight == '240') OK +TypeError: undefined is not an object (evaluating 'sourceBuffer.appendBuffer') +Caught exception: "TypeError: undefined is not an object (evaluating 'element.addEventListener')" FAIL 2. media/media-source/media-source-webm-init-inside-segment.html RUN(source.duration = loader.duration()) RUN(sourceBuffer = source.addSourceBuffer(loader.type())) RUN(sourceBuffer.appendBuffer(loader.initSegment())) -EVENT(update) -Append a media segment. -RUN(sourceBuffer.appendBuffer(loader.mediaSegment(0))) -EVENT(update) -Append a new Initialization Segment. -RUN(sourceBuffer.appendBuffer(loader.initSegment())) -EVENT(update) -Append a media segment. -RUN(sourceBuffer.appendBuffer(loader.mediaSegment(1))) -EVENT(update) +EVENT(error) TEST(false) FAIL
Attachments
Radar WebKit Bug Importer
Comment 1 2021-01-19 15:34:13 PST
Jon Lee
Comment 2 2021-03-05 02:02:43 PST
These two failures are tracked elsewhere and are unrelated to GPUP. media/media-source/media-source-webm.html is failing only on WK1 and tracked by rdar://problem/66487888. media/media-source/media-source-webm-init-inside-segment.html appears skipped already via b220552 and b218149. Marking as invalid.
Note You need to log in before you can comment on or make changes to this bug.