Bug 220569 - [Media in GPU Process] Some of the tests fail while testing the ability of SourceBuffer
Summary: [Media in GPU Process] Some of the tests fail while testing the ability of So...
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Canvas (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-01-12 15:33 PST by Rini Patel
Modified: 2021-03-05 02:02 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rini Patel 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
Comment 1 Radar WebKit Bug Importer 2021-01-19 15:34:13 PST
<rdar://problem/73376553>
Comment 2 Jon Lee 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.