RESOLVED FIXED Bug 222493
[BigSur Wk1] platform/mac-bigsur/media/media-source/media-source-webm-vp8-malformed-header.html is consistently failing
https://bugs.webkit.org/show_bug.cgi?id=222493
Summary [BigSur Wk1] platform/mac-bigsur/media/media-source/media-source-webm-vp8-mal...
Amir Mark Jr
Reported 2021-02-26 14:18:58 PST
platform/mac-bigsur/media/media-source/media-source-webm-vp8-malformed-header.html Is consistently failing on Big Sur Wk1 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-vp8-malformed-header-expected.txt +++ /Volumes/Data/worker/bigsur-release-tests-wk1/build/layout-test-results/platform/mac-bigsur/media/media-source/media-source-webm-vp8-malformed-header-actual.txt @@ -3,11 +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) -Append a media segment. -RUN(sourceBuffer.appendBuffer(loader.mediaSegment(0))) -EVENT(update) -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
Attachments
Patch (1.58 KB, patch)
2021-02-26 15:38 PST, Amir Mark Jr
no flags
Radar WebKit Bug Importer
Comment 1 2021-02-26 14:19:33 PST
Amir Mark Jr
Comment 2 2021-02-26 14:43:30 PST
Update link to history: This is the link for the correct results: https://results.webkit.org/?suite=layout-tests&test=platform%2Fmac-bigsur%2Fmedia%2Fmedia-source%2Fmedia-source-webm-vp8-malformed-header.html Disregard previous results page link.
Amir Mark Jr
Comment 3 2021-02-26 15:38:14 PST
Truitt Savell
Comment 4 2021-02-26 15:51:34 PST
Comment on attachment 421715 [details] Patch Clearing flags on attachment: 421715 Committed r273599 (234648@main): <https://commits.webkit.org/234648@main>
Amir Mark Jr
Comment 5 2021-03-02 14:27:44 PST
Updated test expectations to mark as skip. Spoke with Jer, test is expected to fail on WK1 as vp8 require WK2.
Jean-Yves Avenard [:jya]
Comment 6 2024-11-25 19:25:59 PST
fix by bug 282163
Note You need to log in before you can comment on or make changes to this bug.