Bug 222495 - [Big Sur] platform/mac-bigsur/media/media-source/media-source-webm-vorbis-partial.html is consistently failing
Summary: [Big Sur] platform/mac-bigsur/media/media-source/media-source-webm-vorbis-par...
Status: RESOLVED DUPLICATE of bug 227559
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Jean-Yves Avenard [:jya]
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-02-26 14:39 PST by Amir Mark Jr
Modified: 2021-07-01 20:10 PDT (History)
7 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Amir Mark Jr 2021-02-26 14:39:09 PST
platform/mac-bigsur/media/media-source/media-source-webm-vorbis-partial.html

Is consistently failing on Big Sur Wk1 and Wk2 since being introduced.

History:

https://results.webkit.org/?suite=layout-tests&test=platform%2Fmac-bigsur%2Fmedia%2Fmedia-source%2Fmedia-source-webm-vorbis-partial.html

Text Diff:

--- /Volumes/Data/worker/bigsur-release-tests-wk1/build/layout-test-results/platform/mac-bigsur/media/media-source/media-source-webm-vorbis-partial-expected.txt
+++ /Volumes/Data/worker/bigsur-release-tests-wk1/build/layout-test-results/platform/mac-bigsur/media/media-source/media-source-webm-vorbis-partial-actual.txt
@@ -3,18 +3,9 @@
 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)
-Divide the first media segment in two.
-RUN(partial1 = loader.mediaSegment(0).slice(0, 280))
-RUN(partial2 = loader.mediaSegment(0).slice(280))
-Append a partial media segment.
-RUN(sourceBuffer.appendBuffer(partial1))
-EVENT(update)
-Complete the partial media segment.
-RUN(sourceBuffer.appendBuffer(partial2))
-EVENT(update)
-EXPECTED (sourceBuffer.buffered.length == '1') OK
-EXPECTED (sourceBuffer.buffered.end(0) > '1') OK
+TypeError: undefined is not an object (evaluating 'sourceBuffer.appendBuffer')
+Caught exception: "TypeError: undefined is not an object (evaluating 'element.addEventListener')" FAIL
 END OF TEST
Comment 1 Radar WebKit Bug Importer 2021-02-26 14:39:37 PST
<rdar://problem/74808229>
Comment 2 Truitt Savell 2021-03-01 13:40:56 PST
This test was introduced in https://trac.webkit.org/changeset/273513/webkit
Comment 3 Truitt Savell 2021-03-01 14:01:04 PST
This test should not be in the platform/mac-bigsur directory, instead it should be in regular media folder and marked as failing.
Comment 4 Truitt Savell 2021-03-01 14:03:44 PST
Marked this test as failing and changed the file locations for the test: https://trac.webkit.org/changeset/273691/webkit
Comment 5 Carlos Alberto Lopez Perez 2021-04-01 13:45:48 PDT
This test fails also on GTK. Marked as failing for GTK in r275376
Comment 6 Peng Liu 2021-04-20 17:49:54 PDT
The test still fails.
Comment 7 Truitt Savell 2021-05-04 16:36:02 PDT
Fixed the relative file path of this test in https://trac.webkit.org/changeset/276989/webkit
Comment 8 Jean-Yves Avenard [:jya] 2021-07-01 20:10:30 PDT
Core cause of failures is dealt in bug 227559. Test now consistently pass.

*** This bug has been marked as a duplicate of bug 227559 ***